#9CF1FE

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

Shades of Blizzard Blue #9CF1FE

Tints of Blizzard Blue #9CF1FE

Color information

#9CF1FE (or 0x9CF1FE) is unknown color: approx Blizzard Blue. HEX triplet: 9C, F1 and FE. RGB value is (156,241,254). Sum of RGB (Red+Green+Blue) = 156+241+254=651 (86% of max value = 765). Red value is 156 (61.33% from 255 or 23.96% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #9CF1FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF1FE is #630E01. Grayscale: #D8D8D8. Windows color (decimal): -6491650 or 16707996. OLE color: 16707996.

HSL color Cylindrical-coordinate representation of color #9CF1FE: hue angle of 187.96º 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 #9CF1FE is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB156241254-
CMYK0.390.0500.00
HSL187.96º98%80.39%-
HSV(B)187.96º38.58%99.61%-
XYZ63.0577.13105.33-
YUV217.07148.8484.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 23.96%
GREEN value IS 241 (94.53% from 255) = 37.02%
BLUE value IS 254 (99.61% from 255) = 39.02%
R=23.96%
G=37.02%
B=39.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1562412540.390.0500.00187.969880.39
Hex9CF1FE27500bc6250
Octal23436137647500274142120
Binary100111001111000111111110100111101001011110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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