Html Css Color HEX #AABACC Spindle

📋 copy color: '#AABACC'

red 170 ◦ green 186 ◦ blue 204

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

Shades of Spindle #AABACC

Tints of Spindle #AABACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.43%

R = 30.36%
G = 33.21%
B = 36.43%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AABACC (or 0xAABACC) is known color: Spindle. HEX triplet: AA, BA and CC. RGB value is (170,186,204). Sum of RGB (Red+Green+Blue) = 170+186+204=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: blue. Hex color #AABACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABACC is #554533. Grayscale: #B7B7B7. Windows color (decimal): -5588276 or 13417130. OLE color: 13417130.

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

Color convert

RGB 170 186 204 -
CMYK 0.17 0.09 0 0.2
HSL 211.76º 0.25% 0.73% -
HSV(B) 211.76º 0.17% 0.8% -
XYZ 45.04 48.02 64.02 -
YUV 183.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 170 186 204 0.17 0.09 0 0.2 211.76 0.25 0.73
Hex AA BA CC 11 9 0 14 D4 19 49
Octal 252 272 314 21 11 0 24 324 31 111
Binary 10101010 10111010 11001100 10001 1001 0 10100 11010100 11001 1001001

Color Harmonies of #AABACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABACC

Black with #AABACC

Text Example


Text Example

White with #AABACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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