Shades of Perano #8FAEF9
Tints of Perano #8FAEF9
RGB
CMYK
RGB Variations
Color information
#8FAEF9 (or 0x8FAEF9) is known color: Perano. HEX triplet: 8F, AE and F9. RGB value is (143,174,249). Sum of RGB (Red+Green+Blue) = 143+174+249=566 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.27% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #8FAEF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAEF9 is #705106. Grayscale: #ACACAC. Windows color (decimal): -7360775 or 16363151. OLE color: 16363151.
HSL color Cylindrical-coordinate representation of color #8FAEF9: hue angle of 222.45º degrees, saturation: 0.9, 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 #8FAEF9 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 174 | 249 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.02 |
| HSL | 222.45º | 0.9% | 0.77% | - |
| HSV(B) | 222.45º | 0.43% | 0.98% | - |
| XYZ | 43.56 | 42.95 | 95.62 | - |
| YUV | 173.28 | 170.73 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 249 | 0.43 | 0.30 | 0 | 0.02 | 222.45 | 0.9 | 0.77 |
| Hex | 8F | AE | F9 | 2B | 1E | 0 | 2 | DE | 5A | 4D |
| Octal | 217 | 256 | 371 | 53 | 36 | 0 | 2 | 336 | 132 | 115 |
| Binary | 10001111 | 10101110 | 11111001 | 101011 | 11110 | 0 | 10 | 11011110 | 1011010 | 1001101 |
Color Harmonies of #8FAEF9
Complementary color
Monochromatic Colors of #8FAEF9
Black with #8FAEF9
Text Example
Text Example
White with #8FAEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAEF9; }
p { color: rgb(143,174,249); }
H1.HeaderClassName
{
color: #8FAEF9;
}
.AnyTagClassName
{
color: #8FAEF9;
}
</style>
background-color css
<style>
a { background-color: #8FAEF9; }
a { background-color: rgb(143,174,249); }
div.DivClassName
{
background-color: #8FAEF9;
}
.BgClassName
{
background-color: #8FAEF9;
}
</style>
border-color css
<style>
span { border-color: #8FAEF9; }
span { border-color: rgb(143,174,249); }
td.TdClassName
{
border-color: #8FAEF9;
}
.TagClassName
{
border-color: #8FAEF9;
}
</style>