#9DEBED

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

Shades of Blizzard Blue #9DEBED

Tints of Blizzard Blue #9DEBED

Color information

#9DEBED (or 0x9DEBED) is unknown color: approx Blizzard Blue. HEX triplet: 9D, EB and ED. RGB value is (157,235,237). Sum of RGB (Red+Green+Blue) = 157+235+237=629 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.96% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #9DEBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEBED is #621412. Grayscale: #D3D3D3. Windows color (decimal): -6427667 or 15592349. OLE color: 15592349.

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

Color convert

RGB157235237-
CMYK0.340.0100.07
HSL181.5º68.97%77.25%-
HSV(B)181.5º33.76%92.94%-
XYZ58.972.791.05-
YUV211.91142.1688.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.96%
GREEN value IS 235 (92.19% from 255) = 37.36%
BLUE value IS 237 (92.97% from 255) = 37.68%
R=24.96%
G=37.36%
B=37.68%

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
Decimal1572352370.340.0100.07181.568.9777.25
Hex9DEBED22107b6454d
Octal23535335542107266105115
Binary100111011110101111101101100010101111011011010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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