Shades of Perano #8FACFB
Tints of Perano #8FACFB
RGB
CMYK
RGB Variations
Color information
#8FACFB (or 0x8FACFB) is known color: Perano. HEX triplet: 8F, AC and FB. RGB value is (143,172,251). Sum of RGB (Red+Green+Blue) = 143+172+251=566 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.27% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FACFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FACFB is #705304. Grayscale: #ABABAB. Windows color (decimal): -7361285 or 16493711. OLE color: 16493711.
HSL color Cylindrical-coordinate representation of color #8FACFB: hue angle of 223.89º 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 #8FACFB is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 172 | 251 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.02 |
| HSL | 223.89º | 0.93% | 0.77% | - |
| HSV(B) | 223.89º | 0.43% | 0.98% | - |
| XYZ | 43.49 | 42.31 | 97.14 | - |
| YUV | 172.34 | 172.39 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 251 | 0.43 | 0.31 | 0 | 0.02 | 223.89 | 0.93 | 0.77 |
| Hex | 8F | AC | FB | 2B | 1F | 0 | 2 | E0 | 5D | 4D |
| Octal | 217 | 254 | 373 | 53 | 37 | 0 | 2 | 340 | 135 | 115 |
| Binary | 10001111 | 10101100 | 11111011 | 101011 | 11111 | 0 | 10 | 11100000 | 1011101 | 1001101 |
Color Harmonies of #8FACFB
Complementary color
Monochromatic Colors of #8FACFB
Black with #8FACFB
Text Example
Text Example
White with #8FACFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FACFB; }
p { color: rgb(143,172,251); }
H1.HeaderClassName
{
color: #8FACFB;
}
.AnyTagClassName
{
color: #8FACFB;
}
</style>
background-color css
<style>
a { background-color: #8FACFB; }
a { background-color: rgb(143,172,251); }
div.DivClassName
{
background-color: #8FACFB;
}
.BgClassName
{
background-color: #8FACFB;
}
</style>
border-color css
<style>
span { border-color: #8FACFB; }
span { border-color: rgb(143,172,251); }
td.TdClassName
{
border-color: #8FACFB;
}
.TagClassName
{
border-color: #8FACFB;
}
</style>