#8DEBE2

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

Shades of Blizzard Blue #8DEBE2

Tints of Blizzard Blue #8DEBE2

Color information

#8DEBE2 (or 0x8DEBE2) is unknown color: approx Blizzard Blue. HEX triplet: 8D, EB and E2. RGB value is (141,235,226). Sum of RGB (Red+Green+Blue) = 141+235+226=602 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.42% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEBE2 is #72141D. Grayscale: #CDCDCD. Windows color (decimal): -7476254 or 14871437. OLE color: 14871437.

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

Color convert

RGB141235226-
CMYK0.400.040.08
HSL174.26º70.15%73.73%-
HSV(B)174.26º40%92.16%-
XYZ54.4270.5782.7-
YUV205.87139.3681.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.42%
GREEN value IS 235 (92.19% from 255) = 39.04%
BLUE value IS 226 (88.67% from 255) = 37.54%
R=23.42%
G=39.04%
B=37.54%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412352260.400.040.08174.2670.1573.73
Hex8DEBE228048ae464a
Octal215353342500410256106112
Binary100011011110101111100010101000010010001010111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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