Html Css Color HEX #AAD1CA Sinbad

📋 copy color: '#AAD1CA'

red 170 ◦ green 209 ◦ blue 202

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

Shades of Sinbad #AAD1CA

Tints of Sinbad #AAD1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.77%

R = 29.26%
G = 35.97%
B = 34.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#AAD1CA (or 0xAAD1CA) is known color: Sinbad. HEX triplet: AA, D1 and CA. RGB value is (170,209,202). Sum of RGB (Red+Green+Blue) = 170+209+202=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD1CA is #552E35. Grayscale: #C4C4C4. Windows color (decimal): -5582390 or 13291946. OLE color: 13291946.

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

Color convert

RGB 170 209 202 -
CMYK 0.19 0 0.03 0.18
HSL 169.23º 0.3% 0.74% -
HSV(B) 169.23º 0.19% 0.82% -
XYZ 50.04 58.41 64.51 -
YUV 196.54 131.08 109.07 -
System Red Green Blue C M Y K H S L
Decimal 170 209 202 0.19 0 0.03 0.18 169.23 0.3 0.74
Hex AA D1 CA 13 0 3 12 A9 1E 4A
Octal 252 321 312 23 0 3 22 251 36 112
Binary 10101010 11010001 11001010 10011 0 11 10010 10101001 11110 1001010

Color Harmonies of #AAD1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD1CA

Black with #AAD1CA

Text Example


Text Example

White with #AAD1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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