#AFB8FC

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

Shades of Perano #AFB8FC

Tints of Perano #AFB8FC

Color information

#AFB8FC (or 0xAFB8FC) is unknown color: approx Perano. HEX triplet: AF, B8 and FC. RGB value is (175,184,252). Sum of RGB (Red+Green+Blue) = 175+184+252=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFB8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB8FC is #504703. Grayscale: #BCBCBC. Windows color (decimal): -5261060 or 16562351. OLE color: 16562351.

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

Color convert

RGB175184252-
CMYK0.310.2700.01
HSL232.99º92.77%83.73%-
HSV(B)232.99º30.56%98.82%-
XYZ52.3950.4299.07-
YUV189.06163.52117.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.64%
GREEN value IS 184 (72.27% from 255) = 30.11%
BLUE value IS 252 (98.83% from 255) = 41.24%
R=28.64%
G=30.11%
B=41.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751842520.310.2700.01232.9992.7783.73
HexAFB8FC1F1B01e95d54
Octal257270374373301351135124
Binary1010111110111000111111001111111011011110100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB8FC; }

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

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

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

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

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

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

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

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