Shades of Perano #AFC2FF
Tints of Perano #AFC2FF
RGB
CMYK
RGB Variations
Color information
#AFC2FF (or 0xAFC2FF) is known color: Perano. HEX triplet: AF, C2 and FF. RGB value is (175,194,255). Sum of RGB (Red+Green+Blue) = 175+194+255=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFC2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC2FF is #503D00. Grayscale: #C3C3C3. Windows color (decimal): -5258497 or 16761519. OLE color: 16761519.
HSL color Cylindrical-coordinate representation of color #AFC2FF: hue angle of 225.75º 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 #AFC2FF is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 194 | 255 | - |
| CMYK | 0.31 | 0.24 | 0 | 0 |
| HSL | 225.75º | 1% | 0.84% | - |
| HSV(B) | 225.75º | 0.31% | 1% | - |
| XYZ | 55.02 | 54.92 | 102.31 | - |
| YUV | 195.27 | 161.71 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 255 | 0.31 | 0.24 | 0 | 0 | 225.75 | 1 | 0.84 |
| Hex | AF | C2 | FF | 1F | 18 | 0 | 0 | E2 | 64 | 54 |
| Octal | 257 | 302 | 377 | 37 | 30 | 0 | 0 | 342 | 144 | 124 |
| Binary | 10101111 | 11000010 | 11111111 | 11111 | 11000 | 0 | 0 | 11100010 | 1100100 | 1010100 |
Color Harmonies of #AFC2FF
Complementary color
Monochromatic Colors of #AFC2FF
Black with #AFC2FF
Text Example
Text Example
White with #AFC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2FF; }
p { color: rgb(175,194,255); }
H1.HeaderClassName
{
color: #AFC2FF;
}
.AnyTagClassName
{
color: #AFC2FF;
}
</style>
background-color css
<style>
a { background-color: #AFC2FF; }
a { background-color: rgb(175,194,255); }
div.DivClassName
{
background-color: #AFC2FF;
}
.BgClassName
{
background-color: #AFC2FF;
}
</style>
border-color css
<style>
span { border-color: #AFC2FF; }
span { border-color: rgb(175,194,255); }
td.TdClassName
{
border-color: #AFC2FF;
}
.TagClassName
{
border-color: #AFC2FF;
}
</style>