#AAD1CC

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

Shades of Sinbad #AAD1CC

Tints of Sinbad #AAD1CC

Color information

#AAD1CC (or 0xAAD1CC) is unknown color: approx Sinbad. HEX triplet: AA, D1 and CC. RGB value is (170,209,204). Sum of RGB (Red+Green+Blue) = 170+209+204=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD1CC is #552E33. Grayscale: #C4C4C4. Windows color (decimal): -5582388 or 13423018. OLE color: 13423018.

HSL color Cylindrical-coordinate representation of color #AAD1CC: hue angle of 172.31º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD1CC is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB170209204-
CMYK0.1900.020.18
HSL172.31º29.77%74.31%-
HSV(B)172.31º18.66%81.96%-
XYZ50.2858.5165.77-
YUV196.77132.08108.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.16%
GREEN value IS 209 (82.03% from 255) = 35.85%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=29.16%
G=35.85%
B=34.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702092040.1900.020.18172.3129.7774.31
HexAAD1CC130212ac1e4a
Octal25232131423022225436112
Binary101010101101000111001100100110101001010101100111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD1CC; }

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

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

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

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

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

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

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

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