#9AEEEF

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

Shades of Blizzard Blue #9AEEEF

Tints of Blizzard Blue #9AEEEF

Color information

#9AEEEF (or 0x9AEEEF) is unknown color: approx Blizzard Blue. HEX triplet: 9A, EE and EF. RGB value is (154,238,239). Sum of RGB (Red+Green+Blue) = 154+238+239=631 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.41% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #9AEEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEEEF is #651110. Grayscale: #D4D4D4. Windows color (decimal): -6623505 or 15724186. OLE color: 15724186.

HSL color Cylindrical-coordinate representation of color #9AEEEF: hue angle of 180.71º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AEEEF is Cyan = 0.36, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB154238239-
CMYK0.360.0000.06
HSL180.71º72.65%77.06%-
HSV(B)180.71º35.56%93.73%-
XYZ59.4874.2592.86-
YUV213142.6785.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.41%
GREEN value IS 238 (93.36% from 255) = 37.72%
BLUE value IS 239 (93.75% from 255) = 37.88%
R=24.41%
G=37.72%
B=37.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542382390.360.0000.06180.7172.6577.06
Hex9AEEEF24006b5494d
Octal23235635744006265111115
Binary100110101110111011101111100100001101011010110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,238,239); }

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

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

 a { background-color: rgb(154,238,239); }

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

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

 span { border-color: rgb(154,238,239); }

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