#8DEAEC

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

Shades of Blizzard Blue #8DEAEC

Tints of Blizzard Blue #8DEAEC

Color information

#8DEAEC (or 0x8DEAEC) is unknown color: approx Blizzard Blue. HEX triplet: 8D, EA and EC. RGB value is (141,234,236). Sum of RGB (Red+Green+Blue) = 141+234+236=611 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.08% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DEAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEAEC is #721513. Grayscale: #CECECE. Windows color (decimal): -7476500 or 15526541. OLE color: 15526541.

HSL color Cylindrical-coordinate representation of color #8DEAEC: hue angle of 181.26º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEAEC is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141234236-
CMYK0.400.0100.07
HSL181.26º71.43%73.92%-
HSV(B)181.26º40.25%92.55%-
XYZ55.5570.5690.05-
YUV206.42144.6981.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.08%
GREEN value IS 234 (91.80% from 255) = 38.30%
BLUE value IS 236 (92.58% from 255) = 38.63%
R=23.08%
G=38.30%
B=38.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412342360.400.0100.07181.2671.4373.92
Hex8DEAEC28107b5474a
Octal21535235450107265107112
Binary100011011110101011101100101000101111011010110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,234,236); }

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

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

 a { background-color: rgb(141,234,236); }

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

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

 span { border-color: rgb(141,234,236); }

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