#AABAEF

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

Shades of Perano #AABAEF

Tints of Perano #AABAEF

Color information

#AABAEF (or 0xAABAEF) is unknown color: approx Perano. HEX triplet: AA, BA and EF. RGB value is (170,186,239). Sum of RGB (Red+Green+Blue) = 170+186+239=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #AABAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAEF is #554510. Grayscale: #BBBBBB. Windows color (decimal): -5588241 or 15710890. OLE color: 15710890.

HSL color Cylindrical-coordinate representation of color #AABAEF: hue angle of 226.09º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AABAEF is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170186239-
CMYK0.290.2200.06
HSL226.09º68.32%80.2%-
HSV(B)226.09º28.87%93.73%-
XYZ49.7249.988.67-
YUV187.26157.2115.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.57%
GREEN value IS 186 (73.05% from 255) = 31.26%
BLUE value IS 239 (93.75% from 255) = 40.17%
R=28.57%
G=31.26%
B=40.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1701862390.290.2200.06226.0968.3280.2
HexAABAEF1D1606e24450
Octal252272357352606342104120
Binary101010101011101011101111111011011001101110001010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAEF; }

 p { color: rgb(170,186,239); }

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

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

 a { background-color: rgb(170,186,239); }

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

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

 span { border-color: rgb(170,186,239); }

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