#9DE4E4

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

Shades of Blizzard Blue #9DE4E4

Tints of Blizzard Blue #9DE4E4

Color information

#9DE4E4 (or 0x9DE4E4) is unknown color: approx Blizzard Blue. HEX triplet: 9D, E4 and E4. RGB value is (157,228,228). Sum of RGB (Red+Green+Blue) = 157+228+228=613 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.61% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 228 - color contains mainly: green, blue. Hex color #9DE4E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE4E4 is #621B1B. Grayscale: #CECECE. Windows color (decimal): -6429468 or 15000733. OLE color: 15000733.

HSL color Cylindrical-coordinate representation of color #9DE4E4: hue angle of 180º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE4E4 is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB157228228-
CMYK0.31000.11
HSL180º56.8%75.49%-
HSV(B)180º31.14%89.41%-
XYZ55.6568.2683.64-
YUV206.77139.9892.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.61%
GREEN value IS 228 (89.45% from 255) = 37.19%
BLUE value IS 228 (89.45% from 255) = 37.19%
R=25.61%
G=37.19%
B=37.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1572282280.31000.1118056.875.49
Hex9DE4E41F00Bb4394b
Octal23534434437001326471113
Binary10011101111001001110010011111001011101101001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DE4E4; }

 p { color: rgb(157,228,228); }

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

<style>
 a { background-color: #9DE4E4; }

 a { background-color: rgb(157,228,228); }

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

<style>
 span { border-color: #9DE4E4; }

 span { border-color: rgb(157,228,228); }

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