#AABFFF

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

Shades of Perano #AABFFF

Tints of Perano #AABFFF

Color information

#AABFFF (or 0xAABFFF) is unknown color: approx Perano. HEX triplet: AA, BF and FF. RGB value is (170,191,255). Sum of RGB (Red+Green+Blue) = 170+191+255=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #AABFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABFFF is #554000. Grayscale: #BFBFBF. Windows color (decimal): -5586945 or 16760746. OLE color: 16760746.

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

Color convert

RGB170191255-
CMYK0.330.2500
HSL225.18º100%83.33%-
HSV(B)225.18º33.33%100%-
XYZ53.2653.03102.04-
YUV192.02163.54112.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.60%
GREEN value IS 191 (75% from 255) = 31.01%
BLUE value IS 255 (100% from 255) = 41.40%
R=27.60%
G=31.01%
B=41.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701912550.330.2500225.1810083.33
HexAABFFF211900e16453
Octal252277377413100341144123
Binary10101010101111111111111110000111001001110000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFFF; }

 p { color: rgb(170,191,255); }

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

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

 a { background-color: rgb(170,191,255); }

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

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

 span { border-color: rgb(170,191,255); }

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