#8DE8EF

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

Shades of Blizzard Blue #8DE8EF

Tints of Blizzard Blue #8DE8EF

Color information

#8DE8EF (or 0x8DE8EF) is unknown color: approx Blizzard Blue. HEX triplet: 8D, E8 and EF. RGB value is (141,232,239). Sum of RGB (Red+Green+Blue) = 141+232+239=612 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.04% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DE8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE8EF is #721710. Grayscale: #CDCDCD. Windows color (decimal): -7477009 or 15722637. OLE color: 15722637.

HSL color Cylindrical-coordinate representation of color #8DE8EF: hue angle of 184.29º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DE8EF is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB141232239-
CMYK0.410.0300.06
HSL184.29º75.38%74.51%-
HSV(B)184.29º41%93.73%-
XYZ55.4269.6192.18-
YUV205.59146.8581.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.04%
GREEN value IS 232 (91.02% from 255) = 37.91%
BLUE value IS 239 (93.75% from 255) = 39.05%
R=23.04%
G=37.91%
B=39.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1412322390.410.0300.06184.2975.3874.51
Hex8DE8EF29306b84b4b
Octal21535035751306270113113
Binary1000110111101000111011111010011101101011100010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,232,239); }

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

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

 a { background-color: rgb(141,232,239); }

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

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

 span { border-color: rgb(141,232,239); }

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