#9CEFEF

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

Shades of Blizzard Blue #9CEFEF

Tints of Blizzard Blue #9CEFEF

Color information

#9CEFEF (or 0x9CEFEF) is unknown color: approx Blizzard Blue. HEX triplet: 9C, EF and EF. RGB value is (156,239,239). Sum of RGB (Red+Green+Blue) = 156+239+239=634 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.61% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #9CEFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEFEF is #631010. Grayscale: #D6D6D6. Windows color (decimal): -6492177 or 15724444. OLE color: 15724444.

HSL color Cylindrical-coordinate representation of color #9CEFEF: hue angle of 180º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CEFEF is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB156239239-
CMYK0.35000.06
HSL180º72.17%77.45%-
HSV(B)180º34.73%93.73%-
XYZ60.1675.0392.97-
YUV214.1814286.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.61%
GREEN value IS 239 (93.75% from 255) = 37.70%
BLUE value IS 239 (93.75% from 255) = 37.70%
R=24.61%
G=37.70%
B=37.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1562392390.35000.0618072.1777.45
Hex9CEFEF23006b4484d
Octal23435735743006264110115
Binary100111001110111111101111100011001101011010010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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