Shades of Perano #AFC1F7
Tints of Perano #AFC1F7
RGB
CMYK
RGB Variations
Color information
#AFC1F7 (or 0xAFC1F7) is known color: Perano. HEX triplet: AF, C1 and F7. RGB value is (175,193,247). Sum of RGB (Red+Green+Blue) = 175+193+247=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 247 (96.88% from 255 or 40.16% from 615); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFC1F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC1F7 is #503E08. Grayscale: #C1C1C1. Windows color (decimal): -5258761 or 16236975. OLE color: 16236975.
HSL color Cylindrical-coordinate representation of color #AFC1F7: hue angle of 225º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFC1F7 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 193 | 247 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.03 |
| HSL | 225º | 0.82% | 0.83% | - |
| HSV(B) | 225º | 0.29% | 0.97% | - |
| XYZ | 53.54 | 53.97 | 95.59 | - |
| YUV | 193.77 | 158.04 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 247 | 0.29 | 0.22 | 0 | 0.03 | 225 | 0.82 | 0.83 |
| Hex | AF | C1 | F7 | 1D | 16 | 0 | 3 | E1 | 52 | 53 |
| Octal | 257 | 301 | 367 | 35 | 26 | 0 | 3 | 341 | 122 | 123 |
| Binary | 10101111 | 11000001 | 11110111 | 11101 | 10110 | 0 | 11 | 11100001 | 1010010 | 1010011 |
Color Harmonies of #AFC1F7
Complementary color
Monochromatic Colors of #AFC1F7
Black with #AFC1F7
Text Example
Text Example
White with #AFC1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC1F7; }
p { color: rgb(175,193,247); }
H1.HeaderClassName
{
color: #AFC1F7;
}
.AnyTagClassName
{
color: #AFC1F7;
}
</style>
background-color css
<style>
a { background-color: #AFC1F7; }
a { background-color: rgb(175,193,247); }
div.DivClassName
{
background-color: #AFC1F7;
}
.BgClassName
{
background-color: #AFC1F7;
}
</style>
border-color css
<style>
span { border-color: #AFC1F7; }
span { border-color: rgb(175,193,247); }
td.TdClassName
{
border-color: #AFC1F7;
}
.TagClassName
{
border-color: #AFC1F7;
}
</style>