Shades of Perano #8FAAFA
Tints of Perano #8FAAFA
RGB
CMYK
RGB Variations
Color information
#8FAAFA (or 0x8FAAFA) is known color: Perano. HEX triplet: 8F, AA and FA. RGB value is (143,170,250). Sum of RGB (Red+Green+Blue) = 143+170+250=563 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.40% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FAAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAAFA is #705505. Grayscale: #AAAAAA. Windows color (decimal): -7361798 or 16427663. OLE color: 16427663.
HSL color Cylindrical-coordinate representation of color #8FAAFA: hue angle of 224.86º degrees, saturation: 0.91, 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 #8FAAFA is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 170 | 250 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.02 |
| HSL | 224.86º | 0.91% | 0.77% | - |
| HSV(B) | 224.86º | 0.43% | 0.98% | - |
| XYZ | 42.96 | 41.49 | 96.19 | - |
| YUV | 171.05 | 172.55 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 250 | 0.43 | 0.32 | 0 | 0.02 | 224.86 | 0.91 | 0.77 |
| Hex | 8F | AA | FA | 2B | 20 | 0 | 2 | E1 | 5B | 4D |
| Octal | 217 | 252 | 372 | 53 | 40 | 0 | 2 | 341 | 133 | 115 |
| Binary | 10001111 | 10101010 | 11111010 | 101011 | 100000 | 0 | 10 | 11100001 | 1011011 | 1001101 |
Color Harmonies of #8FAAFA
Complementary color
Monochromatic Colors of #8FAAFA
Black with #8FAAFA
Text Example
Text Example
White with #8FAAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAAFA; }
p { color: rgb(143,170,250); }
H1.HeaderClassName
{
color: #8FAAFA;
}
.AnyTagClassName
{
color: #8FAAFA;
}
</style>
background-color css
<style>
a { background-color: #8FAAFA; }
a { background-color: rgb(143,170,250); }
div.DivClassName
{
background-color: #8FAAFA;
}
.BgClassName
{
background-color: #8FAAFA;
}
</style>
border-color css
<style>
span { border-color: #8FAAFA; }
span { border-color: rgb(143,170,250); }
td.TdClassName
{
border-color: #8FAAFA;
}
.TagClassName
{
border-color: #8FAAFA;
}
</style>