Html Css Color HEX #AAC7D9 Spindle

📋 copy color: '#AAC7D9'

red 170 ◦ green 199 ◦ blue 217

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

Shades of Spindle #AAC7D9

Tints of Spindle #AAC7D9

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.96%

 BLUE value IS 217 (85.16% from 255) = 37.03%

R = 29.01%
G = 33.96%
B = 37.03%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AAC7D9 (or 0xAAC7D9) is known color: Spindle. HEX triplet: AA, C7 and D9. RGB value is (170,199,217). Sum of RGB (Red+Green+Blue) = 170+199+217=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 217 - color contains mainly: blue. Hex color #AAC7D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC7D9 is #553826. Grayscale: #C0C0C0. Windows color (decimal): -5584935 or 14272426. OLE color: 14272426.

HSL color Cylindrical-coordinate representation of color #AAC7D9: hue angle of 202.98º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAC7D9 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 199 217 -
CMYK 0.22 0.08 0 0.15
HSL 202.98º 0.38% 0.76% -
HSV(B) 202.98º 0.22% 0.85% -
XYZ 49.53 54.4 73.54 -
YUV 192.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 170 199 217 0.22 0.08 0 0.15 202.98 0.38 0.76
Hex AA C7 D9 16 8 0 F CB 26 4C
Octal 252 307 331 26 10 0 17 313 46 114
Binary 10101010 11000111 11011001 10110 1000 0 1111 11001011 100110 1001100

Color Harmonies of #AAC7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC7D9

Black with #AAC7D9

Text Example


Text Example

White with #AAC7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC7D9; }

 p { color: rgb(170,199,217); }

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

background-color css

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

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

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

border-color css

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

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

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