#9CF2FF

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

Shades of Blizzard Blue #9CF2FF

Tints of Blizzard Blue #9CF2FF

Color information

#9CF2FF (or 0x9CF2FF) is unknown color: approx Blizzard Blue. HEX triplet: 9C, F2 and FF. RGB value is (156,242,255). Sum of RGB (Red+Green+Blue) = 156+242+255=653 (86% of max value = 765). Red value is 156 (61.33% from 255 or 23.89% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CF2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF2FF is #630D00. Grayscale: #D9D9D9. Windows color (decimal): -6491393 or 16773788. OLE color: 16773788.

HSL color Cylindrical-coordinate representation of color #9CF2FF: hue angle of 187.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CF2FF is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB156242255-
CMYK0.390.0500
HSL187.88º100%80.59%-
HSV(B)187.88º38.82%100%-
XYZ63.5177.79106.28-
YUV217.77149.0183.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 23.89%
GREEN value IS 242 (94.92% from 255) = 37.06%
BLUE value IS 255 (100% from 255) = 39.05%
R=23.89%
G=37.06%
B=39.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562422550.390.0500187.8810080.59
Hex9CF2FF27500bc6451
Octal23436237747500274144121
Binary100111001111001011111111100111101001011110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,242,255); }

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

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

 a { background-color: rgb(156,242,255); }

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

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

 span { border-color: rgb(156,242,255); }

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