Html Css Color HEX #AABED1 Spindle

📋 copy color: '#AABED1'

red 170 ◦ green 190 ◦ blue 209

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

Shades of Spindle #AABED1

Tints of Spindle #AABED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.73%

R = 29.88%
G = 33.39%
B = 36.73%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AABED1 (or 0xAABED1) is known color: Spindle. HEX triplet: AA, BE and D1. RGB value is (170,190,209). Sum of RGB (Red+Green+Blue) = 170+190+209=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 209 - color contains mainly: blue. Hex color #AABED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABED1 is #55412E. Grayscale: #BABABA. Windows color (decimal): -5587247 or 13745834. OLE color: 13745834.

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

Color convert

RGB 170 190 209 -
CMYK 0.19 0.09 0 0.18
HSL 209.23º 0.3% 0.74% -
HSV(B) 209.23º 0.19% 0.82% -
XYZ 46.5 49.98 67.52 -
YUV 186.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 170 190 209 0.19 0.09 0 0.18 209.23 0.3 0.74
Hex AA BE D1 13 9 0 12 D1 1E 4A
Octal 252 276 321 23 11 0 22 321 36 112
Binary 10101010 10111110 11010001 10011 1001 0 10010 11010001 11110 1001010

Color Harmonies of #AABED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABED1

Black with #AABED1

Text Example


Text Example

White with #AABED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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