#8DE2EB

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

Shades of Blizzard Blue #8DE2EB

Tints of Blizzard Blue #8DE2EB

Color information

#8DE2EB (or 0x8DE2EB) is unknown color: approx Blizzard Blue. HEX triplet: 8D, E2 and EB. RGB value is (141,226,235). Sum of RGB (Red+Green+Blue) = 141+226+235=602 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.42% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DE2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE2EB is #721D14. Grayscale: #C9C9C9. Windows color (decimal): -7478549 or 15458957. OLE color: 15458957.

HSL color Cylindrical-coordinate representation of color #8DE2EB: hue angle of 185.74º 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 #8DE2EB is Cyan = 0.4, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141226235-
CMYK0.40.0400.08
HSL185.74º70.15%73.73%-
HSV(B)185.74º40%92.16%-
XYZ53.1866.0588.54-
YUV201.61146.8484.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.42%
GREEN value IS 226 (88.67% from 255) = 37.54%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=23.42%
G=37.54%
B=39.04%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412262350.40.0400.08185.7470.1573.73
Hex8DE2EB28408ba464a
Octal215342353504010272106112
Binary100011011110001011101011101000100010001011101010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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