Html Css Color HEX #AABCD5 Spindle

📋 copy color: '#AABCD5'

red 170 ◦ green 188 ◦ blue 213

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

Shades of Spindle #AABCD5

Tints of Spindle #AABCD5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.92%

 BLUE value IS 213 (83.59% from 255) = 37.3%

R = 29.77%
G = 32.92%
B = 37.3%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AABCD5 (or 0xAABCD5) is known color: Spindle. HEX triplet: AA, BC and D5. RGB value is (170,188,213). Sum of RGB (Red+Green+Blue) = 170+188+213=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 213 - color contains mainly: blue. Hex color #AABCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCD5 is #55432A. Grayscale: #B9B9B9. Windows color (decimal): -5587755 or 14007466. OLE color: 14007466.

HSL color Cylindrical-coordinate representation of color #AABCD5: hue angle of 214.88º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AABCD5 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 188 213 -
CMYK 0.20 0.12 0 0.16
HSL 214.88º 0.34% 0.75% -
HSV(B) 214.88º 0.2% 0.84% -
XYZ 46.57 49.32 70.02 -
YUV 185.47 143.54 116.97 -
System Red Green Blue C M Y K H S L
Decimal 170 188 213 0.20 0.12 0 0.16 214.88 0.34 0.75
Hex AA BC D5 14 C 0 10 D7 22 4B
Octal 252 274 325 24 14 0 20 327 42 113
Binary 10101010 10111100 11010101 10100 1100 0 10000 11010111 100010 1001011

Color Harmonies of #AABCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCD5

Black with #AABCD5

Text Example


Text Example

White with #AABCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCD5; }

 p { color: rgb(170,188,213); }

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

background-color css

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

 a { background-color: rgb(170,188,213); }

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

border-color css

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

 span { border-color: rgb(170,188,213); }

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