Html Css Color HEX #AAC6D8 Spindle

📋 copy color: '#AAC6D8'

red 170 ◦ green 198 ◦ blue 216

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

Shades of Spindle #AAC6D8

Tints of Spindle #AAC6D8

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.9%

 BLUE value IS 216 (84.77% from 255) = 36.99%

R = 29.11%
G = 33.9%
B = 36.99%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AAC6D8 (or 0xAAC6D8) is known color: Spindle. HEX triplet: AA, C6 and D8. RGB value is (170,198,216). Sum of RGB (Red+Green+Blue) = 170+198+216=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 216 - color contains mainly: blue. Hex color #AAC6D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC6D8 is #553927. Grayscale: #BFBFBF. Windows color (decimal): -5585192 or 14206634. OLE color: 14206634.

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

Color convert

RGB 170 198 216 -
CMYK 0.21 0.08 0 0.15
HSL 203.48º 0.37% 0.76% -
HSV(B) 203.48º 0.21% 0.85% -
XYZ 49.17 53.89 72.78 -
YUV 191.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 170 198 216 0.21 0.08 0 0.15 203.48 0.37 0.76
Hex AA C6 D8 15 8 0 F CB 25 4C
Octal 252 306 330 25 10 0 17 313 45 114
Binary 10101010 11000110 11011000 10101 1000 0 1111 11001011 100101 1001100

Color Harmonies of #AAC6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC6D8

Black with #AAC6D8

Text Example


Text Example

White with #AAC6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC6D8; }

 p { color: rgb(170,198,216); }

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

background-color css

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

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

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

border-color css

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

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

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