#8DE3EB

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

Shades of Blizzard Blue #8DE3EB

Tints of Blizzard Blue #8DE3EB

Color information

#8DE3EB (or 0x8DE3EB) is unknown color: approx Blizzard Blue. HEX triplet: 8D, E3 and EB. RGB value is (141,227,235). Sum of RGB (Red+Green+Blue) = 141+227+235=603 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.38% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DE3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE3EB is #721C14. Grayscale: #CACACA. Windows color (decimal): -7478293 or 15459213. OLE color: 15459213.

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

Color convert

RGB141227235-
CMYK0.40.0300.08
HSL185.11º70.15%73.73%-
HSV(B)185.11º40%92.16%-
XYZ53.4566.688.64-
YUV202.2146.5184.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.38%
GREEN value IS 227 (89.06% from 255) = 37.65%
BLUE value IS 235 (92.19% from 255) = 38.97%
R=23.38%
G=37.65%
B=38.97%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412272350.40.0300.08185.1170.1573.73
Hex8DE3EB28308b9464a
Octal215343353503010271106112
Binary10001101111000111110101110100011010001011100110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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