Shades of Perano #AFC3F6
Tints of Perano #AFC3F6
RGB
CMYK
RGB Variations
Color information
#AFC3F6 (or 0xAFC3F6) is known color: Perano. HEX triplet: AF, C3 and F6. RGB value is (175,195,246). Sum of RGB (Red+Green+Blue) = 175+195+246=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFC3F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC3F6 is #503C09. Grayscale: #C2C2C2. Windows color (decimal): -5258250 or 16171951. OLE color: 16171951.
HSL color Cylindrical-coordinate representation of color #AFC3F6: hue angle of 223.1º 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 #AFC3F6 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 195 | 246 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.04 |
| HSL | 223.1º | 0.8% | 0.83% | - |
| HSV(B) | 223.1º | 0.29% | 0.96% | - |
| XYZ | 53.83 | 54.8 | 94.93 | - |
| YUV | 194.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 246 | 0.29 | 0.21 | 0 | 0.04 | 223.1 | 0.8 | 0.83 |
| Hex | AF | C3 | F6 | 1D | 15 | 0 | 4 | DF | 50 | 53 |
| Octal | 257 | 303 | 366 | 35 | 25 | 0 | 4 | 337 | 120 | 123 |
| Binary | 10101111 | 11000011 | 11110110 | 11101 | 10101 | 0 | 100 | 11011111 | 1010000 | 1010011 |
Color Harmonies of #AFC3F6
Complementary color
Monochromatic Colors of #AFC3F6
Black with #AFC3F6
Text Example
Text Example
White with #AFC3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3F6; }
p { color: rgb(175,195,246); }
H1.HeaderClassName
{
color: #AFC3F6;
}
.AnyTagClassName
{
color: #AFC3F6;
}
</style>
background-color css
<style>
a { background-color: #AFC3F6; }
a { background-color: rgb(175,195,246); }
div.DivClassName
{
background-color: #AFC3F6;
}
.BgClassName
{
background-color: #AFC3F6;
}
</style>
border-color css
<style>
span { border-color: #AFC3F6; }
span { border-color: rgb(175,195,246); }
td.TdClassName
{
border-color: #AFC3F6;
}
.TagClassName
{
border-color: #AFC3F6;
}
</style>