#8DE0EB

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

Shades of Blizzard Blue #8DE0EB

Tints of Blizzard Blue #8DE0EB

Color information

#8DE0EB (or 0x8DE0EB) is unknown color: approx Blizzard Blue. HEX triplet: 8D, E0 and EB. RGB value is (141,224,235). Sum of RGB (Red+Green+Blue) = 141+224+235=600 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.5% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DE0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE0EB is #721F14. Grayscale: #C8C8C8. Windows color (decimal): -7479061 or 15458445. OLE color: 15458445.

HSL color Cylindrical-coordinate representation of color #8DE0EB: hue angle of 187.02º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DE0EB is Cyan = 0.4, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141224235-
CMYK0.40.0500.08
HSL187.02º70.15%73.73%-
HSV(B)187.02º40%92.16%-
XYZ52.6464.9788.36-
YUV200.44147.585.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.5%
GREEN value IS 224 (87.89% from 255) = 37.33%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=23.5%
G=37.33%
B=39.17%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412242350.40.0500.08187.0270.1573.73
Hex8DE0EB28508bb464a
Octal215340353505010273106112
Binary100011011110000011101011101000101010001011101110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,224,235); }

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

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

 a { background-color: rgb(141,224,235); }

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

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

 span { border-color: rgb(141,224,235); }

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