Shades of Perano #AFC0F2
Tints of Perano #AFC0F2
RGB
CMYK
RGB Variations
Color information
#AFC0F2 (or 0xAFC0F2) is known color: Perano. HEX triplet: AF, C0 and F2. RGB value is (175,192,242). Sum of RGB (Red+Green+Blue) = 175+192+242=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFC0F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC0F2 is #503F0D. Grayscale: #C0C0C0. Windows color (decimal): -5259022 or 15909039. OLE color: 15909039.
HSL color Cylindrical-coordinate representation of color #AFC0F2: hue angle of 224.78º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFC0F2 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 192 | 242 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.05 |
| HSL | 224.78º | 0.72% | 0.82% | - |
| HSV(B) | 224.78º | 0.28% | 0.95% | - |
| XYZ | 52.56 | 53.22 | 91.51 | - |
| YUV | 192.62 | 155.87 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 242 | 0.28 | 0.21 | 0 | 0.05 | 224.78 | 0.72 | 0.82 |
| Hex | AF | C0 | F2 | 1C | 15 | 0 | 5 | E1 | 48 | 52 |
| Octal | 257 | 300 | 362 | 34 | 25 | 0 | 5 | 341 | 110 | 122 |
| Binary | 10101111 | 11000000 | 11110010 | 11100 | 10101 | 0 | 101 | 11100001 | 1001000 | 1010010 |
Color Harmonies of #AFC0F2
Complementary color
Monochromatic Colors of #AFC0F2
Black with #AFC0F2
Text Example
Text Example
White with #AFC0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC0F2; }
p { color: rgb(175,192,242); }
H1.HeaderClassName
{
color: #AFC0F2;
}
.AnyTagClassName
{
color: #AFC0F2;
}
</style>
background-color css
<style>
a { background-color: #AFC0F2; }
a { background-color: rgb(175,192,242); }
div.DivClassName
{
background-color: #AFC0F2;
}
.BgClassName
{
background-color: #AFC0F2;
}
</style>
border-color css
<style>
span { border-color: #AFC0F2; }
span { border-color: rgb(175,192,242); }
td.TdClassName
{
border-color: #AFC0F2;
}
.TagClassName
{
border-color: #AFC0F2;
}
</style>