#9CECF1

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

Shades of Blizzard Blue #9CECF1

Tints of Blizzard Blue #9CECF1

Color information

#9CECF1 (or 0x9CECF1) is unknown color: approx Blizzard Blue. HEX triplet: 9C, EC and F1. RGB value is (156,236,241). Sum of RGB (Red+Green+Blue) = 156+236+241=633 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.64% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #9CECF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CECF1 is #63130E. Grayscale: #D4D4D4. Windows color (decimal): -6492943 or 15854748. OLE color: 15854748.

HSL color Cylindrical-coordinate representation of color #9CECF1: hue angle of 183.53º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CECF1 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB156236241-
CMYK0.350.0200.05
HSL183.53º75.22%77.84%-
HSV(B)183.53º35.27%94.51%-
XYZ59.5873.4194.25-
YUV212.6514487.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.64%
GREEN value IS 236 (92.58% from 255) = 37.28%
BLUE value IS 241 (94.53% from 255) = 38.07%
R=24.64%
G=37.28%
B=38.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1562362410.350.0200.05183.5375.2277.84
Hex9CECF123205b84b4e
Octal23435436143205270113116
Binary1001110011101100111100011000111001011011100010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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