Shades of Perano #AFC2F6
Tints of Perano #AFC2F6
RGB
CMYK
RGB Variations
Color information
#AFC2F6 (or 0xAFC2F6) is known color: Perano. HEX triplet: AF, C2 and F6. RGB value is (175,194,246). Sum of RGB (Red+Green+Blue) = 175+194+246=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 246 (96.48% from 255 or 40% from 615); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFC2F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC2F6 is #503D09. Grayscale: #C2C2C2. Windows color (decimal): -5258506 or 16171695. OLE color: 16171695.
HSL color Cylindrical-coordinate representation of color #AFC2F6: hue angle of 223.94º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFC2F6 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 194 | 246 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.04 |
| HSL | 223.94º | 0.8% | 0.83% | - |
| HSV(B) | 223.94º | 0.29% | 0.96% | - |
| XYZ | 53.61 | 54.35 | 94.85 | - |
| YUV | 194.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 246 | 0.29 | 0.21 | 0 | 0.04 | 223.94 | 0.8 | 0.83 |
| Hex | AF | C2 | F6 | 1D | 15 | 0 | 4 | E0 | 50 | 53 |
| Octal | 257 | 302 | 366 | 35 | 25 | 0 | 4 | 340 | 120 | 123 |
| Binary | 10101111 | 11000010 | 11110110 | 11101 | 10101 | 0 | 100 | 11100000 | 1010000 | 1010011 |
Color Harmonies of #AFC2F6
Complementary color
Monochromatic Colors of #AFC2F6
Black with #AFC2F6
Text Example
Text Example
White with #AFC2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2F6; }
p { color: rgb(175,194,246); }
H1.HeaderClassName
{
color: #AFC2F6;
}
.AnyTagClassName
{
color: #AFC2F6;
}
</style>
background-color css
<style>
a { background-color: #AFC2F6; }
a { background-color: rgb(175,194,246); }
div.DivClassName
{
background-color: #AFC2F6;
}
.BgClassName
{
background-color: #AFC2F6;
}
</style>
border-color css
<style>
span { border-color: #AFC2F6; }
span { border-color: rgb(175,194,246); }
td.TdClassName
{
border-color: #AFC2F6;
}
.TagClassName
{
border-color: #AFC2F6;
}
</style>