#AABED7

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

Shades of Spindle #AABED7

Tints of Spindle #AABED7

Color information

#AABED7 (or 0xAABED7) is unknown color: approx Spindle. HEX triplet: AA, BE and D7. RGB value is (170,190,215). Sum of RGB (Red+Green+Blue) = 170+190+215=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 215 (84.38% from 255 or 37.39% from 575); Max value from RGB is 215 - color contains mainly: blue. Hex color #AABED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABED7 is #554128. Grayscale: #BABABA. Windows color (decimal): -5587241 or 14139050. OLE color: 14139050.

HSL color Cylindrical-coordinate representation of color #AABED7: hue angle of 213.33º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AABED7 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170190215-
CMYK0.210.1200.16
HSL213.33º36%75.49%-
HSV(B)213.33º20.93%84.31%-
XYZ47.2650.2871.5-
YUV186.87143.87115.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.57%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 215 (84.38% from 255) = 37.39%
R=29.57%
G=33.04%
B=37.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701902150.210.1200.16213.333675.49
HexAABED715C010d5244b
Octal252276327251402032544113
Binary101010101011111011010111101011100010000110101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABED7; }

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

 H1.HeaderClassName
 {
   color: #AABED7;
 }
 .AnyTagClassName
 {
   color: #AABED7;
 }
</style>
background-color css

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

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

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

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

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

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