#AFB7F9

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

Shades of Perano #AFB7F9

Tints of Perano #AFB7F9

Color information

#AFB7F9 (or 0xAFB7F9) is unknown color: approx Perano. HEX triplet: AF, B7 and F9. RGB value is (175,183,249). Sum of RGB (Red+Green+Blue) = 175+183+249=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFB7F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB7F9 is #504806. Grayscale: #BBBBBB. Windows color (decimal): -5261319 or 16365487. OLE color: 16365487.

HSL color Cylindrical-coordinate representation of color #AFB7F9: hue angle of 233.51º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFB7F9 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175183249-
CMYK0.300.2700.02
HSL233.51º86.05%83.14%-
HSV(B)233.51º29.72%97.65%-
XYZ51.7149.8296.51-
YUV188.13162.35118.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.83%
GREEN value IS 183 (71.88% from 255) = 30.15%
BLUE value IS 249 (97.66% from 255) = 41.02%
R=28.83%
G=30.15%
B=41.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751832490.300.2700.02233.5186.0583.14
HexAFB7F91E1B02ea5653
Octal257267371363302352126123
Binary10101111101101111111100111110110110101110101010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB7F9; }

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

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

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

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

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

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

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

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