Shades of Perano #AFC0E6
Tints of Perano #AFC0E6
RGB
CMYK
RGB Variations
Color information
#AFC0E6 (or 0xAFC0E6) is known color: Perano. HEX triplet: AF, C0 and E6. RGB value is (175,192,230). Sum of RGB (Red+Green+Blue) = 175+192+230=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFC0E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC0E6 is #503F19. Grayscale: #BFBFBF. Windows color (decimal): -5259034 or 15122607. OLE color: 15122607.
HSL color Cylindrical-coordinate representation of color #AFC0E6: hue angle of 221.45º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFC0E6 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 192 | 230 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.10 |
| HSL | 221.45º | 0.52% | 0.79% | - |
| HSV(B) | 221.45º | 0.24% | 0.9% | - |
| XYZ | 50.81 | 52.53 | 82.32 | - |
| YUV | 191.25 | 149.87 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 230 | 0.24 | 0.17 | 0 | 0.10 | 221.45 | 0.52 | 0.79 |
| Hex | AF | C0 | E6 | 18 | 11 | 0 | A | DD | 34 | 4F |
| Octal | 257 | 300 | 346 | 30 | 21 | 0 | 12 | 335 | 64 | 117 |
| Binary | 10101111 | 11000000 | 11100110 | 11000 | 10001 | 0 | 1010 | 11011101 | 110100 | 1001111 |
Color Harmonies of #AFC0E6
Complementary color
Monochromatic Colors of #AFC0E6
Black with #AFC0E6
Text Example
Text Example
White with #AFC0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC0E6; }
p { color: rgb(175,192,230); }
H1.HeaderClassName
{
color: #AFC0E6;
}
.AnyTagClassName
{
color: #AFC0E6;
}
</style>
background-color css
<style>
a { background-color: #AFC0E6; }
a { background-color: rgb(175,192,230); }
div.DivClassName
{
background-color: #AFC0E6;
}
.BgClassName
{
background-color: #AFC0E6;
}
</style>
border-color css
<style>
span { border-color: #AFC0E6; }
span { border-color: rgb(175,192,230); }
td.TdClassName
{
border-color: #AFC0E6;
}
.TagClassName
{
border-color: #AFC0E6;
}
</style>