#9FE2EB

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

Shades of Blizzard Blue #9FE2EB

Tints of Blizzard Blue #9FE2EB

Color information

#9FE2EB (or 0x9FE2EB) is unknown color: approx Blizzard Blue. HEX triplet: 9F, E2 and EB. RGB value is (159,226,235). Sum of RGB (Red+Green+Blue) = 159+226+235=620 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.65% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FE2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE2EB is #601D14. Grayscale: #CECECE. Windows color (decimal): -6298901 or 15458975. OLE color: 15458975.

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

Color convert

RGB159226235-
CMYK0.320.0400.08
HSL187.11º65.52%77.25%-
HSV(B)187.11º32.34%92.16%-
XYZ56.4967.7688.7-
YUV206.99143.893.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.65%
GREEN value IS 226 (88.67% from 255) = 36.45%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=25.65%
G=36.45%
B=37.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592262350.320.0400.08187.1165.5277.25
Hex9FE2EB20408bb424d
Octal237342353404010273102115
Binary100111111110001011101011100000100010001011101110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,226,235); }

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

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

 a { background-color: rgb(159,226,235); }

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

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

 span { border-color: rgb(159,226,235); }

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