#9DEDEE

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

Shades of Blizzard Blue #9DEDEE

Tints of Blizzard Blue #9DEDEE

Color information

#9DEDEE (or 0x9DEDEE) is unknown color: approx Blizzard Blue. HEX triplet: 9D, ED and EE. RGB value is (157,237,238). Sum of RGB (Red+Green+Blue) = 157+237+238=632 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.84% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DEDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEDEE is #621211. Grayscale: #D5D5D5. Windows color (decimal): -6427154 or 15658397. OLE color: 15658397.

HSL color Cylindrical-coordinate representation of color #9DEDEE: hue angle of 180.74º 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 #9DEDEE is Cyan = 0.34, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157237238-
CMYK0.340.0000.07
HSL180.74º70.43%77.45%-
HSV(B)180.74º34.03%93.33%-
XYZ59.6273.9192.01-
YUV213.1914287.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.84%
GREEN value IS 237 (92.97% from 255) = 37.5%
BLUE value IS 238 (93.36% from 255) = 37.66%
R=24.84%
G=37.5%
B=37.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572372380.340.0000.07180.7470.4377.45
Hex9DEDEE22007b5464d
Octal23535535642007265106115
Binary100111011110110111101110100010001111011010110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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