#9EEAF1

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

Shades of Blizzard Blue #9EEAF1

Tints of Blizzard Blue #9EEAF1

Color information

#9EEAF1 (or 0x9EEAF1) is unknown color: approx Blizzard Blue. HEX triplet: 9E, EA and F1. RGB value is (158,234,241). Sum of RGB (Red+Green+Blue) = 158+234+241=633 (83% of max value = 765). Red value is 158 (62.11% from 255 or 24.96% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #9EEAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEAF1 is #61150E. Grayscale: #D3D3D3. Windows color (decimal): -6362383 or 15854238. OLE color: 15854238.

HSL color Cylindrical-coordinate representation of color #9EEAF1: hue angle of 185.06º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EEAF1 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB158234241-
CMYK0.340.0300.05
HSL185.06º74.77%78.24%-
HSV(B)185.06º34.44%94.51%-
XYZ59.472.4794.08-
YUV212.07144.3289.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.96%
GREEN value IS 234 (91.80% from 255) = 36.97%
BLUE value IS 241 (94.53% from 255) = 38.07%
R=24.96%
G=36.97%
B=38.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582342410.340.0300.05185.0674.7778.24
Hex9EEAF122305b94b4e
Octal23635236142305271113116
Binary1001111011101010111100011000101101011011100110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,234,241); }

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

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

 a { background-color: rgb(158,234,241); }

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

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

 span { border-color: rgb(158,234,241); }

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