Shades of Perano #8FACFD
Tints of Perano #8FACFD
RGB
CMYK
RGB Variations
Color information
#8FACFD (or 0x8FACFD) is known color: Perano. HEX triplet: 8F, AC and FD. RGB value is (143,172,253). Sum of RGB (Red+Green+Blue) = 143+172+253=568 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.18% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FACFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FACFD is #705302. Grayscale: #ACACAC. Windows color (decimal): -7361283 or 16624783. OLE color: 16624783.
HSL color Cylindrical-coordinate representation of color #8FACFD: hue angle of 224.18º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FACFD is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 172 | 253 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.01 |
| HSL | 224.18º | 0.96% | 0.78% | - |
| HSV(B) | 224.18º | 0.43% | 0.99% | - |
| XYZ | 43.81 | 42.44 | 98.81 | - |
| YUV | 172.56 | 173.39 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 253 | 0.43 | 0.32 | 0 | 0.01 | 224.18 | 0.96 | 0.78 |
| Hex | 8F | AC | FD | 2B | 20 | 0 | 1 | E0 | 60 | 4E |
| Octal | 217 | 254 | 375 | 53 | 40 | 0 | 1 | 340 | 140 | 116 |
| Binary | 10001111 | 10101100 | 11111101 | 101011 | 100000 | 0 | 1 | 11100000 | 1100000 | 1001110 |
Color Harmonies of #8FACFD
Complementary color
Monochromatic Colors of #8FACFD
Black with #8FACFD
Text Example
Text Example
White with #8FACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FACFD; }
p { color: rgb(143,172,253); }
H1.HeaderClassName
{
color: #8FACFD;
}
.AnyTagClassName
{
color: #8FACFD;
}
</style>
background-color css
<style>
a { background-color: #8FACFD; }
a { background-color: rgb(143,172,253); }
div.DivClassName
{
background-color: #8FACFD;
}
.BgClassName
{
background-color: #8FACFD;
}
</style>
border-color css
<style>
span { border-color: #8FACFD; }
span { border-color: rgb(143,172,253); }
td.TdClassName
{
border-color: #8FACFD;
}
.TagClassName
{
border-color: #8FACFD;
}
</style>