Shades of Perano #AFC2EF
Tints of Perano #AFC2EF
RGB
CMYK
RGB Variations
Color information
#AFC2EF (or 0xAFC2EF) is known color: Perano. HEX triplet: AF, C2 and EF. RGB value is (175,194,239). Sum of RGB (Red+Green+Blue) = 175+194+239=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFC2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC2EF is #503D10. Grayscale: #C1C1C1. Windows color (decimal): -5258513 or 15712943. OLE color: 15712943.
HSL color Cylindrical-coordinate representation of color #AFC2EF: hue angle of 222.19º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFC2EF is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 194 | 239 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.06 |
| HSL | 222.19º | 0.67% | 0.81% | - |
| HSV(B) | 222.19º | 0.27% | 0.94% | - |
| XYZ | 52.55 | 53.93 | 89.3 | - |
| YUV | 193.45 | 153.71 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 239 | 0.27 | 0.19 | 0 | 0.06 | 222.19 | 0.67 | 0.81 |
| Hex | AF | C2 | EF | 1B | 13 | 0 | 6 | DE | 43 | 51 |
| Octal | 257 | 302 | 357 | 33 | 23 | 0 | 6 | 336 | 103 | 121 |
| Binary | 10101111 | 11000010 | 11101111 | 11011 | 10011 | 0 | 110 | 11011110 | 1000011 | 1010001 |
Color Harmonies of #AFC2EF
Complementary color
Monochromatic Colors of #AFC2EF
Black with #AFC2EF
Text Example
Text Example
White with #AFC2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2EF; }
p { color: rgb(175,194,239); }
H1.HeaderClassName
{
color: #AFC2EF;
}
.AnyTagClassName
{
color: #AFC2EF;
}
</style>
background-color css
<style>
a { background-color: #AFC2EF; }
a { background-color: rgb(175,194,239); }
div.DivClassName
{
background-color: #AFC2EF;
}
.BgClassName
{
background-color: #AFC2EF;
}
</style>
border-color css
<style>
span { border-color: #AFC2EF; }
span { border-color: rgb(175,194,239); }
td.TdClassName
{
border-color: #AFC2EF;
}
.TagClassName
{
border-color: #AFC2EF;
}
</style>