Html Css Color HEX #AAD1D1 Sinbad

📋 copy color: '#AAD1D1'

red 170 ◦ green 209 ◦ blue 209

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

Shades of Sinbad #AAD1D1

Tints of Sinbad #AAD1D1

RGB

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

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

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

R = 28.91%
G = 35.54%
B = 35.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AAD1D1 (or 0xAAD1D1) is known color: Sinbad. HEX triplet: AA, D1 and D1. RGB value is (170,209,209). Sum of RGB (Red+Green+Blue) = 170+209+209=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 209 - color contains mainly: green, blue. Hex color #AAD1D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD1D1 is #552E2E. Grayscale: #C5C5C5. Windows color (decimal): -5582383 or 13750698. OLE color: 13750698.

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

Color convert

RGB 170 209 209 -
CMYK 0.19 0 0 0.18
HSL 180º 0.3% 0.74% -
HSV(B) 180º 0.19% 0.82% -
XYZ 50.89 58.75 68.98 -
YUV 197.34 134.58 108.5 -
System Red Green Blue C M Y K H S L
Decimal 170 209 209 0.19 0 0 0.18 180 0.3 0.74
Hex AA D1 D1 13 0 0 12 B4 1E 4A
Octal 252 321 321 23 0 0 22 264 36 112
Binary 10101010 11010001 11010001 10011 0 0 10010 10110100 11110 1001010

Color Harmonies of #AAD1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD1D1

Black with #AAD1D1

Text Example


Text Example

White with #AAD1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD1D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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