Html Css Color HEX #AAC5DA Spindle

📋 copy color: '#AAC5DA'

red 170 ◦ green 197 ◦ blue 218

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

Shades of Spindle #AAC5DA

Tints of Spindle #AAC5DA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.68%

 BLUE value IS 218 (85.55% from 255) = 37.26%

R = 29.06%
G = 33.68%
B = 37.26%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AAC5DA (or 0xAAC5DA) is known color: Spindle. HEX triplet: AA, C5 and DA. RGB value is (170,197,218). Sum of RGB (Red+Green+Blue) = 170+197+218=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAC5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5DA is #553A25. Grayscale: #BFBFBF. Windows color (decimal): -5585446 or 14337450. OLE color: 14337450.

HSL color Cylindrical-coordinate representation of color #AAC5DA: hue angle of 206.25º degrees, saturation: 0.39, 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 #AAC5DA is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 197 218 -
CMYK 0.22 0.10 0 0.15
HSL 206.25º 0.39% 0.76% -
HSV(B) 206.25º 0.22% 0.85% -
XYZ 49.2 53.54 74.07 -
YUV 191.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 170 197 218 0.22 0.10 0 0.15 206.25 0.39 0.76
Hex AA C5 DA 16 A 0 F CE 27 4C
Octal 252 305 332 26 12 0 17 316 47 114
Binary 10101010 11000101 11011010 10110 1010 0 1111 11001110 100111 1001100

Color Harmonies of #AAC5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC5DA

Black with #AAC5DA

Text Example


Text Example

White with #AAC5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC5DA; }

 p { color: rgb(170,197,218); }

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

background-color css

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

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

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

border-color css

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

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

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