Html Css Color HEX #AABCCD Spindle

📋 copy color: '#AABCCD'

red 170 ◦ green 188 ◦ blue 205

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

Shades of Spindle #AABCCD

Tints of Spindle #AABCCD

RGB

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

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

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

R = 30.2%
G = 33.39%
B = 36.41%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AABCCD (or 0xAABCCD) is known color: Spindle. HEX triplet: AA, BC and CD. RGB value is (170,188,205). Sum of RGB (Red+Green+Blue) = 170+188+205=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #AABCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCCD is #554332. Grayscale: #B8B8B8. Windows color (decimal): -5587763 or 13483178. OLE color: 13483178.

HSL color Cylindrical-coordinate representation of color #AABCCD: hue angle of 209.14º 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 #AABCCD is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 188 205 -
CMYK 0.17 0.08 0 0.20
HSL 209.14º 0.26% 0.74% -
HSV(B) 209.14º 0.17% 0.8% -
XYZ 45.58 48.92 64.8 -
YUV 184.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 170 188 205 0.17 0.08 0 0.20 209.14 0.26 0.74
Hex AA BC CD 11 8 0 14 D1 1A 4A
Octal 252 274 315 21 10 0 24 321 32 112
Binary 10101010 10111100 11001101 10001 1000 0 10100 11010001 11010 1001010

Color Harmonies of #AABCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCCD

Black with #AABCCD

Text Example


Text Example

White with #AABCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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