#9DE7DD

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

Shades of Ice Cold #9DE7DD

Tints of Ice Cold #9DE7DD

Color information

#9DE7DD (or 0x9DE7DD) is unknown color: approx Ice Cold. HEX triplet: 9D, E7 and DD. RGB value is (157,231,221). Sum of RGB (Red+Green+Blue) = 157+231+221=609 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.78% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 231 - color contains mainly: green. Hex color #9DE7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE7DD is #621822. Grayscale: #CFCFCF. Windows color (decimal): -6428707 or 14542749. OLE color: 14542749.

HSL color Cylindrical-coordinate representation of color #9DE7DD: hue angle of 171.89º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DE7DD is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB157231221-
CMYK0.3200.040.09
HSL171.89º60.66%76.08%-
HSV(B)171.89º32.03%90.59%-
XYZ55.5369.5478.9-
YUV207.73135.4891.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.78%
GREEN value IS 231 (90.62% from 255) = 37.93%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=25.78%
G=37.93%
B=36.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572312210.3200.040.09171.8960.6676.08
Hex9DE7DD20049ac3d4c
Octal23534733540041125475114
Binary10011101111001111101110110000001001001101011001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,231,221); }

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

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

 a { background-color: rgb(157,231,221); }

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

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

 span { border-color: rgb(157,231,221); }

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