#9CF1FA

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

Shades of Blizzard Blue #9CF1FA

Tints of Blizzard Blue #9CF1FA

Color information

#9CF1FA (or 0x9CF1FA) is unknown color: approx Blizzard Blue. HEX triplet: 9C, F1 and FA. RGB value is (156,241,250). Sum of RGB (Red+Green+Blue) = 156+241+250=647 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.11% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #9CF1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF1FA is #630E05. Grayscale: #D8D8D8. Windows color (decimal): -6491654 or 16445852. OLE color: 16445852.

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

Color convert

RGB156241250-
CMYK0.380.0400.02
HSL185.74º90.38%79.61%-
HSV(B)185.74º37.6%98.04%-
XYZ62.4276.88101.99-
YUV216.61146.8484.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.11%
GREEN value IS 241 (94.53% from 255) = 37.25%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=24.11%
G=37.25%
B=38.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562412500.380.0400.02185.7490.3879.61
Hex9CF1FA26402ba5a50
Octal23436137246402272132120
Binary1001110011110001111110101001101000101011101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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