#9DE5D7

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

Shades of Ice Cold #9DE5D7

Tints of Ice Cold #9DE5D7

Color information

#9DE5D7 (or 0x9DE5D7) is unknown color: approx Ice Cold. HEX triplet: 9D, E5 and D7. RGB value is (157,229,215). Sum of RGB (Red+Green+Blue) = 157+229+215=601 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.12% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 229 - color contains mainly: green. Hex color #9DE5D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE5D7 is #621A28. Grayscale: #CDCDCD. Windows color (decimal): -6429225 or 14149021. OLE color: 14149021.

HSL color Cylindrical-coordinate representation of color #9DE5D7: hue angle of 168.33º 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 #9DE5D7 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB157229215-
CMYK0.3100.060.10
HSL168.33º58.06%75.69%-
HSV(B)168.33º31.44%89.8%-
XYZ54.1968.1174.58-
YUV205.88133.1593.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.12%
GREEN value IS 229 (89.84% from 255) = 38.10%
BLUE value IS 215 (84.38% from 255) = 35.77%
R=26.12%
G=38.10%
B=35.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1572292150.3100.060.10168.3358.0675.69
Hex9DE5D71F06Aa83a4c
Octal23534532737061225072114
Binary1001110111100101110101111111101101010101010001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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