#8DE4EB

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

Shades of Blizzard Blue #8DE4EB

Tints of Blizzard Blue #8DE4EB

Color information

#8DE4EB (or 0x8DE4EB) is unknown color: approx Blizzard Blue. HEX triplet: 8D, E4 and EB. RGB value is (141,228,235). Sum of RGB (Red+Green+Blue) = 141+228+235=604 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.34% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DE4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE4EB is #721B14. Grayscale: #CACACA. Windows color (decimal): -7478037 or 15459469. OLE color: 15459469.

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

Color convert

RGB141228235-
CMYK0.40.0300.08
HSL184.47º70.15%73.73%-
HSV(B)184.47º40%92.16%-
XYZ53.7267.1588.73-
YUV202.78146.1883.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.34%
GREEN value IS 228 (89.45% from 255) = 37.75%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=23.34%
G=37.75%
B=38.91%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412282350.40.0300.08184.4770.1573.73
Hex8DE4EB28308b8464a
Octal215344353503010270106112
Binary10001101111001001110101110100011010001011100010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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