#9CEFF1

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

Shades of Blizzard Blue #9CEFF1

Tints of Blizzard Blue #9CEFF1

Color information

#9CEFF1 (or 0x9CEFF1) is unknown color: approx Blizzard Blue. HEX triplet: 9C, EF and F1. RGB value is (156,239,241). Sum of RGB (Red+Green+Blue) = 156+239+241=636 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.53% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #9CEFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEFF1 is #63100E. Grayscale: #D6D6D6. Windows color (decimal): -6492175 or 15855516. OLE color: 15855516.

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

Color convert

RGB156239241-
CMYK0.350.0100.05
HSL181.41º75.22%77.84%-
HSV(B)181.41º35.27%94.51%-
XYZ60.4575.1594.54-
YUV214.4114386.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.53%
GREEN value IS 239 (93.75% from 255) = 37.58%
BLUE value IS 241 (94.53% from 255) = 37.89%
R=24.53%
G=37.58%
B=37.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1562392410.350.0100.05181.4175.2277.84
Hex9CEFF123105b54b4e
Octal23435736143105265113116
Binary100111001110111111110001100011101011011010110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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