#8DEAEE

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

Shades of Blizzard Blue #8DEAEE

Tints of Blizzard Blue #8DEAEE

Color information

#8DEAEE (or 0x8DEAEE) is unknown color: approx Blizzard Blue. HEX triplet: 8D, EA and EE. RGB value is (141,234,238). Sum of RGB (Red+Green+Blue) = 141+234+238=613 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.00% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DEAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEAEE is #721511. Grayscale: #CECECE. Windows color (decimal): -7476498 or 15657613. OLE color: 15657613.

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

Color convert

RGB141234238-
CMYK0.410.0200.07
HSL182.47º74.05%74.31%-
HSV(B)182.47º40.76%93.33%-
XYZ55.8470.6891.59-
YUV206.65145.6981.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.00%
GREEN value IS 234 (91.80% from 255) = 38.17%
BLUE value IS 238 (93.36% from 255) = 38.83%
R=23.00%
G=38.17%
B=38.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412342380.410.0200.07182.4774.0574.31
Hex8DEAEE29207b64a4a
Octal21535235651207266112112
Binary1000110111101010111011101010011001111011011010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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