#AABEFD

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

Shades of Perano #AABEFD

Tints of Perano #AABEFD

Color information

#AABEFD (or 0xAABEFD) is unknown color: approx Perano. HEX triplet: AA, BE and FD. RGB value is (170,190,253). Sum of RGB (Red+Green+Blue) = 170+190+253=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #AABEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABEFD is #554102. Grayscale: #BEBEBE. Windows color (decimal): -5587203 or 16629418. OLE color: 16629418.

HSL color Cylindrical-coordinate representation of color #AABEFD: hue angle of 225.54º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AABEFD is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB170190253-
CMYK0.330.2500.01
HSL225.54º95.4%82.94%-
HSV(B)225.54º32.81%99.22%-
XYZ52.7252.46100.28-
YUV191.2162.87112.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.73%
GREEN value IS 190 (74.61% from 255) = 31.00%
BLUE value IS 253 (99.22% from 255) = 41.27%
R=27.73%
G=31.00%
B=41.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701902530.330.2500.01225.5495.482.94
HexAABEFD211901e25f53
Octal252276375413101342137123
Binary10101010101111101111110110000111001011110001010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEFD; }

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

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

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

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

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

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

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

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