Shades of Perano #AFC0FB
Tints of Perano #AFC0FB
RGB
CMYK
RGB Variations
Color information
#AFC0FB (or 0xAFC0FB) is known color: Perano. HEX triplet: AF, C0 and FB. RGB value is (175,192,251). Sum of RGB (Red+Green+Blue) = 175+192+251=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFC0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC0FB is #503F04. Grayscale: #C1C1C1. Windows color (decimal): -5259013 or 16498863. OLE color: 16498863.
HSL color Cylindrical-coordinate representation of color #AFC0FB: hue angle of 226.58º 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 #AFC0FB is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 192 | 251 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.02 |
| HSL | 226.58º | 0.9% | 0.84% | - |
| HSV(B) | 226.58º | 0.3% | 0.98% | - |
| XYZ | 53.94 | 53.78 | 98.8 | - |
| YUV | 193.64 | 160.37 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 251 | 0.30 | 0.24 | 0 | 0.02 | 226.58 | 0.9 | 0.84 |
| Hex | AF | C0 | FB | 1E | 18 | 0 | 2 | E3 | 5A | 54 |
| Octal | 257 | 300 | 373 | 36 | 30 | 0 | 2 | 343 | 132 | 124 |
| Binary | 10101111 | 11000000 | 11111011 | 11110 | 11000 | 0 | 10 | 11100011 | 1011010 | 1010100 |
Color Harmonies of #AFC0FB
Complementary color
Monochromatic Colors of #AFC0FB
Black with #AFC0FB
Text Example
Text Example
White with #AFC0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC0FB; }
p { color: rgb(175,192,251); }
H1.HeaderClassName
{
color: #AFC0FB;
}
.AnyTagClassName
{
color: #AFC0FB;
}
</style>
background-color css
<style>
a { background-color: #AFC0FB; }
a { background-color: rgb(175,192,251); }
div.DivClassName
{
background-color: #AFC0FB;
}
.BgClassName
{
background-color: #AFC0FB;
}
</style>
border-color css
<style>
span { border-color: #AFC0FB; }
span { border-color: rgb(175,192,251); }
td.TdClassName
{
border-color: #AFC0FB;
}
.TagClassName
{
border-color: #AFC0FB;
}
</style>