#9AE1EB

Color #9AE1EB Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #9AE1EB

Tints of Blizzard Blue #9AE1EB

Color information

#9AE1EB (or 0x9AE1EB) is unknown color: approx Blizzard Blue. HEX triplet: 9A, E1 and EB. RGB value is (154,225,235). Sum of RGB (Red+Green+Blue) = 154+225+235=614 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.08% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AE1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AE1EB is #651E14. Grayscale: #CCCCCC. Windows color (decimal): -6626837 or 15458714. OLE color: 15458714.

HSL color Cylindrical-coordinate representation of color #9AE1EB: hue angle of 187.41º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AE1EB is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154225235-
CMYK0.340.0400.08
HSL187.41º66.94%76.27%-
HSV(B)187.41º34.47%92.16%-
XYZ55.2566.7288.56-
YUV204.91144.9891.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 25.08%
GREEN value IS 225 (88.28% from 255) = 36.64%
BLUE value IS 235 (92.19% from 255) = 38.27%
R=25.08%
G=36.64%
B=38.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542252350.340.0400.08187.4166.9476.27
Hex9AE1EB22408bb434c
Octal232341353424010273103114
Binary100110101110000111101011100010100010001011101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AE1EB; }

 p { color: rgb(154,225,235); }

 H1.HeaderClassName
 {
   color: #9AE1EB;
 }
 .AnyTagClassName
 {
   color: #9AE1EB;
 }
</style>
background-color css

<style>
 a { background-color: #9AE1EB; }

 a { background-color: rgb(154,225,235); }

 div.DivClassName
 {
   background-color: #9AE1EB;
 }
 .BgClassName
 {
   background-color: #9AE1EB;
 }
</style>
border-color css

<style>
 span { border-color: #9AE1EB; }

 span { border-color: rgb(154,225,235); }

 td.TdClassName
 {
   border-color: #9AE1EB;
 }
 .TagClassName
 {
   border-color: #9AE1EB;
 }
</style>