#9DE6EE

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

Shades of Blizzard Blue #9DE6EE

Tints of Blizzard Blue #9DE6EE

Color information

#9DE6EE (or 0x9DE6EE) is unknown color: approx Blizzard Blue. HEX triplet: 9D, E6 and EE. RGB value is (157,230,238). Sum of RGB (Red+Green+Blue) = 157+230+238=625 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.12% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DE6EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DE6EE is #621911. Grayscale: #D0D0D0. Windows color (decimal): -6428946 or 15656605. OLE color: 15656605.

HSL color Cylindrical-coordinate representation of color #9DE6EE: hue angle of 185.93º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DE6EE is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157230238-
CMYK0.340.0300.07
HSL185.93º70.43%77.45%-
HSV(B)185.93º34.03%93.33%-
XYZ57.6369.9391.35-
YUV209.08144.3290.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.12%
GREEN value IS 230 (90.23% from 255) = 36.8%
BLUE value IS 238 (93.36% from 255) = 38.08%
R=25.12%
G=36.8%
B=38.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572302380.340.0300.07185.9370.4377.45
Hex9DE6EE22307ba464d
Octal23534635642307272106115
Binary1001110111100110111011101000101101111011101010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,230,238); }

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

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

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

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

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

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

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