#8DEAEF

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

Shades of Blizzard Blue #8DEAEF

Tints of Blizzard Blue #8DEAEF

Color information

#8DEAEF (or 0x8DEAEF) is unknown color: approx Blizzard Blue. HEX triplet: 8D, EA and EF. RGB value is (141,234,239). Sum of RGB (Red+Green+Blue) = 141+234+239=614 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.96% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DEAEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEAEF is #721510. Grayscale: #CECECE. Windows color (decimal): -7476497 or 15723149. OLE color: 15723149.

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

Color convert

RGB141234239-
CMYK0.410.0200.06
HSL183.06º75.38%74.51%-
HSV(B)183.06º41%93.73%-
XYZ55.9970.7492.36-
YUV206.76146.1981.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.96%
GREEN value IS 234 (91.80% from 255) = 38.11%
BLUE value IS 239 (93.75% from 255) = 38.93%
R=22.96%
G=38.11%
B=38.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1412342390.410.0200.06183.0675.3874.51
Hex8DEAEF29206b74b4b
Octal21535235751206267113113
Binary1000110111101010111011111010011001101011011110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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