#AFB3F9

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

Shades of Perano #AFB3F9

Tints of Perano #AFB3F9

Color information

#AFB3F9 (or 0xAFB3F9) is unknown color: approx Perano. HEX triplet: AF, B3 and F9. RGB value is (175,179,249). Sum of RGB (Red+Green+Blue) = 175+179+249=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 179 (70.31% from 255 or 29.68% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFB3F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB3F9 is #504C06. Grayscale: #B9B9B9. Windows color (decimal): -5262343 or 16364463. OLE color: 16364463.

HSL color Cylindrical-coordinate representation of color #AFB3F9: hue angle of 236.76º 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 #AFB3F9 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175179249-
CMYK0.300.2800.02
HSL236.76º86.05%83.14%-
HSV(B)236.76º29.72%97.65%-
XYZ50.948.1996.24-
YUV185.78163.67120.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.02%
GREEN value IS 179 (70.31% from 255) = 29.68%
BLUE value IS 249 (97.66% from 255) = 41.29%
R=29.02%
G=29.68%
B=41.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751792490.300.2800.02236.7686.0583.14
HexAFB3F91E1C02ed5653
Octal257263371363402355126123
Binary10101111101100111111100111110111000101110110110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB3F9; }

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

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

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

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

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

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

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

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