#9CF3FA

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

Shades of Blizzard Blue #9CF3FA

Tints of Blizzard Blue #9CF3FA

Color information

#9CF3FA (or 0x9CF3FA) is unknown color: approx Blizzard Blue. HEX triplet: 9C, F3 and FA. RGB value is (156,243,250). Sum of RGB (Red+Green+Blue) = 156+243+250=649 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.04% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #9CF3FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF3FA is #630C05. Grayscale: #D9D9D9. Windows color (decimal): -6491142 or 16446364. OLE color: 16446364.

HSL color Cylindrical-coordinate representation of color #9CF3FA: hue angle of 184.47º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CF3FA is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156243250-
CMYK0.380.0300.02
HSL184.47º90.38%79.61%-
HSV(B)184.47º37.6%98.04%-
XYZ63.0278.07102.19-
YUV217.78146.1883.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.04%
GREEN value IS 243 (95.31% from 255) = 37.44%
BLUE value IS 250 (98.05% from 255) = 38.52%
R=24.04%
G=37.44%
B=38.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562432500.380.0300.02184.4790.3879.61
Hex9CF3FA26302b85a50
Octal23436337246302270132120
Binary100111001111001111111010100110110101011100010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,243,250); }

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

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

 a { background-color: rgb(156,243,250); }

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

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

 span { border-color: rgb(156,243,250); }

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