#AADFD3

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

Shades of Ice Cold #AADFD3

Tints of Ice Cold #AADFD3

Color information

#AADFD3 (or 0xAADFD3) is unknown color: approx Ice Cold. HEX triplet: AA, DF and D3. RGB value is (170,223,211). Sum of RGB (Red+Green+Blue) = 170+223+211=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFD3 is #55202C. Grayscale: #CDCDCD. Windows color (decimal): -5578797 or 13885354. OLE color: 13885354.

HSL color Cylindrical-coordinate representation of color #AADFD3: hue angle of 166.42º 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 #AADFD3 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB170223211-
CMYK0.2400.050.13
HSL166.42º45.3%77.06%-
HSV(B)166.42º23.77%87.45%-
XYZ54.7266.0271.49-
YUV205.78130.94102.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.15%
GREEN value IS 223 (87.5% from 255) = 36.92%
BLUE value IS 211 (82.81% from 255) = 34.93%
R=28.15%
G=36.92%
B=34.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702232110.2400.050.13166.4245.377.06
HexAADFD31805Da62d4d
Octal25233732330051524655115
Binary1010101011011111110100111100001011101101001101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADFD3; }

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

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

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

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

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

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

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

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