#AABFF7

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

Shades of Perano #AABFF7

Tints of Perano #AABFF7

Color information

#AABFF7 (or 0xAABFF7) is unknown color: approx Perano. HEX triplet: AA, BF and F7. RGB value is (170,191,247). Sum of RGB (Red+Green+Blue) = 170+191+247=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 247 (96.88% from 255 or 40.62% from 608); Max value from RGB is 247 - color contains mainly: blue. Hex color #AABFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABFF7 is #554008. Grayscale: #BEBEBE. Windows color (decimal): -5586953 or 16236458. OLE color: 16236458.

HSL color Cylindrical-coordinate representation of color #AABFF7: hue angle of 223.64º degrees, saturation: 0.83, 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 #AABFF7 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170191247-
CMYK0.310.2300.03
HSL223.64º82.8%81.76%-
HSV(B)223.64º31.17%96.86%-
XYZ5252.5295.39-
YUV191.1159.54112.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.96%
GREEN value IS 191 (75% from 255) = 31.41%
BLUE value IS 247 (96.88% from 255) = 40.62%
R=27.96%
G=31.41%
B=40.62%

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
Decimal1701912470.310.2300.03223.6482.881.76
HexAABFF71F1703e05352
Octal252277367372703340123122
Binary10101010101111111111011111111101110111110000010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFF7; }

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

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

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

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

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

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

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

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