Html Css Color HEX #AABED5 Spindle

📋 copy color: '#AABED5'

red 170 ◦ green 190 ◦ blue 213

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

Shades of Spindle #AABED5

Tints of Spindle #AABED5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.16%

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

R = 29.67%
G = 33.16%
B = 37.17%

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

#AABED5 (or 0xAABED5) is known color: Spindle. HEX triplet: AA, BE and D5. RGB value is (170,190,213). Sum of RGB (Red+Green+Blue) = 170+190+213=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 213 - color contains mainly: blue. Hex color #AABED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABED5 is #55412A. Grayscale: #BABABA. Windows color (decimal): -5587243 or 14007978. OLE color: 14007978.

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

Color convert

RGB 170 190 213 -
CMYK 0.20 0.11 0 0.16
HSL 212.09º 0.34% 0.75% -
HSV(B) 212.09º 0.2% 0.84% -
XYZ 47 50.18 70.16 -
YUV 186.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 170 190 213 0.20 0.11 0 0.16 212.09 0.34 0.75
Hex AA BE D5 14 B 0 10 D4 22 4B
Octal 252 276 325 24 13 0 20 324 42 113
Binary 10101010 10111110 11010101 10100 1011 0 10000 11010100 100010 1001011

Color Harmonies of #AABED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABED5

Black with #AABED5

Text Example


Text Example

White with #AABED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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