#8DE7EE

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

Shades of Blizzard Blue #8DE7EE

Tints of Blizzard Blue #8DE7EE

Color information

#8DE7EE (or 0x8DE7EE) is unknown color: approx Blizzard Blue. HEX triplet: 8D, E7 and EE. RGB value is (141,231,238). Sum of RGB (Red+Green+Blue) = 141+231+238=610 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.11% from 610); Green value is 231 (90.62% from 255 or 37.87% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DE7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE7EE is #721811. Grayscale: #CCCCCC. Windows color (decimal): -7477266 or 15656845. OLE color: 15656845.

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

Color convert

RGB141231238-
CMYK0.410.0300.07
HSL184.33º74.05%74.31%-
HSV(B)184.33º40.76%93.33%-
XYZ54.9968.9991.31-
YUV204.89146.6882.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.11%
GREEN value IS 231 (90.62% from 255) = 37.87%
BLUE value IS 238 (93.36% from 255) = 39.02%
R=23.11%
G=37.87%
B=39.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412312380.410.0300.07184.3374.0574.31
Hex8DE7EE29307b84a4a
Octal21534735651307270112112
Binary1000110111100111111011101010011101111011100010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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