#AADDC9

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

Shades of Cruise #AADDC9

Tints of Cruise #AADDC9

Color information

#AADDC9 (or 0xAADDC9) is unknown color: approx Cruise. HEX triplet: AA, DD and C9. RGB value is (170,221,201). Sum of RGB (Red+Green+Blue) = 170+221+201=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDC9 is #552236. Grayscale: #CBCBCB. Windows color (decimal): -5579319 or 13229482. OLE color: 13229482.

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

Color convert

RGB170221201-
CMYK0.2300.090.13
HSL156.47º42.86%76.67%-
HSV(B)156.47º23.08%86.67%-
XYZ52.9864.4864.91-
YUV203.47126.6104.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.72%
GREEN value IS 221 (86.72% from 255) = 37.33%
BLUE value IS 201 (78.91% from 255) = 33.95%
R=28.72%
G=37.33%
B=33.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702212010.2300.090.13156.4742.8676.67
HexAADDC91709D9c2b4d
Octal252335311270111523453115
Binary10101010110111011100100110111010011101100111001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDC9; }

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

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

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

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

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

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

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

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