Html Css Color HEX #AABDD5 Spindle

📋 copy color: '#AABDD5'

red 170 ◦ green 189 ◦ blue 213

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

Shades of Spindle #AABDD5

Tints of Spindle #AABDD5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.04%

 BLUE value IS 213 (83.59% from 255) = 37.24%

R = 29.72%
G = 33.04%
B = 37.24%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AABDD5 (or 0xAABDD5) is known color: Spindle. HEX triplet: AA, BD and D5. RGB value is (170,189,213). Sum of RGB (Red+Green+Blue) = 170+189+213=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 213 - color contains mainly: blue. Hex color #AABDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDD5 is #55422A. Grayscale: #B9B9B9. Windows color (decimal): -5587499 or 14007722. OLE color: 14007722.

HSL color Cylindrical-coordinate representation of color #AABDD5: hue angle of 213.49º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AABDD5 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 189 213 -
CMYK 0.20 0.11 0 0.16
HSL 213.49º 0.34% 0.75% -
HSV(B) 213.49º 0.2% 0.84% -
XYZ 46.79 49.75 70.09 -
YUV 186.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 170 189 213 0.20 0.11 0 0.16 213.49 0.34 0.75
Hex AA BD D5 14 B 0 10 D5 22 4B
Octal 252 275 325 24 13 0 20 325 42 113
Binary 10101010 10111101 11010101 10100 1011 0 10000 11010101 100010 1001011

Color Harmonies of #AABDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDD5

Black with #AABDD5

Text Example


Text Example

White with #AABDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDD5; }

 p { color: rgb(170,189,213); }

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

background-color css

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

 a { background-color: rgb(170,189,213); }

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

border-color css

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

 span { border-color: rgb(170,189,213); }

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