#AFB7F0

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

Shades of Perano #AFB7F0

Tints of Perano #AFB7F0

Color information

#AFB7F0 (or 0xAFB7F0) is unknown color: approx Perano. HEX triplet: AF, B7 and F0. RGB value is (175,183,240). Sum of RGB (Red+Green+Blue) = 175+183+240=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 183 (71.88% from 255 or 30.60% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFB7F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB7F0 is #50480F. Grayscale: #BABABA. Windows color (decimal): -5261328 or 15775663. OLE color: 15775663.

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

Color convert

RGB175183240-
CMYK0.270.2400.06
HSL232.62º68.42%81.37%-
HSV(B)232.62º27.08%94.12%-
XYZ50.3449.2789.3-
YUV187.11157.85119.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.26%
GREEN value IS 183 (71.88% from 255) = 30.60%
BLUE value IS 240 (94.14% from 255) = 40.13%
R=29.26%
G=30.60%
B=40.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751832400.270.2400.06232.6268.4281.37
HexAFB7F01B1806e94451
Octal257267360333006351104121
Binary101011111011011111110000110111100001101110100110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB7F0; }

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

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

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

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

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

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

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

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