#8DEAEA

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

Shades of Blizzard Blue #8DEAEA

Tints of Blizzard Blue #8DEAEA

Color information

#8DEAEA (or 0x8DEAEA) is unknown color: approx Blizzard Blue. HEX triplet: 8D, EA and EA. RGB value is (141,234,234). Sum of RGB (Red+Green+Blue) = 141+234+234=609 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.15% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #8DEAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEAEA is #721515. Grayscale: #CECECE. Windows color (decimal): -7476502 or 15395469. OLE color: 15395469.

HSL color Cylindrical-coordinate representation of color #8DEAEA: hue angle of 180º degrees, saturation: 0.69, 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 #8DEAEA is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141234234-
CMYK0.40000.08
HSL180º68.89%73.53%-
HSV(B)180º39.74%91.76%-
XYZ55.2670.4588.53-
YUV206.19143.6981.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.15%
GREEN value IS 234 (91.80% from 255) = 38.42%
BLUE value IS 234 (91.80% from 255) = 38.42%
R=23.15%
G=38.42%
B=38.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412342340.40000.0818068.8973.53
Hex8DEAEA28008b4454a
Octal215352352500010264105112
Binary1000110111101010111010101010000010001011010010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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