#AADFD4

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

Shades of Ice Cold #AADFD4

Tints of Ice Cold #AADFD4

Color information

#AADFD4 (or 0xAADFD4) is unknown color: approx Ice Cold. HEX triplet: AA, DF and D4. RGB value is (170,223,212). Sum of RGB (Red+Green+Blue) = 170+223+212=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFD4 is #55202B. Grayscale: #CDCDCD. Windows color (decimal): -5578796 or 13950890. OLE color: 13950890.

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

Color convert

RGB170223212-
CMYK0.2400.050.13
HSL167.55º45.3%77.06%-
HSV(B)167.55º23.77%87.45%-
XYZ54.8566.0772.15-
YUV205.9131.44102.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.10%
GREEN value IS 223 (87.5% from 255) = 36.86%
BLUE value IS 212 (83.20% from 255) = 35.04%
R=28.10%
G=36.86%
B=35.04%

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
Decimal1702232120.2400.050.13167.5545.377.06
HexAADFD41805Da82d4d
Octal25233732430051525055115
Binary1010101011011111110101001100001011101101010001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADFD4; }

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

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

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

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

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

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

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

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