Shades of Perano #8FAFFE
Tints of Perano #8FAFFE
RGB
CMYK
RGB Variations
Color information
#8FAFFE (or 0x8FAFFE) is known color: Perano. HEX triplet: 8F, AF and FE. RGB value is (143,175,254). Sum of RGB (Red+Green+Blue) = 143+175+254=572 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FAFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAFFE is #705001. Grayscale: #AEAEAE. Windows color (decimal): -7360514 or 16691087. OLE color: 16691087.
HSL color Cylindrical-coordinate representation of color #8FAFFE: hue angle of 222.7º 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 #8FAFFE is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 175 | 254 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.00 |
| HSL | 222.7º | 0.98% | 0.78% | - |
| HSV(B) | 222.7º | 0.44% | 1% | - |
| XYZ | 44.55 | 43.66 | 99.84 | - |
| YUV | 174.44 | 172.9 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 254 | 0.44 | 0.31 | 0 | 0.00 | 222.7 | 0.98 | 0.78 |
| Hex | 8F | AF | FE | 2C | 1F | 0 | 0 | DF | 62 | 4E |
| Octal | 217 | 257 | 376 | 54 | 37 | 0 | 0 | 337 | 142 | 116 |
| Binary | 10001111 | 10101111 | 11111110 | 101100 | 11111 | 0 | 0 | 11011111 | 1100010 | 1001110 |
Color Harmonies of #8FAFFE
Complementary color
Monochromatic Colors of #8FAFFE
Black with #8FAFFE
Text Example
Text Example
White with #8FAFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAFFE; }
p { color: rgb(143,175,254); }
H1.HeaderClassName
{
color: #8FAFFE;
}
.AnyTagClassName
{
color: #8FAFFE;
}
</style>
background-color css
<style>
a { background-color: #8FAFFE; }
a { background-color: rgb(143,175,254); }
div.DivClassName
{
background-color: #8FAFFE;
}
.BgClassName
{
background-color: #8FAFFE;
}
</style>
border-color css
<style>
span { border-color: #8FAFFE; }
span { border-color: rgb(143,175,254); }
td.TdClassName
{
border-color: #8FAFFE;
}
.TagClassName
{
border-color: #8FAFFE;
}
</style>