#AABAFD

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

Shades of Perano #AABAFD

Tints of Perano #AABAFD

Color information

#AABAFD (or 0xAABAFD) is unknown color: approx Perano. HEX triplet: AA, BA and FD. RGB value is (170,186,253). Sum of RGB (Red+Green+Blue) = 170+186+253=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #AABAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAFD is #554502. Grayscale: #BCBCBC. Windows color (decimal): -5588227 or 16628394. OLE color: 16628394.

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

Color convert

RGB170186253-
CMYK0.330.2600.01
HSL228.43º95.4%82.94%-
HSV(B)228.43º32.81%99.22%-
XYZ51.8750.7699.99-
YUV188.85164.2114.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.91%
GREEN value IS 186 (73.05% from 255) = 30.54%
BLUE value IS 253 (99.22% from 255) = 41.54%
R=27.91%
G=30.54%
B=41.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701862530.330.2600.01228.4395.482.94
HexAABAFD211A01e45f53
Octal252272375413201344137123
Binary10101010101110101111110110000111010011110010010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAFD; }

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

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

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

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

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

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

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

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