#8CECEC

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

Shades of Blizzard Blue #8CECEC

Tints of Blizzard Blue #8CECEC

Color information

#8CECEC (or 0x8CECEC) is unknown color: approx Blizzard Blue. HEX triplet: 8C, EC and EC. RGB value is (140,236,236). Sum of RGB (Red+Green+Blue) = 140+236+236=612 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.88% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #8CECEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CECEC is #731313. Grayscale: #CFCFCF. Windows color (decimal): -7541524 or 15527052. OLE color: 15527052.

HSL color Cylindrical-coordinate representation of color #8CECEC: hue angle of 180º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CECEC is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB140236236-
CMYK0.41000.07
HSL180º71.64%73.73%-
HSV(B)180º40.68%92.55%-
XYZ55.9571.6290.23-
YUV207.3144.280-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.88%
GREEN value IS 236 (92.58% from 255) = 38.56%
BLUE value IS 236 (92.58% from 255) = 38.56%
R=22.88%
G=38.56%
B=38.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1402362360.41000.0718071.6473.73
Hex8CECEC29007b4484a
Octal21435435451007264110112
Binary100011001110110011101100101001001111011010010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CECEC; }

 p { color: rgb(140,236,236); }

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

<style>
 a { background-color: #8CECEC; }

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

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

<style>
 span { border-color: #8CECEC; }

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

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