Shades of Perano #8FAEFD
Tints of Perano #8FAEFD
RGB
CMYK
RGB Variations
Color information
#8FAEFD (or 0x8FAEFD) is known color: Perano. HEX triplet: 8F, AE and FD. RGB value is (143,174,253). Sum of RGB (Red+Green+Blue) = 143+174+253=570 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.09% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FAEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAEFD is #705102. Grayscale: #ADADAD. Windows color (decimal): -7360771 or 16625295. OLE color: 16625295.
HSL color Cylindrical-coordinate representation of color #8FAEFD: hue angle of 223.09º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FAEFD is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 174 | 253 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.01 |
| HSL | 223.09º | 0.96% | 0.78% | - |
| HSV(B) | 223.09º | 0.43% | 0.99% | - |
| XYZ | 44.19 | 43.2 | 98.94 | - |
| YUV | 173.74 | 172.73 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 253 | 0.43 | 0.31 | 0 | 0.01 | 223.09 | 0.96 | 0.78 |
| Hex | 8F | AE | FD | 2B | 1F | 0 | 1 | DF | 60 | 4E |
| Octal | 217 | 256 | 375 | 53 | 37 | 0 | 1 | 337 | 140 | 116 |
| Binary | 10001111 | 10101110 | 11111101 | 101011 | 11111 | 0 | 1 | 11011111 | 1100000 | 1001110 |
Color Harmonies of #8FAEFD
Complementary color
Monochromatic Colors of #8FAEFD
Black with #8FAEFD
Text Example
Text Example
White with #8FAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAEFD; }
p { color: rgb(143,174,253); }
H1.HeaderClassName
{
color: #8FAEFD;
}
.AnyTagClassName
{
color: #8FAEFD;
}
</style>
background-color css
<style>
a { background-color: #8FAEFD; }
a { background-color: rgb(143,174,253); }
div.DivClassName
{
background-color: #8FAEFD;
}
.BgClassName
{
background-color: #8FAEFD;
}
</style>
border-color css
<style>
span { border-color: #8FAEFD; }
span { border-color: rgb(143,174,253); }
td.TdClassName
{
border-color: #8FAEFD;
}
.TagClassName
{
border-color: #8FAEFD;
}
</style>