Shades of Perano #AFC3FF
Tints of Perano #AFC3FF
RGB
CMYK
RGB Variations
Color information
#AFC3FF (or 0xAFC3FF) is known color: Perano. HEX triplet: AF, C3 and FF. RGB value is (175,195,255). Sum of RGB (Red+Green+Blue) = 175+195+255=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFC3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC3FF is #503C00. Grayscale: #C3C3C3. Windows color (decimal): -5258241 or 16761775. OLE color: 16761775.
HSL color Cylindrical-coordinate representation of color #AFC3FF: hue angle of 225º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFC3FF is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 195 | 255 | - |
| CMYK | 0.31 | 0.24 | 0 | 0 |
| HSL | 225º | 1% | 0.84% | - |
| HSV(B) | 225º | 0.31% | 1% | - |
| XYZ | 55.24 | 55.36 | 102.38 | - |
| YUV | 195.86 | 161.37 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 255 | 0.31 | 0.24 | 0 | 0 | 225 | 1 | 0.84 |
| Hex | AF | C3 | FF | 1F | 18 | 0 | 0 | E1 | 64 | 54 |
| Octal | 257 | 303 | 377 | 37 | 30 | 0 | 0 | 341 | 144 | 124 |
| Binary | 10101111 | 11000011 | 11111111 | 11111 | 11000 | 0 | 0 | 11100001 | 1100100 | 1010100 |
Color Harmonies of #AFC3FF
Complementary color
Monochromatic Colors of #AFC3FF
Black with #AFC3FF
Text Example
Text Example
White with #AFC3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3FF; }
p { color: rgb(175,195,255); }
H1.HeaderClassName
{
color: #AFC3FF;
}
.AnyTagClassName
{
color: #AFC3FF;
}
</style>
background-color css
<style>
a { background-color: #AFC3FF; }
a { background-color: rgb(175,195,255); }
div.DivClassName
{
background-color: #AFC3FF;
}
.BgClassName
{
background-color: #AFC3FF;
}
</style>
border-color css
<style>
span { border-color: #AFC3FF; }
span { border-color: rgb(175,195,255); }
td.TdClassName
{
border-color: #AFC3FF;
}
.TagClassName
{
border-color: #AFC3FF;
}
</style>