#AAD1CA

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

Shades of Sinbad #AAD1CA

Tints of Sinbad #AAD1CA

Color information

#AAD1CA (or 0xAAD1CA) is unknown color: approx Sinbad. HEX triplet: AA, D1 and CA. RGB value is (170,209,202). Sum of RGB (Red+Green+Blue) = 170+209+202=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD1CA is #552E35. Grayscale: #C4C4C4. Windows color (decimal): -5582390 or 13291946. OLE color: 13291946.

HSL color Cylindrical-coordinate representation of color #AAD1CA: hue angle of 169.23º 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 #AAD1CA is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB170209202-
CMYK0.1900.030.18
HSL169.23º29.77%74.31%-
HSV(B)169.23º18.66%81.96%-
XYZ50.0458.4164.51-
YUV196.54131.08109.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 209 (82.03% from 255) = 35.97%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=29.26%
G=35.97%
B=34.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702092020.1900.030.18169.2329.7774.31
HexAAD1CA130312a91e4a
Octal25232131223032225136112
Binary101010101101000111001010100110111001010101001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD1CA; }

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

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

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

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

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

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

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

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