Shades of Perano #8FAAFE
Tints of Perano #8FAAFE
RGB
CMYK
RGB Variations
Color information
#8FAAFE (or 0x8FAAFE) is known color: Perano. HEX triplet: 8F, AA and FE. RGB value is (143,170,254). Sum of RGB (Red+Green+Blue) = 143+170+254=567 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.22% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FAAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAAFE is #705501. Grayscale: #ABABAB. Windows color (decimal): -7361794 or 16689807. OLE color: 16689807.
HSL color Cylindrical-coordinate representation of color #8FAAFE: hue angle of 225.41º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FAAFE is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 170 | 254 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.00 |
| HSL | 225.41º | 0.98% | 0.78% | - |
| HSV(B) | 225.41º | 0.44% | 1% | - |
| XYZ | 43.59 | 41.74 | 99.53 | - |
| YUV | 171.5 | 174.55 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 254 | 0.44 | 0.33 | 0 | 0.00 | 225.41 | 0.98 | 0.78 |
| Hex | 8F | AA | FE | 2C | 21 | 0 | 0 | E1 | 62 | 4E |
| Octal | 217 | 252 | 376 | 54 | 41 | 0 | 0 | 341 | 142 | 116 |
| Binary | 10001111 | 10101010 | 11111110 | 101100 | 100001 | 0 | 0 | 11100001 | 1100010 | 1001110 |
Color Harmonies of #8FAAFE
Complementary color
Monochromatic Colors of #8FAAFE
Black with #8FAAFE
Text Example
Text Example
White with #8FAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAAFE; }
p { color: rgb(143,170,254); }
H1.HeaderClassName
{
color: #8FAAFE;
}
.AnyTagClassName
{
color: #8FAAFE;
}
</style>
background-color css
<style>
a { background-color: #8FAAFE; }
a { background-color: rgb(143,170,254); }
div.DivClassName
{
background-color: #8FAAFE;
}
.BgClassName
{
background-color: #8FAAFE;
}
</style>
border-color css
<style>
span { border-color: #8FAAFE; }
span { border-color: rgb(143,170,254); }
td.TdClassName
{
border-color: #8FAAFE;
}
.TagClassName
{
border-color: #8FAAFE;
}
</style>