Html Css Color HEX #AABCD1 Spindle

📋 copy color: '#AABCD1'

red 170 ◦ green 188 ◦ blue 209

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

Shades of Spindle #AABCD1

Tints of Spindle #AABCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.86%

R = 29.98%
G = 33.16%
B = 36.86%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AABCD1 (or 0xAABCD1) is known color: Spindle. HEX triplet: AA, BC and D1. RGB value is (170,188,209). Sum of RGB (Red+Green+Blue) = 170+188+209=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 209 - color contains mainly: blue. Hex color #AABCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCD1 is #55432E. Grayscale: #B8B8B8. Windows color (decimal): -5587759 or 13745322. OLE color: 13745322.

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

Color convert

RGB 170 188 209 -
CMYK 0.19 0.10 0 0.18
HSL 212.31º 0.3% 0.74% -
HSV(B) 212.31º 0.19% 0.82% -
XYZ 46.07 49.12 67.37 -
YUV 185.01 141.54 117.29 -
System Red Green Blue C M Y K H S L
Decimal 170 188 209 0.19 0.10 0 0.18 212.31 0.3 0.74
Hex AA BC D1 13 A 0 12 D4 1E 4A
Octal 252 274 321 23 12 0 22 324 36 112
Binary 10101010 10111100 11010001 10011 1010 0 10010 11010100 11110 1001010

Color Harmonies of #AABCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCD1

Black with #AABCD1

Text Example


Text Example

White with #AABCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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