#9FE6EC

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

Shades of Blizzard Blue #9FE6EC

Tints of Blizzard Blue #9FE6EC

Color information

#9FE6EC (or 0x9FE6EC) is unknown color: approx Blizzard Blue. HEX triplet: 9F, E6 and EC. RGB value is (159,230,236). Sum of RGB (Red+Green+Blue) = 159+230+236=625 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.44% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FE6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FE6EC is #601913. Grayscale: #D1D1D1. Windows color (decimal): -6297876 or 15525535. OLE color: 15525535.

HSL color Cylindrical-coordinate representation of color #9FE6EC: hue angle of 184.68º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FE6EC is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB159230236-
CMYK0.330.0300.07
HSL184.68º66.96%77.45%-
HSV(B)184.68º32.63%92.55%-
XYZ57.7470.0289.83-
YUV209.46142.9892.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.44%
GREEN value IS 230 (90.23% from 255) = 36.8%
BLUE value IS 236 (92.58% from 255) = 37.76%
R=25.44%
G=36.8%
B=37.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592302360.330.0300.07184.6866.9677.45
Hex9FE6EC21307b9434d
Octal23734635441307271103115
Binary1001111111100110111011001000011101111011100110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,230,236); }

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

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

 a { background-color: rgb(159,230,236); }

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

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

 span { border-color: rgb(159,230,236); }

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