Shades of Perano #8FAEFC
Tints of Perano #8FAEFC
RGB
CMYK
RGB Variations
Color information
#8FAEFC (or 0x8FAEFC) is known color: Perano. HEX triplet: 8F, AE and FC. RGB value is (143,174,252). Sum of RGB (Red+Green+Blue) = 143+174+252=569 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.13% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FAEFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAEFC is #705103. Grayscale: #ADADAD. Windows color (decimal): -7360772 or 16559759. OLE color: 16559759.
HSL color Cylindrical-coordinate representation of color #8FAEFC: hue angle of 222.94º 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 #8FAEFC is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 174 | 252 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.01 |
| HSL | 222.94º | 0.95% | 0.77% | - |
| HSV(B) | 222.94º | 0.43% | 0.99% | - |
| XYZ | 44.03 | 43.14 | 98.1 | - |
| YUV | 173.62 | 172.23 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 252 | 0.43 | 0.31 | 0 | 0.01 | 222.94 | 0.95 | 0.77 |
| Hex | 8F | AE | FC | 2B | 1F | 0 | 1 | DF | 5F | 4D |
| Octal | 217 | 256 | 374 | 53 | 37 | 0 | 1 | 337 | 137 | 115 |
| Binary | 10001111 | 10101110 | 11111100 | 101011 | 11111 | 0 | 1 | 11011111 | 1011111 | 1001101 |
Color Harmonies of #8FAEFC
Complementary color
Monochromatic Colors of #8FAEFC
Black with #8FAEFC
Text Example
Text Example
White with #8FAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAEFC; }
p { color: rgb(143,174,252); }
H1.HeaderClassName
{
color: #8FAEFC;
}
.AnyTagClassName
{
color: #8FAEFC;
}
</style>
background-color css
<style>
a { background-color: #8FAEFC; }
a { background-color: rgb(143,174,252); }
div.DivClassName
{
background-color: #8FAEFC;
}
.BgClassName
{
background-color: #8FAEFC;
}
</style>
border-color css
<style>
span { border-color: #8FAEFC; }
span { border-color: rgb(143,174,252); }
td.TdClassName
{
border-color: #8FAEFC;
}
.TagClassName
{
border-color: #8FAEFC;
}
</style>