Html Css Color HEX #AABCD3 Spindle

📋 copy color: '#AABCD3'

red 170 ◦ green 188 ◦ blue 211

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

Shades of Spindle #AABCD3

Tints of Spindle #AABCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.08%

R = 29.88%
G = 33.04%
B = 37.08%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AABCD3 (or 0xAABCD3) is known color: Spindle. HEX triplet: AA, BC and D3. RGB value is (170,188,211). Sum of RGB (Red+Green+Blue) = 170+188+211=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 211 - color contains mainly: blue. Hex color #AABCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCD3 is #55432C. Grayscale: #B9B9B9. Windows color (decimal): -5587757 or 13876394. OLE color: 13876394.

HSL color Cylindrical-coordinate representation of color #AABCD3: hue angle of 213.66º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AABCD3 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 188 211 -
CMYK 0.19 0.11 0 0.17
HSL 213.66º 0.32% 0.75% -
HSV(B) 213.66º 0.19% 0.83% -
XYZ 46.32 49.22 68.69 -
YUV 185.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 170 188 211 0.19 0.11 0 0.17 213.66 0.32 0.75
Hex AA BC D3 13 B 0 11 D6 20 4B
Octal 252 274 323 23 13 0 21 326 40 113
Binary 10101010 10111100 11010011 10011 1011 0 10001 11010110 100000 1001011

Color Harmonies of #AABCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCD3

Black with #AABCD3

Text Example


Text Example

White with #AABCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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