#8DE9EA

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

Shades of Blizzard Blue #8DE9EA

Tints of Blizzard Blue #8DE9EA

Color information

#8DE9EA (or 0x8DE9EA) is unknown color: approx Blizzard Blue. HEX triplet: 8D, E9 and EA. RGB value is (141,233,234). Sum of RGB (Red+Green+Blue) = 141+233+234=608 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.19% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DE9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE9EA is #721615. Grayscale: #CDCDCD. Windows color (decimal): -7476758 or 15395213. OLE color: 15395213.

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

Color convert

RGB141233234-
CMYK0.400.0000.08
HSL180.65º68.89%73.53%-
HSV(B)180.65º39.74%91.76%-
XYZ54.9769.8888.43-
YUV205.61144.0281.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.19%
GREEN value IS 233 (91.41% from 255) = 38.32%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=23.19%
G=38.32%
B=38.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412332340.400.0000.08180.6568.8973.53
Hex8DE9EA28008b5454a
Octal215351352500010265105112
Binary1000110111101001111010101010000010001011010110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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