Html Css Color HEX #AAD1CC Sinbad

📋 copy color: '#AAD1CC'

red 170 ◦ green 209 ◦ blue 204

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

Shades of Sinbad #AAD1CC

Tints of Sinbad #AAD1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.99%

R = 29.16%
G = 35.85%
B = 34.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#AAD1CC (or 0xAAD1CC) is known color: Sinbad. HEX triplet: AA, D1 and CC. RGB value is (170,209,204). Sum of RGB (Red+Green+Blue) = 170+209+204=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD1CC is #552E33. Grayscale: #C4C4C4. Windows color (decimal): -5582388 or 13423018. OLE color: 13423018.

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

Color convert

RGB 170 209 204 -
CMYK 0.19 0 0.02 0.18
HSL 172.31º 0.3% 0.74% -
HSV(B) 172.31º 0.19% 0.82% -
XYZ 50.28 58.51 65.77 -
YUV 196.77 132.08 108.91 -
System Red Green Blue C M Y K H S L
Decimal 170 209 204 0.19 0 0.02 0.18 172.31 0.3 0.74
Hex AA D1 CC 13 0 2 12 AC 1E 4A
Octal 252 321 314 23 0 2 22 254 36 112
Binary 10101010 11010001 11001100 10011 0 10 10010 10101100 11110 1001010

Color Harmonies of #AAD1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD1CC

Black with #AAD1CC

Text Example


Text Example

White with #AAD1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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