#9DEDD8

Color #9DEDD8 Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #9DEDD8

Tints of Ice Cold #9DEDD8

Color information

#9DEDD8 (or 0x9DEDD8) is unknown color: approx Ice Cold. HEX triplet: 9D, ED and D8. RGB value is (157,237,216). Sum of RGB (Red+Green+Blue) = 157+237+216=610 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.74% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDD8 is #621227. Grayscale: #D2D2D2. Windows color (decimal): -6427176 or 14216605. OLE color: 14216605.

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

Color convert

RGB157237216-
CMYK0.3400.090.07
HSL164.25º68.97%77.25%-
HSV(B)164.25º33.76%92.94%-
XYZ56.5872.6976.01-
YUV210.6913189.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.74%
GREEN value IS 237 (92.97% from 255) = 38.85%
BLUE value IS 216 (84.77% from 255) = 35.41%
R=25.74%
G=38.85%
B=35.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572372160.3400.090.07164.2568.9777.25
Hex9DEDD822097a4454d
Octal235355330420117244105115
Binary100111011110110111011000100010010011111010010010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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