#9DE5DC

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

Shades of Ice Cold #9DE5DC

Tints of Ice Cold #9DE5DC

Color information

#9DE5DC (or 0x9DE5DC) is unknown color: approx Ice Cold. HEX triplet: 9D, E5 and DC. RGB value is (157,229,220). Sum of RGB (Red+Green+Blue) = 157+229+220=606 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.91% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 229 - color contains mainly: green. Hex color #9DE5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE5DC is #621A23. Grayscale: #CECECE. Windows color (decimal): -6429220 or 14476701. OLE color: 14476701.

HSL color Cylindrical-coordinate representation of color #9DE5DC: hue angle of 172.5º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE5DC is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB157229220-
CMYK0.3100.040.10
HSL172.5º58.06%75.69%-
HSV(B)172.5º31.44%89.8%-
XYZ54.8468.3778.02-
YUV206.45135.6592.73-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.91%
GREEN value IS 229 (89.84% from 255) = 37.79%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=25.91%
G=37.79%
B=36.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1572292200.3100.040.10172.558.0675.69
Hex9DE5DC1F04Aac3a4c
Octal23534533437041225472114
Binary1001110111100101110111001111101001010101011001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,229,220); }

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

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

 a { background-color: rgb(157,229,220); }

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

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

 span { border-color: rgb(157,229,220); }

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