Shades of Perano #AFB8EF
Tints of Perano #AFB8EF
RGB
CMYK
RGB Variations
Color information
#AFB8EF (or 0xAFB8EF) is known color: Perano. HEX triplet: AF, B8 and EF. RGB value is (175,184,239). Sum of RGB (Red+Green+Blue) = 175+184+239=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 184 (72.27% from 255 or 30.77% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFB8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB8EF is #504710. Grayscale: #BBBBBB. Windows color (decimal): -5261073 or 15710383. OLE color: 15710383.
HSL color Cylindrical-coordinate representation of color #AFB8EF: hue angle of 231.56º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFB8EF is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 184 | 239 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.06 |
| HSL | 231.56º | 0.67% | 0.81% | - |
| HSV(B) | 231.56º | 0.27% | 0.94% | - |
| XYZ | 50.4 | 49.63 | 88.58 | - |
| YUV | 187.58 | 157.02 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 239 | 0.27 | 0.23 | 0 | 0.06 | 231.56 | 0.67 | 0.81 |
| Hex | AF | B8 | EF | 1B | 17 | 0 | 6 | E8 | 43 | 51 |
| Octal | 257 | 270 | 357 | 33 | 27 | 0 | 6 | 350 | 103 | 121 |
| Binary | 10101111 | 10111000 | 11101111 | 11011 | 10111 | 0 | 110 | 11101000 | 1000011 | 1010001 |
Color Harmonies of #AFB8EF
Complementary color
Monochromatic Colors of #AFB8EF
Black with #AFB8EF
Text Example
Text Example
White with #AFB8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB8EF; }
p { color: rgb(175,184,239); }
H1.HeaderClassName
{
color: #AFB8EF;
}
.AnyTagClassName
{
color: #AFB8EF;
}
</style>
background-color css
<style>
a { background-color: #AFB8EF; }
a { background-color: rgb(175,184,239); }
div.DivClassName
{
background-color: #AFB8EF;
}
.BgClassName
{
background-color: #AFB8EF;
}
</style>
border-color css
<style>
span { border-color: #AFB8EF; }
span { border-color: rgb(175,184,239); }
td.TdClassName
{
border-color: #AFB8EF;
}
.TagClassName
{
border-color: #AFB8EF;
}
</style>