Shades of Perano #AFC2F0
Tints of Perano #AFC2F0
RGB
CMYK
RGB Variations
Color information
#AFC2F0 (or 0xAFC2F0) is known color: Perano. HEX triplet: AF, C2 and F0. RGB value is (175,194,240). Sum of RGB (Red+Green+Blue) = 175+194+240=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFC2F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC2F0 is #503D0F. Grayscale: #C1C1C1. Windows color (decimal): -5258512 or 15778479. OLE color: 15778479.
HSL color Cylindrical-coordinate representation of color #AFC2F0: hue angle of 222.46º 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 #AFC2F0 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 194 | 240 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.06 |
| HSL | 222.46º | 0.68% | 0.81% | - |
| HSV(B) | 222.46º | 0.27% | 0.94% | - |
| XYZ | 52.7 | 53.99 | 90.08 | - |
| YUV | 193.56 | 154.21 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 240 | 0.27 | 0.19 | 0 | 0.06 | 222.46 | 0.68 | 0.81 |
| Hex | AF | C2 | F0 | 1B | 13 | 0 | 6 | DE | 44 | 51 |
| Octal | 257 | 302 | 360 | 33 | 23 | 0 | 6 | 336 | 104 | 121 |
| Binary | 10101111 | 11000010 | 11110000 | 11011 | 10011 | 0 | 110 | 11011110 | 1000100 | 1010001 |
Color Harmonies of #AFC2F0
Complementary color
Monochromatic Colors of #AFC2F0
Black with #AFC2F0
Text Example
Text Example
White with #AFC2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2F0; }
p { color: rgb(175,194,240); }
H1.HeaderClassName
{
color: #AFC2F0;
}
.AnyTagClassName
{
color: #AFC2F0;
}
</style>
background-color css
<style>
a { background-color: #AFC2F0; }
a { background-color: rgb(175,194,240); }
div.DivClassName
{
background-color: #AFC2F0;
}
.BgClassName
{
background-color: #AFC2F0;
}
</style>
border-color css
<style>
span { border-color: #AFC2F0; }
span { border-color: rgb(175,194,240); }
td.TdClassName
{
border-color: #AFC2F0;
}
.TagClassName
{
border-color: #AFC2F0;
}
</style>