#AADFCD

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

Shades of Ice Cold #AADFCD

Tints of Ice Cold #AADFCD

Color information

#AADFCD (or 0xAADFCD) is unknown color: approx Ice Cold. HEX triplet: AA, DF and CD. RGB value is (170,223,205). Sum of RGB (Red+Green+Blue) = 170+223+205=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFCD is #552032. Grayscale: #CDCDCD. Windows color (decimal): -5578803 or 13492138. OLE color: 13492138.

HSL color Cylindrical-coordinate representation of color #AADFCD: hue angle of 159.62º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AADFCD is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB170223205-
CMYK0.2400.080.13
HSL159.62º45.3%77.06%-
HSV(B)159.62º23.77%87.45%-
XYZ53.9865.7367.6-
YUV205.1127.94102.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.43%
GREEN value IS 223 (87.5% from 255) = 37.29%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=28.43%
G=37.29%
B=34.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702232050.2400.080.13159.6245.377.06
HexAADFCD1808Da02d4d
Octal252337315300101524055115
Binary10101010110111111100110111000010001101101000001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADFCD; }

 p { color: rgb(170,223,205); }

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

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

 a { background-color: rgb(170,223,205); }

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

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

 span { border-color: rgb(170,223,205); }

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