Shades of Perano #AFB8F5
Tints of Perano #AFB8F5
RGB
CMYK
RGB Variations
Color information
#AFB8F5 (or 0xAFB8F5) is known color: Perano. HEX triplet: AF, B8 and F5. RGB value is (175,184,245). Sum of RGB (Red+Green+Blue) = 175+184+245=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 184 (72.27% from 255 or 30.46% from 604); Blue value is 245 (96.09% from 255 or 40.56% from 604); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFB8F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB8F5 is #50470A. Grayscale: #BCBCBC. Windows color (decimal): -5261067 or 16103599. OLE color: 16103599.
HSL color Cylindrical-coordinate representation of color #AFB8F5: hue angle of 232.29º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFB8F5 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 184 | 245 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.04 |
| HSL | 232.29º | 0.78% | 0.82% | - |
| HSV(B) | 232.29º | 0.29% | 0.96% | - |
| XYZ | 51.3 | 49.99 | 93.33 | - |
| YUV | 188.26 | 160.02 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 245 | 0.29 | 0.25 | 0 | 0.04 | 232.29 | 0.78 | 0.82 |
| Hex | AF | B8 | F5 | 1D | 19 | 0 | 4 | E8 | 4E | 52 |
| Octal | 257 | 270 | 365 | 35 | 31 | 0 | 4 | 350 | 116 | 122 |
| Binary | 10101111 | 10111000 | 11110101 | 11101 | 11001 | 0 | 100 | 11101000 | 1001110 | 1010010 |
Color Harmonies of #AFB8F5
Complementary color
Monochromatic Colors of #AFB8F5
Black with #AFB8F5
Text Example
Text Example
White with #AFB8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB8F5; }
p { color: rgb(175,184,245); }
H1.HeaderClassName
{
color: #AFB8F5;
}
.AnyTagClassName
{
color: #AFB8F5;
}
</style>
background-color css
<style>
a { background-color: #AFB8F5; }
a { background-color: rgb(175,184,245); }
div.DivClassName
{
background-color: #AFB8F5;
}
.BgClassName
{
background-color: #AFB8F5;
}
</style>
border-color css
<style>
span { border-color: #AFB8F5; }
span { border-color: rgb(175,184,245); }
td.TdClassName
{
border-color: #AFB8F5;
}
.TagClassName
{
border-color: #AFB8F5;
}
</style>