Shades of Perano #AFC1ED
Tints of Perano #AFC1ED
RGB
CMYK
RGB Variations
Color information
#AFC1ED (or 0xAFC1ED) is known color: Perano. HEX triplet: AF, C1 and ED. RGB value is (175,193,237). Sum of RGB (Red+Green+Blue) = 175+193+237=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFC1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC1ED is #503E12. Grayscale: #C0C0C0. Windows color (decimal): -5258771 or 15581615. OLE color: 15581615.
HSL color Cylindrical-coordinate representation of color #AFC1ED: hue angle of 222.58º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFC1ED is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 193 | 237 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.07 |
| HSL | 222.58º | 0.63% | 0.81% | - |
| HSV(B) | 222.58º | 0.26% | 0.93% | - |
| XYZ | 52.04 | 53.37 | 87.68 | - |
| YUV | 192.63 | 153.04 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 237 | 0.26 | 0.19 | 0 | 0.07 | 222.58 | 0.63 | 0.81 |
| Hex | AF | C1 | ED | 1A | 13 | 0 | 7 | DF | 3F | 51 |
| Octal | 257 | 301 | 355 | 32 | 23 | 0 | 7 | 337 | 77 | 121 |
| Binary | 10101111 | 11000001 | 11101101 | 11010 | 10011 | 0 | 111 | 11011111 | 111111 | 1010001 |
Color Harmonies of #AFC1ED
Complementary color
Monochromatic Colors of #AFC1ED
Black with #AFC1ED
Text Example
Text Example
White with #AFC1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC1ED; }
p { color: rgb(175,193,237); }
H1.HeaderClassName
{
color: #AFC1ED;
}
.AnyTagClassName
{
color: #AFC1ED;
}
</style>
background-color css
<style>
a { background-color: #AFC1ED; }
a { background-color: rgb(175,193,237); }
div.DivClassName
{
background-color: #AFC1ED;
}
.BgClassName
{
background-color: #AFC1ED;
}
</style>
border-color css
<style>
span { border-color: #AFC1ED; }
span { border-color: rgb(175,193,237); }
td.TdClassName
{
border-color: #AFC1ED;
}
.TagClassName
{
border-color: #AFC1ED;
}
</style>