#ADECD9

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

Shades of Ice Cold #ADECD9

Tints of Ice Cold #ADECD9

Color information

#ADECD9 (or 0xADECD9) is unknown color: approx Ice Cold. HEX triplet: AD, EC and D9. RGB value is (173,236,217). Sum of RGB (Red+Green+Blue) = 173+236+217=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECD9 is #521326. Grayscale: #D7D7D7. Windows color (decimal): -5378855 or 14281901. OLE color: 14281901.

HSL color Cylindrical-coordinate representation of color #ADECD9: hue angle of 161.9º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADECD9 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB173236217-
CMYK0.2700.080.07
HSL161.9º62.38%80.2%-
HSV(B)161.9º26.69%92.55%-
XYZ59.7573.8876.76-
YUV215129.1398.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.64%
GREEN value IS 236 (92.58% from 255) = 37.70%
BLUE value IS 217 (85.16% from 255) = 34.66%
R=27.64%
G=37.70%
B=34.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732362170.2700.080.07161.962.3880.2
HexADECD91B087a23e50
Octal25535433133010724276120
Binary1010110111101100110110011101101000111101000101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADECD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADECD9; }

 p { color: rgb(173,236,217); }

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

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

 a { background-color: rgb(173,236,217); }

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

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

 span { border-color: rgb(173,236,217); }

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