#8DECEE

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

Shades of Blizzard Blue #8DECEE

Tints of Blizzard Blue #8DECEE

Color information

#8DECEE (or 0x8DECEE) is unknown color: approx Blizzard Blue. HEX triplet: 8D, EC and EE. RGB value is (141,236,238). Sum of RGB (Red+Green+Blue) = 141+236+238=615 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.93% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DECEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DECEE is #721311. Grayscale: #CFCFCF. Windows color (decimal): -7475986 or 15658125. OLE color: 15658125.

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

Color convert

RGB141236238-
CMYK0.410.0100.07
HSL181.24º74.05%74.31%-
HSV(B)181.24º40.76%93.33%-
XYZ56.4171.8391.78-
YUV207.82145.0380.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.93%
GREEN value IS 236 (92.58% from 255) = 38.37%
BLUE value IS 238 (93.36% from 255) = 38.70%
R=22.93%
G=38.37%
B=38.70%

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
Decimal1412362380.410.0100.07181.2474.0574.31
Hex8DECEE29107b54a4a
Octal21535435651107265112112
Binary100011011110110011101110101001101111011010110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,236,238); }

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

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

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

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

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

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

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