#9AE8EB

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

Shades of Blizzard Blue #9AE8EB

Tints of Blizzard Blue #9AE8EB

Color information

#9AE8EB (or 0x9AE8EB) is unknown color: approx Blizzard Blue. HEX triplet: 9A, E8 and EB. RGB value is (154,232,235). Sum of RGB (Red+Green+Blue) = 154+232+235=621 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.80% from 621); Green value is 232 (91.02% from 255 or 37.36% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AE8EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AE8EB is #651714. Grayscale: #D0D0D0. Windows color (decimal): -6625045 or 15460506. OLE color: 15460506.

HSL color Cylindrical-coordinate representation of color #9AE8EB: hue angle of 182.22º 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 #9AE8EB is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154232235-
CMYK0.340.0100.08
HSL182.22º66.94%76.27%-
HSV(B)182.22º34.47%92.16%-
XYZ57.1870.5889.21-
YUV209.02142.6688.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.80%
GREEN value IS 232 (91.02% from 255) = 37.36%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=24.80%
G=37.36%
B=37.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542322350.340.0100.08182.2266.9476.27
Hex9AE8EB22108b6434c
Octal232350353421010266103114
Binary1001101011101000111010111000101010001011011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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