#9DE3D1

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

Shades of Ice Cold #9DE3D1

Tints of Ice Cold #9DE3D1

Color information

#9DE3D1 (or 0x9DE3D1) is unknown color: approx Ice Cold. HEX triplet: 9D, E3 and D1. RGB value is (157,227,209). Sum of RGB (Red+Green+Blue) = 157+227+209=593 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.48% from 593); Green value is 227 (89.06% from 255 or 38.28% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 227 - color contains mainly: green. Hex color #9DE3D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE3D1 is #621C2E. Grayscale: #CCCCCC. Windows color (decimal): -6429743 or 13755293. OLE color: 13755293.

HSL color Cylindrical-coordinate representation of color #9DE3D1: hue angle of 164.57º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE3D1 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB157227209-
CMYK0.3100.080.11
HSL164.57º55.56%75.29%-
HSV(B)164.57º30.84%89.02%-
XYZ52.8866.7170.41-
YUV204.02130.8194.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.48%
GREEN value IS 227 (89.06% from 255) = 38.28%
BLUE value IS 209 (82.03% from 255) = 35.24%
R=26.48%
G=38.28%
B=35.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1572272090.3100.080.11164.5755.5675.29
Hex9DE3D11F08Ba5384b
Octal235343321370101324570113
Binary10011101111000111101000111111010001011101001011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,227,209); }

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

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

 a { background-color: rgb(157,227,209); }

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

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

 span { border-color: rgb(157,227,209); }

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