#9DEBEE

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

Shades of Blizzard Blue #9DEBEE

Tints of Blizzard Blue #9DEBEE

Color information

#9DEBEE (or 0x9DEBEE) is unknown color: approx Blizzard Blue. HEX triplet: 9D, EB and EE. RGB value is (157,235,238). Sum of RGB (Red+Green+Blue) = 157+235+238=630 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.92% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DEBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEBEE is #621411. Grayscale: #D3D3D3. Windows color (decimal): -6427666 or 15657885. OLE color: 15657885.

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

Color convert

RGB157235238-
CMYK0.340.0100.07
HSL182.22º70.43%77.45%-
HSV(B)182.22º34.03%93.33%-
XYZ59.0572.7691.82-
YUV212.02142.6688.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.92%
GREEN value IS 235 (92.19% from 255) = 37.30%
BLUE value IS 238 (93.36% from 255) = 37.78%
R=24.92%
G=37.30%
B=37.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572352380.340.0100.07182.2270.4377.45
Hex9DEBEE22107b6464d
Octal23535335642107266106115
Binary100111011110101111101110100010101111011011010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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