#9AEEFC

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

Shades of Blizzard Blue #9AEEFC

Tints of Blizzard Blue #9AEEFC

Color information

#9AEEFC (or 0x9AEEFC) is unknown color: approx Blizzard Blue. HEX triplet: 9A, EE and FC. RGB value is (154,238,252). Sum of RGB (Red+Green+Blue) = 154+238+252=644 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.91% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #9AEEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEEFC is #651103. Grayscale: #D6D6D6. Windows color (decimal): -6623492 or 16576154. OLE color: 16576154.

HSL color Cylindrical-coordinate representation of color #9AEEFC: hue angle of 188.57º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AEEFC is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154238252-
CMYK0.390.0600.01
HSL188.57º94.23%79.61%-
HSV(B)188.57º38.89%98.82%-
XYZ61.4775.05103.34-
YUV214.48149.1784.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.91%
GREEN value IS 238 (93.36% from 255) = 36.96%
BLUE value IS 252 (98.83% from 255) = 39.13%
R=23.91%
G=36.96%
B=39.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542382520.390.0600.01188.5794.2379.61
Hex9AEEFC27601bd5e50
Octal23235637447601275136120
Binary100110101110111011111100100111110011011110110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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