Shades of Perano #8FB1FB
Tints of Perano #8FB1FB
RGB
CMYK
RGB Variations
Color information
#8FB1FB (or 0x8FB1FB) is known color: Perano. HEX triplet: 8F, B1 and FB. RGB value is (143,177,251). Sum of RGB (Red+Green+Blue) = 143+177+251=571 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.04% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FB1FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FB1FB is #704E04. Grayscale: #AEAEAE. Windows color (decimal): -7360005 or 16494991. OLE color: 16494991.
HSL color Cylindrical-coordinate representation of color #8FB1FB: hue angle of 221.11º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FB1FB is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 177 | 251 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.02 |
| HSL | 221.11º | 0.93% | 0.77% | - |
| HSV(B) | 221.11º | 0.43% | 0.98% | - |
| XYZ | 44.46 | 44.25 | 97.46 | - |
| YUV | 175.27 | 170.74 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 177 | 251 | 0.43 | 0.29 | 0 | 0.02 | 221.11 | 0.93 | 0.77 |
| Hex | 8F | B1 | FB | 2B | 1D | 0 | 2 | DD | 5D | 4D |
| Octal | 217 | 261 | 373 | 53 | 35 | 0 | 2 | 335 | 135 | 115 |
| Binary | 10001111 | 10110001 | 11111011 | 101011 | 11101 | 0 | 10 | 11011101 | 1011101 | 1001101 |
Color Harmonies of #8FB1FB
Complementary color
Monochromatic Colors of #8FB1FB
Black with #8FB1FB
Text Example
Text Example
White with #8FB1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB1FB; }
p { color: rgb(143,177,251); }
H1.HeaderClassName
{
color: #8FB1FB;
}
.AnyTagClassName
{
color: #8FB1FB;
}
</style>
background-color css
<style>
a { background-color: #8FB1FB; }
a { background-color: rgb(143,177,251); }
div.DivClassName
{
background-color: #8FB1FB;
}
.BgClassName
{
background-color: #8FB1FB;
}
</style>
border-color css
<style>
span { border-color: #8FB1FB; }
span { border-color: rgb(143,177,251); }
td.TdClassName
{
border-color: #8FB1FB;
}
.TagClassName
{
border-color: #8FB1FB;
}
</style>