#AADFCF

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

Shades of Ice Cold #AADFCF

Tints of Ice Cold #AADFCF

Color information

#AADFCF (or 0xAADFCF) is unknown color: approx Ice Cold. HEX triplet: AA, DF and CF. RGB value is (170,223,207). Sum of RGB (Red+Green+Blue) = 170+223+207=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFCF is #552030. Grayscale: #CDCDCD. Windows color (decimal): -5578801 or 13623210. OLE color: 13623210.

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

Color convert

RGB170223207-
CMYK0.2400.070.13
HSL161.89º45.3%77.06%-
HSV(B)161.89º23.77%87.45%-
XYZ54.2365.8368.88-
YUV205.33128.94102.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.33%
GREEN value IS 223 (87.5% from 255) = 37.17%
BLUE value IS 207 (81.25% from 255) = 34.5%
R=28.33%
G=37.17%
B=34.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702232070.2400.070.13161.8945.377.06
HexAADFCF1807Da22d4d
Octal25233731730071524255115
Binary1010101011011111110011111100001111101101000101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADFCF; }

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

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

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

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

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

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

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

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