#AFB1FC

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

Shades of Perano #AFB1FC

Tints of Perano #AFB1FC

Color information

#AFB1FC (or 0xAFB1FC) is unknown color: approx Perano. HEX triplet: AF, B1 and FC. RGB value is (175,177,252). Sum of RGB (Red+Green+Blue) = 175+177+252=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFB1FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB1FC is #504E03. Grayscale: #B8B8B8. Windows color (decimal): -5262852 or 16560559. OLE color: 16560559.

HSL color Cylindrical-coordinate representation of color #AFB1FC: hue angle of 238.44º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFB1FC is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175177252-
CMYK0.310.3000.01
HSL238.44º92.77%83.73%-
HSV(B)238.44º30.56%98.82%-
XYZ50.9747.5998.59-
YUV184.95165.84120.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 177 (69.53% from 255) = 29.30%
BLUE value IS 252 (98.83% from 255) = 41.72%
R=28.97%
G=29.30%
B=41.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751772520.310.3000.01238.4492.7783.73
HexAFB1FC1F1E01ee5d54
Octal257261374373601356135124
Binary1010111110110001111111001111111110011110111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB1FC; }

 p { color: rgb(175,177,252); }

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

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

 a { background-color: rgb(175,177,252); }

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

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

 span { border-color: rgb(175,177,252); }

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