#aabef8

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

Shades of Perano #AABEF8

Tints of Perano #AABEF8

Color information

#AABEF8 (or 0xAABEF8) is unknown color: approx Perano. HEX triplet: AA, BE and F8. RGB value is (170,190,248). Sum of RGB (Red+Green+Blue) = 170+190+248=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 248 (97.27% from 255 or 40.79% from 608); Max value from RGB is 248 - color contains mainly: blue. Hex color #AABEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABEF8 is #554107. Grayscale: #BEBEBE. Windows color (decimal): -5587208 or 16301738. OLE color: 16301738.

HSL color Cylindrical-coordinate representation of color #AABEF8: hue angle of 224.62º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AABEF8 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170190248-
CMYK0.310.2300.03
HSL224.62º84.78%81.96%-
HSV(B)224.62º31.45%97.25%-
XYZ51.9352.1596.14-
YUV190.63160.37113.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.96%
GREEN value IS 190 (74.61% from 255) = 31.25%
BLUE value IS 248 (97.27% from 255) = 40.79%
R=27.96%
G=31.25%
B=40.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1701902480.310.2300.03224.6284.7881.96
HexAABEF81F1703e15552
Octal252276370372703341125122
Binary10101010101111101111100011111101110111110000110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aabef8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aabef8; }

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

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

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

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

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

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

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

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