#8DDFE9

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

Shades of Blizzard Blue #8DDFE9

Tints of Blizzard Blue #8DDFE9

Color information

#8DDFE9 (or 0x8DDFE9) is unknown color: approx Blizzard Blue. HEX triplet: 8D, DF and E9. RGB value is (141,223,233). Sum of RGB (Red+Green+Blue) = 141+223+233=597 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.62% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 233 (91.41% from 255 or 39.03% from 597); Max value from RGB is 233 - color contains mainly: blue. Hex color #8DDFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDFE9 is #722016. Grayscale: #C7C7C7. Windows color (decimal): -7479319 or 15327117. OLE color: 15327117.

HSL color Cylindrical-coordinate representation of color #8DDFE9: hue angle of 186.52º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DDFE9 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB141223233-
CMYK0.390.0400.09
HSL186.52º67.65%73.33%-
HSV(B)186.52º39.48%91.37%-
XYZ52.0864.3286.76-
YUV199.62146.8386.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.62%
GREEN value IS 223 (87.5% from 255) = 37.35%
BLUE value IS 233 (91.41% from 255) = 39.03%
R=23.62%
G=37.35%
B=39.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1412232330.390.0400.09186.5267.6573.33
Hex8DDFE927409bb4449
Octal215337351474011273104111
Binary100011011101111111101001100111100010011011101110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,223,233); }

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

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

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

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

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

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

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