#8DE9EB

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

Shades of Blizzard Blue #8DE9EB

Tints of Blizzard Blue #8DE9EB

Color information

#8DE9EB (or 0x8DE9EB) is unknown color: approx Blizzard Blue. HEX triplet: 8D, E9 and EB. RGB value is (141,233,235). Sum of RGB (Red+Green+Blue) = 141+233+235=609 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.15% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DE9EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE9EB is #721614. Grayscale: #CDCDCD. Windows color (decimal): -7476757 or 15460749. OLE color: 15460749.

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

Color convert

RGB141233235-
CMYK0.40.0100.08
HSL181.28º70.15%73.73%-
HSV(B)181.28º40%92.16%-
XYZ55.1269.9489.19-
YUV205.72144.5281.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.15%
GREEN value IS 233 (91.41% from 255) = 38.26%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=23.15%
G=38.26%
B=38.59%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412332350.40.0100.08181.2870.1573.73
Hex8DE9EB28108b5464a
Octal215351353501010265106112
Binary1000110111101001111010111010001010001011010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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