#aab6ef

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

Shades of Perano #AAB6EF

Tints of Perano #AAB6EF

Color information

#AAB6EF (or 0xAAB6EF) is unknown color: approx Perano. HEX triplet: AA, B6 and EF. RGB value is (170,182,239). Sum of RGB (Red+Green+Blue) = 170+182+239=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAB6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB6EF is #554910. Grayscale: #B8B8B8. Windows color (decimal): -5589265 or 15709866. OLE color: 15709866.

HSL color Cylindrical-coordinate representation of color #AAB6EF: hue angle of 229.57º 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 #AAB6EF is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170182239-
CMYK0.290.2400.06
HSL229.57º68.32%80.2%-
HSV(B)229.57º28.87%93.73%-
XYZ48.8948.2388.39-
YUV184.91158.52117.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.76%
GREEN value IS 182 (71.48% from 255) = 30.80%
BLUE value IS 239 (93.75% from 255) = 40.44%
R=28.76%
G=30.80%
B=40.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1701822390.290.2400.06229.5768.3280.2
HexAAB6EF1D1806e64450
Octal252266357353006346104120
Binary101010101011011011101111111011100001101110011010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aab6ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aab6ef; }

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

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

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

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

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

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

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

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