Shades of Perano #AFC0F1
Tints of Perano #AFC0F1
RGB
CMYK
RGB Variations
Color information
#AFC0F1 (or 0xAFC0F1) is known color: Perano. HEX triplet: AF, C0 and F1. RGB value is (175,192,241). Sum of RGB (Red+Green+Blue) = 175+192+241=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFC0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC0F1 is #503F0E. Grayscale: #C0C0C0. Windows color (decimal): -5259023 or 15843503. OLE color: 15843503.
HSL color Cylindrical-coordinate representation of color #AFC0F1: hue angle of 224.55º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFC0F1 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 192 | 241 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.05 |
| HSL | 224.55º | 0.7% | 0.82% | - |
| HSV(B) | 224.55º | 0.27% | 0.95% | - |
| XYZ | 52.41 | 53.16 | 90.72 | - |
| YUV | 192.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 241 | 0.27 | 0.20 | 0 | 0.05 | 224.55 | 0.7 | 0.82 |
| Hex | AF | C0 | F1 | 1B | 14 | 0 | 5 | E1 | 46 | 52 |
| Octal | 257 | 300 | 361 | 33 | 24 | 0 | 5 | 341 | 106 | 122 |
| Binary | 10101111 | 11000000 | 11110001 | 11011 | 10100 | 0 | 101 | 11100001 | 1000110 | 1010010 |
Color Harmonies of #AFC0F1
Complementary color
Monochromatic Colors of #AFC0F1
Black with #AFC0F1
Text Example
Text Example
White with #AFC0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC0F1; }
p { color: rgb(175,192,241); }
H1.HeaderClassName
{
color: #AFC0F1;
}
.AnyTagClassName
{
color: #AFC0F1;
}
</style>
background-color css
<style>
a { background-color: #AFC0F1; }
a { background-color: rgb(175,192,241); }
div.DivClassName
{
background-color: #AFC0F1;
}
.BgClassName
{
background-color: #AFC0F1;
}
</style>
border-color css
<style>
span { border-color: #AFC0F1; }
span { border-color: rgb(175,192,241); }
td.TdClassName
{
border-color: #AFC0F1;
}
.TagClassName
{
border-color: #AFC0F1;
}
</style>