#AABEFE

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

Shades of Perano #AABEFE

Tints of Perano #AABEFE

Color information

#AABEFE (or 0xAABEFE) is unknown color: approx Perano. HEX triplet: AA, BE and FE. RGB value is (170,190,254). Sum of RGB (Red+Green+Blue) = 170+190+254=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #AABEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABEFE is #554101. Grayscale: #BFBFBF. Windows color (decimal): -5587202 or 16694954. OLE color: 16694954.

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

Color convert

RGB170190254-
CMYK0.330.2500.00
HSL225.71º97.67%83.14%-
HSV(B)225.71º33.07%99.61%-
XYZ52.8852.53101.12-
YUV191.32163.37112.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.69%
GREEN value IS 190 (74.61% from 255) = 30.94%
BLUE value IS 254 (99.61% from 255) = 41.37%
R=27.69%
G=30.94%
B=41.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1701902540.330.2500.00225.7197.6783.14
HexAABEFE211900e26253
Octal252276376413100342142123
Binary10101010101111101111111010000111001001110001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEFE; }

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

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

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

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

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

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

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

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