N
Common Ground News

What is the color code for sky blue in HTML?

Author

Mia Phillips

Updated on March 04, 2026

What is the color code for sky blue in HTML?

HTML Color Code
RGBHTML Color CodeName
135 206 23587CEEBsky blue
135 206 23587CEEBSkyBlue
135 206 25087CEFAlight sky blue
135 206 25087CEFALightSkyBlue

Also asked, what is the color code of sky blue?

Skyblue / Sky blue / #87ceeb Hex Color Code. The color skyblue / Sky blue with hexadecimal color code #87ceeb is a medium light shade of cyan. In the RGB color model #87ceeb is comprised of 52.94% red, 80.78% green and 92.16% blue.

Subsequently, question is, what are the color codes? Red colors

HTML / CSS Color NameHex Code #RRGGBBDecimal Code (R,G,B)
indianred#CD5C5Crgb(205,92,92)
crimson#DC143Crgb(220,20,60)
firebrick#B22222rgb(178,34,34)
red#FF0000rgb(255,0,0)

Consequently, what is the code for light blue color in HTML?

Major hexadecimal color codes

Color NameColor Code
DarkBlue#0000A0
LightBlue#ADD8E6
Purple#800080
Yellow#FFFF00

How do you write HTML color codes?

The most common way of coloring HTML text is by using hexadecimal color codes (Hex code for short). Simply add a style attribute to the text element you want to color – a paragraph in the example below – and use the color property with your Hex code.

What is the color code for baby blue?

In a RGB color space, hex #89cff0 (also known as Baby blue) is composed of 53.7% red, 81.2% green and 94.1% blue. Whereas in a CMYK color space, it is composed of 42.9% cyan, 13.8% magenta, 0% yellow and 5.9% black.

Why is sky blue in Colour?

Blue light is scattered in all directions by the tiny molecules of air in Earth's atmosphere. Blue is scattered more than other colors because it travels as shorter, smaller waves. This is why we see a blue sky most of the time. Also, the surface of Earth has reflected and scattered the light.

Is sky blue and baby blue the same?

Sky blue is bright and baby blue is paler.

What goes well with sky blue?

Blue is a cool color by nature, and it works well with pretty much any other cool tone: gray, purple, even black. Using color combinations like these will give your room a sense of stability and calm. For higher contrast—and a bolder look—use a warm accent color, like red or yellow.

What is sky blue called?

Light blue
Variations of this color are known as sky blue, baby blue, or angel blue.

What is another name for sky blue?

What is another word for sky-blue?
ceruleanazureous
bluishsky-colored

What is light blue in RGB?

In a RGB color space, hex #add8e6 (also known as Light blue) is composed of 67.8% red, 84.7% green and 90.2% blue. Whereas in a CMYK color space, it is composed of 24.8% cyan, 6.1% magenta, 0% yellow and 9.8% black. It has a hue angle of 194.7 degrees, a saturation of 53.3% and a lightness of 79%.

What is the tag for text color in HTML?

The FONT element specifies the size and color of the font.

<font size="" color="">

AttributeValueExplanation
color=" "color code or namethe color of the font

What is blue color number?

#0000ff color RGB value is (0,0,255). This hex color code is also a web safe color which is equal to #00F. #0000ff color name is Blue color. #0000ff hex color red value is 0, green value is 0 and the blue value of its RGB is 255.

How do you make light blue color?

Assuming you're using paint or a thick ink, blue and white make a light blue. Different amounts of white will change how much lighter the paint becomes, and small amounts of other colors can be added to tint the paint into a different shade of blue such as periwinkle.

What Colours go with light blue?

Light blue looks great with yellow and shades of pink. Royal blue looks great with bold colours such as red, white, pale pink and yellow. Baby blue looks great with complementary colours such as white, grey, peach, pink, and dark blue. Sky blue looks great when paired with jewel tones, cream, white and gold.

How do I find the color code?

Location: The paint colour code tag is usually located inside the glove box or in the wheel well, but it can also be found on the driver's side door jamb, under the driver's seat or in the passenger sun visor.

What are the 16 colors?

The Sixteen Named Colors
The Sixteen Named Colors Specified with Hexadecimal
aqua #00FFFFblack #000000fuchsia #FF00FF
gray #808080green #008000maroon #800000
navy #000080olive #808000red #FF0000
silver #C0C0C0teal #008080yellow #FFFF00

How do I find the RGB color code?

Calculation examples
  1. White RGB Color. White RGB code = 255*65536+255*256+255 = #FFFFFF.
  2. Blue RGB Color. Blue RGB code = 0*65536+0*256+255 = #0000FF.
  3. Red RGB Color. Red RGB code = 255*65536+0*256+0 = #FF0000.
  4. Green RGB Color. Green RGB code = 0*65536+255*256+0 = #00FF00.
  5. Gray RGB Color.
  6. Yellow RGB Color.

How do I match a color in a picture?

How to Use a Color Picker to Perfectly Match Colors
  1. Step 1: Open the image with the color you need to match.
  2. Step 2: Select the shape, text, callout, or another element to be colored.
  3. Step 3: Select the eyedropper tool and click the desired color.

How do you change the color of your text?

Change font color (Android)
  1. Tap the text you want to edit.
  2. Tap the color tile next to the font size selector.
  3. Tap the color you want to apply to the text. You can also pick a new color by tapping the + color tile.
  4. Tap ✓ to save.

What is the Colour name?

List of colors
NameHTML (HEX) CodeBlue (RGB) (0 - 255)
Black#0000000
Blue#0000FF255
Blue-green#0095B6182
Blue-violet#8A2BE2226

How do you change font size and color in HTML?

You can use a <basefont> tag to set all of your text to the same size, face, and color. The font tag is having three attributes called size, color, and face to customize your fonts. To change any of the font attributes at any time within your webpage, simply use the <font> tag.

How do you style in HTML?

Chapter Summary
  1. Use the style attribute for styling HTML elements.
  2. Use background-color for background color.
  3. Use color for text colors.
  4. Use font-family for text fonts.
  5. Use font-size for text sizes.
  6. Use text-align for text alignment.