Html Css Color HEX #AAD1D0 Sinbad

📋 copy color: '#AAD1D0'

red 170 ◦ green 209 ◦ blue 208

#AAD1D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sinbad #AAD1D0

Tints of Sinbad #AAD1D0

RGB

 RED value IS 170 (66.8% from 255) = 28.96%

 GREEN value IS 209 (82.03% from 255) = 35.6%

 BLUE value IS 208 (81.64% from 255) = 35.43%

R = 28.96%
G = 35.6%
B = 35.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#AAD1D0 (or 0xAAD1D0) is known color: Sinbad. HEX triplet: AA, D1 and D0. RGB value is (170,209,208). Sum of RGB (Red+Green+Blue) = 170+209+208=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD1D0 is #552E2F. Grayscale: #C5C5C5. Windows color (decimal): -5582384 or 13685162. OLE color: 13685162.

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

Color convert

RGB 170 209 208 -
CMYK 0.19 0 0.00 0.18
HSL 178.46º 0.3% 0.74% -
HSV(B) 178.46º 0.19% 0.82% -
XYZ 50.76 58.7 68.33 -
YUV 197.23 134.08 108.58 -
System Red Green Blue C M Y K H S L
Decimal 170 209 208 0.19 0 0.00 0.18 178.46 0.3 0.74
Hex AA D1 D0 13 0 0 12 B2 1E 4A
Octal 252 321 320 23 0 0 22 262 36 112
Binary 10101010 11010001 11010000 10011 0 0 10010 10110010 11110 1001010

Color Harmonies of #AAD1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD1D0

Black with #AAD1D0

Text Example


Text Example

White with #AAD1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD1D0; }

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

 H1.HeaderClassName
 {
   color: #AAD1D0;
 }
 .AnyTagClassName
 {
   color: #AAD1D0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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