#AABED1

Color #AABED1 Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #AABED1

Tints of Spindle #AABED1

Color information

#AABED1 (or 0xAABED1) is unknown color: approx 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

RGB170190209-
CMYK0.190.0900.18
HSL209.23º29.77%74.31%-
HSV(B)209.23º18.66%81.96%-
XYZ46.549.9867.52-
YUV186.19140.87116.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% 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 (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701902090.190.0900.18209.2329.7774.31
HexAABED1139012d11e4a
Octal252276321231102232136112
Binary10101010101111101101000110011100101001011010001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>