Html Css Color HEX #AAD7D1 Sinbad

📋 copy color: '#AAD7D1'

red 170 ◦ green 215 ◦ blue 209

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

Shades of Sinbad #AAD7D1

Tints of Sinbad #AAD7D1

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.2%

 BLUE value IS 209 (82.03% from 255) = 35.19%

R = 28.62%
G = 36.2%
B = 35.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#AAD7D1 (or 0xAAD7D1) is known color: Sinbad. HEX triplet: AA, D7 and D1. RGB value is (170,215,209). Sum of RGB (Red+Green+Blue) = 170+215+209=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD7D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD7D1 is #55282E. Grayscale: #C8C8C8. Windows color (decimal): -5580847 or 13752234. OLE color: 13752234.

HSL color Cylindrical-coordinate representation of color #AAD7D1: hue angle of 172º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD7D1 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 215 209 -
CMYK 0.21 0 0.03 0.16
HSL 172º 0.36% 0.75% -
HSV(B) 172º 0.21% 0.84% -
XYZ 52.39 61.75 69.48 -
YUV 200.86 132.59 105.99 -
System Red Green Blue C M Y K H S L
Decimal 170 215 209 0.21 0 0.03 0.16 172 0.36 0.75
Hex AA D7 D1 15 0 3 10 AC 24 4B
Octal 252 327 321 25 0 3 20 254 44 113
Binary 10101010 11010111 11010001 10101 0 11 10000 10101100 100100 1001011

Color Harmonies of #AAD7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD7D1

Black with #AAD7D1

Text Example


Text Example

White with #AAD7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD7D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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