#8DEBE8

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

Shades of Blizzard Blue #8DEBE8

Tints of Blizzard Blue #8DEBE8

Color information

#8DEBE8 (or 0x8DEBE8) is unknown color: approx Blizzard Blue. HEX triplet: 8D, EB and E8. RGB value is (141,235,232). Sum of RGB (Red+Green+Blue) = 141+235+232=608 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.19% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 232 (91.02% from 255 or 38.16% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEBE8 is #721417. Grayscale: #CECECE. Windows color (decimal): -7476248 or 15264653. OLE color: 15264653.

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

Color convert

RGB141235232-
CMYK0.400.010.08
HSL178.09º70.15%73.73%-
HSV(B)178.09º40%92.16%-
XYZ55.2670.9187.12-
YUV206.55142.3681.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.19%
GREEN value IS 235 (92.19% from 255) = 38.65%
BLUE value IS 232 (91.02% from 255) = 38.16%
R=23.19%
G=38.65%
B=38.16%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412352320.400.010.08178.0970.1573.73
Hex8DEBE828018b2464a
Octal215353350500110262106112
Binary1000110111101011111010001010000110001011001010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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