#AFB9FB

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

Shades of Perano #AFB9FB

Tints of Perano #AFB9FB

Color information

#AFB9FB (or 0xAFB9FB) is unknown color: approx Perano. HEX triplet: AF, B9 and FB. RGB value is (175,185,251). Sum of RGB (Red+Green+Blue) = 175+185+251=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFB9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB9FB is #504604. Grayscale: #BDBDBD. Windows color (decimal): -5260805 or 16497071. OLE color: 16497071.

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

Color convert

RGB175185251-
CMYK0.300.2600.02
HSL232.11º90.48%83.53%-
HSV(B)232.11º30.28%98.43%-
XYZ52.4450.7898.3-
YUV189.53162.69117.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.64%
GREEN value IS 185 (72.66% from 255) = 30.28%
BLUE value IS 251 (98.44% from 255) = 41.08%
R=28.64%
G=30.28%
B=41.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751852510.300.2600.02232.1190.4883.53
HexAFB9FB1E1A02e85a54
Octal257271373363202350132124
Binary10101111101110011111101111110110100101110100010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB9FB; }

 p { color: rgb(175,185,251); }

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

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

 a { background-color: rgb(175,185,251); }

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

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

 span { border-color: rgb(175,185,251); }

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