#8CEBED

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

Shades of Blizzard Blue #8CEBED

Tints of Blizzard Blue #8CEBED

Color information

#8CEBED (or 0x8CEBED) is unknown color: approx Blizzard Blue. HEX triplet: 8C, EB and ED. RGB value is (140,235,237). Sum of RGB (Red+Green+Blue) = 140+235+237=612 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.88% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #8CEBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEBED is #731412. Grayscale: #CECECE. Windows color (decimal): -7541779 or 15592332. OLE color: 15592332.

HSL color Cylindrical-coordinate representation of color #8CEBED: hue angle of 181.24º degrees, saturation: 0.73, 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 #8CEBED is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB140235237-
CMYK0.410.0100.07
HSL181.24º72.93%73.92%-
HSV(B)181.24º40.93%92.94%-
XYZ55.8171.1190.9-
YUV206.82145.0380.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.88%
GREEN value IS 235 (92.19% from 255) = 38.40%
BLUE value IS 237 (92.97% from 255) = 38.73%
R=22.88%
G=38.40%
B=38.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1402352370.410.0100.07181.2472.9373.92
Hex8CEBED29107b5494a
Octal21435335551107265111112
Binary100011001110101111101101101001101111011010110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,235,237); }

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

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

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

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

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

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

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