#8DE1EA

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

Shades of Blizzard Blue #8DE1EA

Tints of Blizzard Blue #8DE1EA

Color information

#8DE1EA (or 0x8DE1EA) is unknown color: approx Blizzard Blue. HEX triplet: 8D, E1 and EA. RGB value is (141,225,234). Sum of RGB (Red+Green+Blue) = 141+225+234=600 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.5% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DE1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE1EA is #721E15. Grayscale: #C8C8C8. Windows color (decimal): -7478806 or 15393165. OLE color: 15393165.

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

Color convert

RGB141225234-
CMYK0.400.0400.08
HSL185.81º68.89%73.53%-
HSV(B)185.81º39.74%91.76%-
XYZ52.7665.4587.69-
YUV200.91146.6785.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.5%
GREEN value IS 225 (88.28% from 255) = 37.5%
BLUE value IS 234 (91.80% from 255) = 39%
R=23.5%
G=37.5%
B=39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412252340.400.0400.08185.8168.8973.53
Hex8DE1EA28408ba454a
Octal215341352504010272105112
Binary100011011110000111101010101000100010001011101010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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