#8DE1EB

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

Shades of Blizzard Blue #8DE1EB

Tints of Blizzard Blue #8DE1EB

Color information

#8DE1EB (or 0x8DE1EB) is unknown color: approx Blizzard Blue. HEX triplet: 8D, E1 and EB. RGB value is (141,225,235). Sum of RGB (Red+Green+Blue) = 141+225+235=601 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.46% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DE1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE1EB is #721E14. Grayscale: #C8C8C8. Windows color (decimal): -7478805 or 15458701. OLE color: 15458701.

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

Color convert

RGB141225235-
CMYK0.40.0400.08
HSL186.38º70.15%73.73%-
HSV(B)186.38º40%92.16%-
XYZ52.9165.5188.45-
YUV201.02147.1785.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.46%
GREEN value IS 225 (88.28% from 255) = 37.44%
BLUE value IS 235 (92.19% from 255) = 39.10%
R=23.46%
G=37.44%
B=39.10%

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
Decimal1412252350.40.0400.08186.3870.1573.73
Hex8DE1EB28408ba464a
Octal215341353504010272106112
Binary100011011110000111101011101000100010001011101010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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