Html Css Color HEX #AAD6D1 Sinbad

📋 copy color: '#AAD6D1'

red 170 ◦ green 214 ◦ blue 209

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

Shades of Sinbad #AAD6D1

Tints of Sinbad #AAD6D1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.09%

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

R = 28.67%
G = 36.09%
B = 35.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#AAD6D1 (or 0xAAD6D1) is known color: Sinbad. HEX triplet: AA, D6 and D1. RGB value is (170,214,209). Sum of RGB (Red+Green+Blue) = 170+214+209=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD6D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6D1 is #55292E. Grayscale: #C8C8C8. Windows color (decimal): -5581103 or 13751978. OLE color: 13751978.

HSL color Cylindrical-coordinate representation of color #AAD6D1: hue angle of 173.18º degrees, saturation: 0.35, 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 #AAD6D1 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 209 -
CMYK 0.21 0 0.02 0.16
HSL 173.18º 0.35% 0.75% -
HSV(B) 173.18º 0.21% 0.84% -
XYZ 52.13 61.24 69.39 -
YUV 200.27 132.92 106.41 -
System Red Green Blue C M Y K H S L
Decimal 170 214 209 0.21 0 0.02 0.16 173.18 0.35 0.75
Hex AA D6 D1 15 0 2 10 AD 23 4B
Octal 252 326 321 25 0 2 20 255 43 113
Binary 10101010 11010110 11010001 10101 0 10 10000 10101101 100011 1001011

Color Harmonies of #AAD6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD6D1

Black with #AAD6D1

Text Example


Text Example

White with #AAD6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD6D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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