Shades of Perano #AFB5EC
Tints of Perano #AFB5EC
RGB
CMYK
RGB Variations
Color information
#AFB5EC (or 0xAFB5EC) is known color: Perano. HEX triplet: AF, B5 and EC. RGB value is (175,181,236). Sum of RGB (Red+Green+Blue) = 175+181+236=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFB5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB5EC is #504A13. Grayscale: #B9B9B9. Windows color (decimal): -5261844 or 15513007. OLE color: 15513007.
HSL color Cylindrical-coordinate representation of color #AFB5EC: hue angle of 234.1º degrees, saturation: 0.62, 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 #AFB5EC is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 181 | 236 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.07 |
| HSL | 234.1º | 0.62% | 0.81% | - |
| HSV(B) | 234.1º | 0.26% | 0.93% | - |
| XYZ | 49.34 | 48.22 | 86.06 | - |
| YUV | 185.48 | 156.51 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 236 | 0.26 | 0.23 | 0 | 0.07 | 234.1 | 0.62 | 0.81 |
| Hex | AF | B5 | EC | 1A | 17 | 0 | 7 | EA | 3E | 51 |
| Octal | 257 | 265 | 354 | 32 | 27 | 0 | 7 | 352 | 76 | 121 |
| Binary | 10101111 | 10110101 | 11101100 | 11010 | 10111 | 0 | 111 | 11101010 | 111110 | 1010001 |
Color Harmonies of #AFB5EC
Complementary color
Monochromatic Colors of #AFB5EC
Black with #AFB5EC
Text Example
Text Example
White with #AFB5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB5EC; }
p { color: rgb(175,181,236); }
H1.HeaderClassName
{
color: #AFB5EC;
}
.AnyTagClassName
{
color: #AFB5EC;
}
</style>
background-color css
<style>
a { background-color: #AFB5EC; }
a { background-color: rgb(175,181,236); }
div.DivClassName
{
background-color: #AFB5EC;
}
.BgClassName
{
background-color: #AFB5EC;
}
</style>
border-color css
<style>
span { border-color: #AFB5EC; }
span { border-color: rgb(175,181,236); }
td.TdClassName
{
border-color: #AFB5EC;
}
.TagClassName
{
border-color: #AFB5EC;
}
</style>