#AAD3D0

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

Shades of Sinbad #AAD3D0

Tints of Sinbad #AAD3D0

Color information

#AAD3D0 (or 0xAAD3D0) is unknown color: approx Sinbad. HEX triplet: AA, D3 and D0. RGB value is (170,211,208). Sum of RGB (Red+Green+Blue) = 170+211+208=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD3D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD3D0 is #552C2F. Grayscale: #C6C6C6. Windows color (decimal): -5581872 or 13685674. OLE color: 13685674.

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

Color convert

RGB170211208-
CMYK0.1900.010.17
HSL175.61º31.78%74.71%-
HSV(B)175.61º19.43%82.75%-
XYZ51.2659.6968.49-
YUV198.4133.42107.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.86%
GREEN value IS 211 (82.81% from 255) = 35.82%
BLUE value IS 208 (81.64% from 255) = 35.31%
R=28.86%
G=35.82%
B=35.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1702112080.1900.010.17175.6131.7874.71
HexAAD3D0130111b0204b
Octal25232332023012126040113
Binary101010101101001111010000100110110001101100001000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD3D0; }

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

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

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

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

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

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

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

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