#AAD3CC

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

Shades of Sinbad #AAD3CC

Tints of Sinbad #AAD3CC

Color information

#AAD3CC (or 0xAAD3CC) is unknown color: approx Sinbad. HEX triplet: AA, D3 and CC. RGB value is (170,211,204). Sum of RGB (Red+Green+Blue) = 170+211+204=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD3CC is #552C33. Grayscale: #C5C5C5. Windows color (decimal): -5581876 or 13423530. OLE color: 13423530.

HSL color Cylindrical-coordinate representation of color #AAD3CC: hue angle of 169.76º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD3CC is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB170211204-
CMYK0.1900.030.17
HSL169.76º31.78%74.71%-
HSV(B)169.76º19.43%82.75%-
XYZ50.7759.4965.93-
YUV197.94131.42108.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.06%
GREEN value IS 211 (82.81% from 255) = 36.07%
BLUE value IS 204 (80.08% from 255) = 34.87%
R=29.06%
G=36.07%
B=34.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1702112040.1900.030.17169.7631.7874.71
HexAAD3CC130311aa204b
Octal25232331423032125240113
Binary1010101011010011110011001001101110001101010101000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD3CC; }

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

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

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

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

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

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

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

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