Shades of Perano #AFB7ED
Tints of Perano #AFB7ED
RGB
CMYK
RGB Variations
Color information
#AFB7ED (or 0xAFB7ED) is known color: Perano. HEX triplet: AF, B7 and ED. RGB value is (175,183,237). Sum of RGB (Red+Green+Blue) = 175+183+237=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFB7ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB7ED is #504812. Grayscale: #BABABA. Windows color (decimal): -5261331 or 15579055. OLE color: 15579055.
HSL color Cylindrical-coordinate representation of color #AFB7ED: hue angle of 232.26º 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 #AFB7ED is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 183 | 237 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.07 |
| HSL | 232.26º | 0.63% | 0.81% | - |
| HSV(B) | 232.26º | 0.26% | 0.93% | - |
| XYZ | 49.9 | 49.1 | 86.97 | - |
| YUV | 186.76 | 156.35 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 237 | 0.26 | 0.23 | 0 | 0.07 | 232.26 | 0.63 | 0.81 |
| Hex | AF | B7 | ED | 1A | 17 | 0 | 7 | E8 | 3F | 51 |
| Octal | 257 | 267 | 355 | 32 | 27 | 0 | 7 | 350 | 77 | 121 |
| Binary | 10101111 | 10110111 | 11101101 | 11010 | 10111 | 0 | 111 | 11101000 | 111111 | 1010001 |
Color Harmonies of #AFB7ED
Complementary color
Monochromatic Colors of #AFB7ED
Black with #AFB7ED
Text Example
Text Example
White with #AFB7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB7ED; }
p { color: rgb(175,183,237); }
H1.HeaderClassName
{
color: #AFB7ED;
}
.AnyTagClassName
{
color: #AFB7ED;
}
</style>
background-color css
<style>
a { background-color: #AFB7ED; }
a { background-color: rgb(175,183,237); }
div.DivClassName
{
background-color: #AFB7ED;
}
.BgClassName
{
background-color: #AFB7ED;
}
</style>
border-color css
<style>
span { border-color: #AFB7ED; }
span { border-color: rgb(175,183,237); }
td.TdClassName
{
border-color: #AFB7ED;
}
.TagClassName
{
border-color: #AFB7ED;
}
</style>