Html Css Color HEX #AABACD Spindle

📋 copy color: '#AABACD'

red 170 ◦ green 186 ◦ blue 205

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

Shades of Spindle #AABACD

Tints of Spindle #AABACD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.16%

 BLUE value IS 205 (80.47% from 255) = 36.54%

R = 30.3%
G = 33.16%
B = 36.54%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AABACD (or 0xAABACD) is known color: Spindle. HEX triplet: AA, BA and CD. RGB value is (170,186,205). Sum of RGB (Red+Green+Blue) = 170+186+205=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #AABACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABACD is #554532. Grayscale: #B7B7B7. Windows color (decimal): -5588275 or 13482666. OLE color: 13482666.

HSL color Cylindrical-coordinate representation of color #AABACD: hue angle of 212.57º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AABACD is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 186 205 -
CMYK 0.17 0.09 0 0.20
HSL 212.57º 0.26% 0.74% -
HSV(B) 212.57º 0.17% 0.8% -
XYZ 45.16 48.07 64.66 -
YUV 183.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 170 186 205 0.17 0.09 0 0.20 212.57 0.26 0.74
Hex AA BA CD 11 9 0 14 D5 1A 4A
Octal 252 272 315 21 11 0 24 325 32 112
Binary 10101010 10111010 11001101 10001 1001 0 10100 11010101 11010 1001010

Color Harmonies of #AABACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABACD

Black with #AABACD

Text Example


Text Example

White with #AABACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABACD; }

 p { color: rgb(170,186,205); }

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

background-color css

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

 a { background-color: rgb(170,186,205); }

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

border-color css

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

 span { border-color: rgb(170,186,205); }

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