Shades of Perano #8FACFC
Tints of Perano #8FACFC
RGB
CMYK
RGB Variations
Color information
#8FACFC (or 0x8FACFC) is known color: Perano. HEX triplet: 8F, AC and FC. RGB value is (143,172,252). Sum of RGB (Red+Green+Blue) = 143+172+252=567 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.22% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FACFC is #705303. Grayscale: #ACACAC. Windows color (decimal): -7361284 or 16559247. OLE color: 16559247.
HSL color Cylindrical-coordinate representation of color #8FACFC: hue angle of 224.04º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FACFC is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 172 | 252 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.01 |
| HSL | 224.04º | 0.95% | 0.77% | - |
| HSV(B) | 224.04º | 0.43% | 0.99% | - |
| XYZ | 43.65 | 42.37 | 97.97 | - |
| YUV | 172.45 | 172.89 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 252 | 0.43 | 0.32 | 0 | 0.01 | 224.04 | 0.95 | 0.77 |
| Hex | 8F | AC | FC | 2B | 20 | 0 | 1 | E0 | 5F | 4D |
| Octal | 217 | 254 | 374 | 53 | 40 | 0 | 1 | 340 | 137 | 115 |
| Binary | 10001111 | 10101100 | 11111100 | 101011 | 100000 | 0 | 1 | 11100000 | 1011111 | 1001101 |
Color Harmonies of #8FACFC
Complementary color
Monochromatic Colors of #8FACFC
Black with #8FACFC
Text Example
Text Example
White with #8FACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FACFC; }
p { color: rgb(143,172,252); }
H1.HeaderClassName
{
color: #8FACFC;
}
.AnyTagClassName
{
color: #8FACFC;
}
</style>
background-color css
<style>
a { background-color: #8FACFC; }
a { background-color: rgb(143,172,252); }
div.DivClassName
{
background-color: #8FACFC;
}
.BgClassName
{
background-color: #8FACFC;
}
</style>
border-color css
<style>
span { border-color: #8FACFC; }
span { border-color: rgb(143,172,252); }
td.TdClassName
{
border-color: #8FACFC;
}
.TagClassName
{
border-color: #8FACFC;
}
</style>