#AAD3CF

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

Shades of Sinbad #AAD3CF

Tints of Sinbad #AAD3CF

Color information

#AAD3CF (or 0xAAD3CF) is unknown color: approx Sinbad. HEX triplet: AA, D3 and CF. RGB value is (170,211,207). Sum of RGB (Red+Green+Blue) = 170+211+207=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD3CF is #552C30. Grayscale: #C6C6C6. Windows color (decimal): -5581873 or 13620138. OLE color: 13620138.

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

Color convert

RGB170211207-
CMYK0.1900.020.17
HSL174.15º31.78%74.71%-
HSV(B)174.15º19.43%82.75%-
XYZ51.1359.6467.85-
YUV198.29132.92107.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.91%
GREEN value IS 211 (82.81% from 255) = 35.88%
BLUE value IS 207 (81.25% from 255) = 35.20%
R=28.91%
G=35.88%
B=35.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1702112070.1900.020.17174.1531.7874.71
HexAAD3CF130211ae204b
Octal25232331723022125640113
Binary1010101011010011110011111001101010001101011101000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD3CF; }

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

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

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

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

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

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

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

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