Shades of Perano #AFB5ED
Tints of Perano #AFB5ED
RGB
CMYK
RGB Variations
Color information
#AFB5ED (or 0xAFB5ED) is known color: Perano. HEX triplet: AF, B5 and ED. RGB value is (175,181,237). Sum of RGB (Red+Green+Blue) = 175+181+237=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFB5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB5ED is #504A12. Grayscale: #B9B9B9. Windows color (decimal): -5261843 or 15578543. OLE color: 15578543.
HSL color Cylindrical-coordinate representation of color #AFB5ED: hue angle of 234.19º 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 #AFB5ED is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 181 | 237 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.07 |
| HSL | 234.19º | 0.63% | 0.81% | - |
| HSV(B) | 234.19º | 0.26% | 0.93% | - |
| XYZ | 49.49 | 48.28 | 86.83 | - |
| YUV | 185.59 | 157.01 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 237 | 0.26 | 0.24 | 0 | 0.07 | 234.19 | 0.63 | 0.81 |
| Hex | AF | B5 | ED | 1A | 18 | 0 | 7 | EA | 3F | 51 |
| Octal | 257 | 265 | 355 | 32 | 30 | 0 | 7 | 352 | 77 | 121 |
| Binary | 10101111 | 10110101 | 11101101 | 11010 | 11000 | 0 | 111 | 11101010 | 111111 | 1010001 |
Color Harmonies of #AFB5ED
Complementary color
Monochromatic Colors of #AFB5ED
Black with #AFB5ED
Text Example
Text Example
White with #AFB5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB5ED; }
p { color: rgb(175,181,237); }
H1.HeaderClassName
{
color: #AFB5ED;
}
.AnyTagClassName
{
color: #AFB5ED;
}
</style>
background-color css
<style>
a { background-color: #AFB5ED; }
a { background-color: rgb(175,181,237); }
div.DivClassName
{
background-color: #AFB5ED;
}
.BgClassName
{
background-color: #AFB5ED;
}
</style>
border-color css
<style>
span { border-color: #AFB5ED; }
span { border-color: rgb(175,181,237); }
td.TdClassName
{
border-color: #AFB5ED;
}
.TagClassName
{
border-color: #AFB5ED;
}
</style>