Shades of Perano #AFC0FE
Tints of Perano #AFC0FE
RGB
CMYK
RGB Variations
Color information
#AFC0FE (or 0xAFC0FE) is known color: Perano. HEX triplet: AF, C0 and FE. RGB value is (175,192,254). Sum of RGB (Red+Green+Blue) = 175+192+254=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFC0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC0FE is #503F01. Grayscale: #C1C1C1. Windows color (decimal): -5259010 or 16695471. OLE color: 16695471.
HSL color Cylindrical-coordinate representation of color #AFC0FE: hue angle of 227.09º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFC0FE is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 192 | 254 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.00 |
| HSL | 227.09º | 0.98% | 0.84% | - |
| HSV(B) | 227.09º | 0.31% | 1% | - |
| XYZ | 54.42 | 53.97 | 101.31 | - |
| YUV | 193.99 | 161.87 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 254 | 0.31 | 0.24 | 0 | 0.00 | 227.09 | 0.98 | 0.84 |
| Hex | AF | C0 | FE | 1F | 18 | 0 | 0 | E3 | 62 | 54 |
| Octal | 257 | 300 | 376 | 37 | 30 | 0 | 0 | 343 | 142 | 124 |
| Binary | 10101111 | 11000000 | 11111110 | 11111 | 11000 | 0 | 0 | 11100011 | 1100010 | 1010100 |
Color Harmonies of #AFC0FE
Complementary color
Monochromatic Colors of #AFC0FE
Black with #AFC0FE
Text Example
Text Example
White with #AFC0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC0FE; }
p { color: rgb(175,192,254); }
H1.HeaderClassName
{
color: #AFC0FE;
}
.AnyTagClassName
{
color: #AFC0FE;
}
</style>
background-color css
<style>
a { background-color: #AFC0FE; }
a { background-color: rgb(175,192,254); }
div.DivClassName
{
background-color: #AFC0FE;
}
.BgClassName
{
background-color: #AFC0FE;
}
</style>
border-color css
<style>
span { border-color: #AFC0FE; }
span { border-color: rgb(175,192,254); }
td.TdClassName
{
border-color: #AFC0FE;
}
.TagClassName
{
border-color: #AFC0FE;
}
</style>