#AADDCC

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

Shades of Ice Cold #AADDCC

Tints of Ice Cold #AADDCC

Color information

#AADDCC (or 0xAADDCC) is unknown color: approx Ice Cold. HEX triplet: AA, DD and CC. RGB value is (170,221,204). Sum of RGB (Red+Green+Blue) = 170+221+204=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDCC is #552233. Grayscale: #CBCBCB. Windows color (decimal): -5579316 or 13426090. OLE color: 13426090.

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

Color convert

RGB170221204-
CMYK0.2300.080.13
HSL160º42.86%76.67%-
HSV(B)160º23.08%86.67%-
XYZ53.3364.6266.79-
YUV203.81128.1103.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.57%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=28.57%
G=37.14%
B=34.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702212040.2300.080.1316042.8676.67
HexAADDCC1708Da02b4d
Octal252335314270101524053115
Binary10101010110111011100110010111010001101101000001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDCC; }

 p { color: rgb(170,221,204); }

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

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

 a { background-color: rgb(170,221,204); }

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

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

 span { border-color: rgb(170,221,204); }

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