Html Css Color HEX #AABCD0 Spindle

📋 copy color: '#AABCD0'

red 170 ◦ green 188 ◦ blue 208

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

Shades of Spindle #AABCD0

Tints of Spindle #AABCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.75%

R = 30.04%
G = 33.22%
B = 36.75%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AABCD0 (or 0xAABCD0) is known color: Spindle. HEX triplet: AA, BC and D0. RGB value is (170,188,208). Sum of RGB (Red+Green+Blue) = 170+188+208=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 208 - color contains mainly: blue. Hex color #AABCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCD0 is #55432F. Grayscale: #B8B8B8. Windows color (decimal): -5587760 or 13679786. OLE color: 13679786.

HSL color Cylindrical-coordinate representation of color #AABCD0: hue angle of 211.58º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AABCD0 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 188 208 -
CMYK 0.18 0.10 0 0.18
HSL 211.58º 0.29% 0.74% -
HSV(B) 211.58º 0.18% 0.82% -
XYZ 45.95 49.07 66.72 -
YUV 184.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 170 188 208 0.18 0.10 0 0.18 211.58 0.29 0.74
Hex AA BC D0 12 A 0 12 D4 1D 4A
Octal 252 274 320 22 12 0 22 324 35 112
Binary 10101010 10111100 11010000 10010 1010 0 10010 11010100 11101 1001010

Color Harmonies of #AABCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCD0

Black with #AABCD0

Text Example


Text Example

White with #AABCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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