#ABB7F0

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

Shades of Perano #ABB7F0

Tints of Perano #ABB7F0

Color information

#ABB7F0 (or 0xABB7F0) is unknown color: approx Perano. HEX triplet: AB, B7 and F0. RGB value is (171,183,240). Sum of RGB (Red+Green+Blue) = 171+183+240=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABB7F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB7F0 is #54480F. Grayscale: #B9B9B9. Windows color (decimal): -5523472 or 15775659. OLE color: 15775659.

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

Color convert

RGB171183240-
CMYK0.290.2400.06
HSL229.57º69.7%80.59%-
HSV(B)229.57º28.75%94.12%-
XYZ49.4648.8289.25-
YUV185.91158.52117.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.79%
GREEN value IS 183 (71.88% from 255) = 30.81%
BLUE value IS 240 (94.14% from 255) = 40.40%
R=28.79%
G=30.81%
B=40.40%

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
Decimal1711832400.290.2400.06229.5769.780.59
HexABB7F01D1806e64651
Octal253267360353006346106121
Binary101010111011011111110000111011100001101110011010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB7F0; }

 p { color: rgb(171,183,240); }

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

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

 a { background-color: rgb(171,183,240); }

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

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

 span { border-color: rgb(171,183,240); }

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