#AAD1CD

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

Shades of Sinbad #AAD1CD

Tints of Sinbad #AAD1CD

Color information

#AAD1CD (or 0xAAD1CD) is unknown color: approx Sinbad. HEX triplet: AA, D1 and CD. RGB value is (170,209,205). Sum of RGB (Red+Green+Blue) = 170+209+205=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD1CD is #552E32. Grayscale: #C4C4C4. Windows color (decimal): -5582387 or 13488554. OLE color: 13488554.

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

Color convert

RGB170209205-
CMYK0.1900.020.18
HSL173.85º29.77%74.31%-
HSV(B)173.85º18.66%81.96%-
XYZ50.458.5566.4-
YUV196.88132.58108.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.11%
GREEN value IS 209 (82.03% from 255) = 35.79%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=29.11%
G=35.79%
B=35.10%

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
Decimal1702092050.1900.020.18173.8529.7774.31
HexAAD1CD130212ae1e4a
Octal25232131523022225636112
Binary101010101101000111001101100110101001010101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD1CD; }

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

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

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

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

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

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

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

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