#AFB3FC

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

Shades of Perano #AFB3FC

Tints of Perano #AFB3FC

Color information

#AFB3FC (or 0xAFB3FC) is unknown color: approx Perano. HEX triplet: AF, B3 and FC. RGB value is (175,179,252). Sum of RGB (Red+Green+Blue) = 175+179+252=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 179 (70.31% from 255 or 29.54% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFB3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB3FC is #504C03. Grayscale: #B9B9B9. Windows color (decimal): -5262340 or 16561071. OLE color: 16561071.

HSL color Cylindrical-coordinate representation of color #AFB3FC: hue angle of 236.88º 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 #AFB3FC is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175179252-
CMYK0.310.2900.01
HSL236.88º92.77%83.73%-
HSV(B)236.88º30.56%98.82%-
XYZ51.3748.3898.73-
YUV186.13165.17120.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.88%
GREEN value IS 179 (70.31% from 255) = 29.54%
BLUE value IS 252 (98.83% from 255) = 41.58%
R=28.88%
G=29.54%
B=41.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751792520.310.2900.01236.8892.7783.73
HexAFB3FC1F1D01ed5d54
Octal257263374373501355135124
Binary1010111110110011111111001111111101011110110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB3FC; }

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

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

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

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

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

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

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

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