Shades of Perano #AFB3EC
Tints of Perano #AFB3EC
RGB
CMYK
RGB Variations
Color information
#AFB3EC (or 0xAFB3EC) is known color: Perano. HEX triplet: AF, B3 and EC. RGB value is (175,179,236). Sum of RGB (Red+Green+Blue) = 175+179+236=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFB3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB3EC is #504C13. Grayscale: #B8B8B8. Windows color (decimal): -5262356 or 15512495. OLE color: 15512495.
HSL color Cylindrical-coordinate representation of color #AFB3EC: hue angle of 236.07º 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 #AFB3EC is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 179 | 236 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.07 |
| HSL | 236.07º | 0.62% | 0.81% | - |
| HSV(B) | 236.07º | 0.26% | 0.93% | - |
| XYZ | 48.94 | 47.41 | 85.93 | - |
| YUV | 184.3 | 157.17 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 236 | 0.26 | 0.24 | 0 | 0.07 | 236.07 | 0.62 | 0.81 |
| Hex | AF | B3 | EC | 1A | 18 | 0 | 7 | EC | 3E | 51 |
| Octal | 257 | 263 | 354 | 32 | 30 | 0 | 7 | 354 | 76 | 121 |
| Binary | 10101111 | 10110011 | 11101100 | 11010 | 11000 | 0 | 111 | 11101100 | 111110 | 1010001 |
Color Harmonies of #AFB3EC
Complementary color
Monochromatic Colors of #AFB3EC
Black with #AFB3EC
Text Example
Text Example
White with #AFB3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB3EC; }
p { color: rgb(175,179,236); }
H1.HeaderClassName
{
color: #AFB3EC;
}
.AnyTagClassName
{
color: #AFB3EC;
}
</style>
background-color css
<style>
a { background-color: #AFB3EC; }
a { background-color: rgb(175,179,236); }
div.DivClassName
{
background-color: #AFB3EC;
}
.BgClassName
{
background-color: #AFB3EC;
}
</style>
border-color css
<style>
span { border-color: #AFB3EC; }
span { border-color: rgb(175,179,236); }
td.TdClassName
{
border-color: #AFB3EC;
}
.TagClassName
{
border-color: #AFB3EC;
}
</style>