#9CF0FE

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

Shades of Blizzard Blue #9CF0FE

Tints of Blizzard Blue #9CF0FE

Color information

#9CF0FE (or 0x9CF0FE) is unknown color: approx Blizzard Blue. HEX triplet: 9C, F0 and FE. RGB value is (156,240,254). Sum of RGB (Red+Green+Blue) = 156+240+254=650 (86% of max value = 765). Red value is 156 (61.33% from 255 or 24% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #9CF0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF0FE is #630F01. Grayscale: #D8D8D8. Windows color (decimal): -6491906 or 16707740. OLE color: 16707740.

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

Color convert

RGB156240254-
CMYK0.390.0600.00
HSL188.57º98%80.39%-
HSV(B)188.57º38.58%99.61%-
XYZ62.7676.54105.23-
YUV216.48149.1784.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24%
GREEN value IS 240 (94.14% from 255) = 36.92%
BLUE value IS 254 (99.61% from 255) = 39.08%
R=24%
G=36.92%
B=39.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1562402540.390.0600.00188.579880.39
Hex9CF0FE27600bd6250
Octal23436037647600275142120
Binary100111001111000011111110100111110001011110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,240,254); }

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

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

 a { background-color: rgb(156,240,254); }

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

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

 span { border-color: rgb(156,240,254); }

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