Shades of Perano #AFB9E5
Tints of Perano #AFB9E5
RGB
CMYK
RGB Variations
Color information
#AFB9E5 (or 0xAFB9E5) is known color: Perano. HEX triplet: AF, B9 and E5. RGB value is (175,185,229). Sum of RGB (Red+Green+Blue) = 175+185+229=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFB9E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB9E5 is #50461A. Grayscale: #BABABA. Windows color (decimal): -5260827 or 15055279. OLE color: 15055279.
HSL color Cylindrical-coordinate representation of color #AFB9E5: hue angle of 228.89º degrees, saturation: 0.51, 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 #AFB9E5 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 185 | 229 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.10 |
| HSL | 228.89º | 0.51% | 0.79% | - |
| HSV(B) | 228.89º | 0.24% | 0.9% | - |
| XYZ | 49.17 | 49.47 | 81.09 | - |
| YUV | 187.03 | 151.69 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 229 | 0.24 | 0.19 | 0 | 0.10 | 228.89 | 0.51 | 0.79 |
| Hex | AF | B9 | E5 | 18 | 13 | 0 | A | E5 | 33 | 4F |
| Octal | 257 | 271 | 345 | 30 | 23 | 0 | 12 | 345 | 63 | 117 |
| Binary | 10101111 | 10111001 | 11100101 | 11000 | 10011 | 0 | 1010 | 11100101 | 110011 | 1001111 |
Color Harmonies of #AFB9E5
Complementary color
Monochromatic Colors of #AFB9E5
Black with #AFB9E5
Text Example
Text Example
White with #AFB9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB9E5; }
p { color: rgb(175,185,229); }
H1.HeaderClassName
{
color: #AFB9E5;
}
.AnyTagClassName
{
color: #AFB9E5;
}
</style>
background-color css
<style>
a { background-color: #AFB9E5; }
a { background-color: rgb(175,185,229); }
div.DivClassName
{
background-color: #AFB9E5;
}
.BgClassName
{
background-color: #AFB9E5;
}
</style>
border-color css
<style>
span { border-color: #AFB9E5; }
span { border-color: rgb(175,185,229); }
td.TdClassName
{
border-color: #AFB9E5;
}
.TagClassName
{
border-color: #AFB9E5;
}
</style>