Shades of Perano #AFC0F5
Tints of Perano #AFC0F5
RGB
CMYK
RGB Variations
Color information
#AFC0F5 (or 0xAFC0F5) is known color: Perano. HEX triplet: AF, C0 and F5. RGB value is (175,192,245). Sum of RGB (Red+Green+Blue) = 175+192+245=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 245 (96.09% from 255 or 40.03% from 612); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFC0F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC0F5 is #503F0A. Grayscale: #C0C0C0. Windows color (decimal): -5259019 or 16105647. OLE color: 16105647.
HSL color Cylindrical-coordinate representation of color #AFC0F5: hue angle of 225.43º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFC0F5 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 192 | 245 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.04 |
| HSL | 225.43º | 0.78% | 0.82% | - |
| HSV(B) | 225.43º | 0.29% | 0.96% | - |
| XYZ | 53.01 | 53.41 | 93.9 | - |
| YUV | 192.96 | 157.37 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 245 | 0.29 | 0.22 | 0 | 0.04 | 225.43 | 0.78 | 0.82 |
| Hex | AF | C0 | F5 | 1D | 16 | 0 | 4 | E1 | 4E | 52 |
| Octal | 257 | 300 | 365 | 35 | 26 | 0 | 4 | 341 | 116 | 122 |
| Binary | 10101111 | 11000000 | 11110101 | 11101 | 10110 | 0 | 100 | 11100001 | 1001110 | 1010010 |
Color Harmonies of #AFC0F5
Complementary color
Monochromatic Colors of #AFC0F5
Black with #AFC0F5
Text Example
Text Example
White with #AFC0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC0F5; }
p { color: rgb(175,192,245); }
H1.HeaderClassName
{
color: #AFC0F5;
}
.AnyTagClassName
{
color: #AFC0F5;
}
</style>
background-color css
<style>
a { background-color: #AFC0F5; }
a { background-color: rgb(175,192,245); }
div.DivClassName
{
background-color: #AFC0F5;
}
.BgClassName
{
background-color: #AFC0F5;
}
</style>
border-color css
<style>
span { border-color: #AFC0F5; }
span { border-color: rgb(175,192,245); }
td.TdClassName
{
border-color: #AFC0F5;
}
.TagClassName
{
border-color: #AFC0F5;
}
</style>