#9CF4FB

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

Shades of Blizzard Blue #9CF4FB

Tints of Blizzard Blue #9CF4FB

Color information

#9CF4FB (or 0x9CF4FB) is unknown color: approx Blizzard Blue. HEX triplet: 9C, F4 and FB. RGB value is (156,244,251). Sum of RGB (Red+Green+Blue) = 156+244+251=651 (86% of max value = 765). Red value is 156 (61.33% from 255 or 23.96% from 651); Green value is 244 (95.70% from 255 or 37.48% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #9CF4FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF4FB is #630B04. Grayscale: #DADADA. Windows color (decimal): -6490885 or 16512156. OLE color: 16512156.

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

Color convert

RGB156244251-
CMYK0.380.0300.02
HSL184.42º92.23%79.8%-
HSV(B)184.42º37.85%98.43%-
XYZ63.4778.73103.12-
YUV218.49146.3583.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 23.96%
GREEN value IS 244 (95.70% from 255) = 37.48%
BLUE value IS 251 (98.44% from 255) = 38.56%
R=23.96%
G=37.48%
B=38.56%

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
Decimal1562442510.380.0300.02184.4292.2379.8
Hex9CF4FB26302b85c50
Octal23436437346302270134120
Binary100111001111010011111011100110110101011100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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