#9CF5FB

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

Shades of Blizzard Blue #9CF5FB

Tints of Blizzard Blue #9CF5FB

Color information

#9CF5FB (or 0x9CF5FB) is unknown color: approx Blizzard Blue. HEX triplet: 9C, F5 and FB. RGB value is (156,245,251). Sum of RGB (Red+Green+Blue) = 156+245+251=652 (86% of max value = 765). Red value is 156 (61.33% from 255 or 23.93% from 652); Green value is 245 (96.09% from 255 or 37.58% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #9CF5FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF5FB is #630A04. Grayscale: #DADADA. Windows color (decimal): -6490629 or 16512412. OLE color: 16512412.

HSL color Cylindrical-coordinate representation of color #9CF5FB: hue angle of 183.79º degrees, saturation: 0.92, 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 #9CF5FB is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156245251-
CMYK0.380.0200.02
HSL183.79º92.23%79.8%-
HSV(B)183.79º37.85%98.43%-
XYZ63.7879.34103.22-
YUV219.07146.0183.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 23.93%
GREEN value IS 245 (96.09% from 255) = 37.58%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=23.93%
G=37.58%
B=38.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562452510.380.0200.02183.7992.2379.8
Hex9CF5FB26202b85c50
Octal23436537346202270134120
Binary100111001111010111111011100110100101011100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,245,251); }

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

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

 a { background-color: rgb(156,245,251); }

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

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

 span { border-color: rgb(156,245,251); }

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