#AAD0CE

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

Shades of Sinbad #AAD0CE

Tints of Sinbad #AAD0CE

Color information

#AAD0CE (or 0xAAD0CE) is unknown color: approx Sinbad. HEX triplet: AA, D0 and CE. RGB value is (170,208,206). Sum of RGB (Red+Green+Blue) = 170+208+206=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0CE is #552F31. Grayscale: #C4C4C4. Windows color (decimal): -5582642 or 13553834. OLE color: 13553834.

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

Color convert

RGB170208206-
CMYK0.1800.010.18
HSL176.84º28.79%74.12%-
HSV(B)176.84º18.27%81.57%-
XYZ50.2758.1166.96-
YUV196.41133.41109.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.11%
GREEN value IS 208 (81.64% from 255) = 35.62%
BLUE value IS 206 (80.86% from 255) = 35.27%
R=29.11%
G=35.62%
B=35.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702082060.1800.010.18176.8428.7974.12
HexAAD0CE120112b11d4a
Octal25232031622012226135112
Binary10101010110100001100111010010011001010110001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD0CE; }

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

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

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

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

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

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

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

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