Shades of Perano #AFC0F0
Tints of Perano #AFC0F0
RGB
CMYK
RGB Variations
Color information
#AFC0F0 (or 0xAFC0F0) is known color: Perano. HEX triplet: AF, C0 and F0. RGB value is (175,192,240). Sum of RGB (Red+Green+Blue) = 175+192+240=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFC0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC0F0 is #503F0F. Grayscale: #C0C0C0. Windows color (decimal): -5259024 or 15777967. OLE color: 15777967.
HSL color Cylindrical-coordinate representation of color #AFC0F0: hue angle of 224.31º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFC0F0 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 192 | 240 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.06 |
| HSL | 224.31º | 0.68% | 0.81% | - |
| HSV(B) | 224.31º | 0.27% | 0.94% | - |
| XYZ | 52.26 | 53.1 | 89.93 | - |
| YUV | 192.39 | 154.87 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 240 | 0.27 | 0.20 | 0 | 0.06 | 224.31 | 0.68 | 0.81 |
| Hex | AF | C0 | F0 | 1B | 14 | 0 | 6 | E0 | 44 | 51 |
| Octal | 257 | 300 | 360 | 33 | 24 | 0 | 6 | 340 | 104 | 121 |
| Binary | 10101111 | 11000000 | 11110000 | 11011 | 10100 | 0 | 110 | 11100000 | 1000100 | 1010001 |
Color Harmonies of #AFC0F0
Complementary color
Monochromatic Colors of #AFC0F0
Black with #AFC0F0
Text Example
Text Example
White with #AFC0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC0F0; }
p { color: rgb(175,192,240); }
H1.HeaderClassName
{
color: #AFC0F0;
}
.AnyTagClassName
{
color: #AFC0F0;
}
</style>
background-color css
<style>
a { background-color: #AFC0F0; }
a { background-color: rgb(175,192,240); }
div.DivClassName
{
background-color: #AFC0F0;
}
.BgClassName
{
background-color: #AFC0F0;
}
</style>
border-color css
<style>
span { border-color: #AFC0F0; }
span { border-color: rgb(175,192,240); }
td.TdClassName
{
border-color: #AFC0F0;
}
.TagClassName
{
border-color: #AFC0F0;
}
</style>