#AAD0CC

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

Shades of Sinbad #AAD0CC

Tints of Sinbad #AAD0CC

Color information

#AAD0CC (or 0xAAD0CC) is unknown color: approx Sinbad. HEX triplet: AA, D0 and CC. RGB value is (170,208,204). Sum of RGB (Red+Green+Blue) = 170+208+204=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0CC is #552F33. Grayscale: #C4C4C4. Windows color (decimal): -5582644 or 13422762. OLE color: 13422762.

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

Color convert

RGB170208204-
CMYK0.1800.020.18
HSL173.68º28.79%74.12%-
HSV(B)173.68º18.27%81.57%-
XYZ50.0358.0265.69-
YUV196.18132.41109.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.21%
GREEN value IS 208 (81.64% from 255) = 35.74%
BLUE value IS 204 (80.08% from 255) = 35.05%
R=29.21%
G=35.74%
B=35.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702082040.1800.020.18173.6828.7974.12
HexAAD0CC120212ae1d4a
Octal25232031422022225635112
Binary101010101101000011001100100100101001010101110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD0CC; }

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

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

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

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

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

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

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

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