Shades of Perano #AFC1FC
Tints of Perano #AFC1FC
RGB
CMYK
RGB Variations
Color information
#AFC1FC (or 0xAFC1FC) is known color: Perano. HEX triplet: AF, C1 and FC. RGB value is (175,193,252). Sum of RGB (Red+Green+Blue) = 175+193+252=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFC1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC1FC is #503E03. Grayscale: #C2C2C2. Windows color (decimal): -5258756 or 16564655. OLE color: 16564655.
HSL color Cylindrical-coordinate representation of color #AFC1FC: hue angle of 225.97º 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 #AFC1FC is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 193 | 252 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.01 |
| HSL | 225.97º | 0.93% | 0.84% | - |
| HSV(B) | 225.97º | 0.31% | 0.99% | - |
| XYZ | 54.32 | 54.28 | 99.71 | - |
| YUV | 194.34 | 160.54 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 252 | 0.31 | 0.23 | 0 | 0.01 | 225.97 | 0.93 | 0.84 |
| Hex | AF | C1 | FC | 1F | 17 | 0 | 1 | E2 | 5D | 54 |
| Octal | 257 | 301 | 374 | 37 | 27 | 0 | 1 | 342 | 135 | 124 |
| Binary | 10101111 | 11000001 | 11111100 | 11111 | 10111 | 0 | 1 | 11100010 | 1011101 | 1010100 |
Color Harmonies of #AFC1FC
Complementary color
Monochromatic Colors of #AFC1FC
Black with #AFC1FC
Text Example
Text Example
White with #AFC1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC1FC; }
p { color: rgb(175,193,252); }
H1.HeaderClassName
{
color: #AFC1FC;
}
.AnyTagClassName
{
color: #AFC1FC;
}
</style>
background-color css
<style>
a { background-color: #AFC1FC; }
a { background-color: rgb(175,193,252); }
div.DivClassName
{
background-color: #AFC1FC;
}
.BgClassName
{
background-color: #AFC1FC;
}
</style>
border-color css
<style>
span { border-color: #AFC1FC; }
span { border-color: rgb(175,193,252); }
td.TdClassName
{
border-color: #AFC1FC;
}
.TagClassName
{
border-color: #AFC1FC;
}
</style>