Shades of Perano #8EAAFD
Tints of Perano #8EAAFD
RGB
CMYK
RGB Variations
Color information
#8EAAFD (or 0x8EAAFD) is known color: Perano. HEX triplet: 8E, AA and FD. RGB value is (142,170,253). Sum of RGB (Red+Green+Blue) = 142+170+253=565 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.13% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #8EAAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EAAFD is #715502. Grayscale: #AAAAAA. Windows color (decimal): -7427331 or 16624270. OLE color: 16624270.
HSL color Cylindrical-coordinate representation of color #8EAAFD: hue angle of 224.86º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EAAFD is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 170 | 253 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.01 |
| HSL | 224.86º | 0.97% | 0.77% | - |
| HSV(B) | 224.86º | 0.44% | 0.99% | - |
| XYZ | 43.26 | 41.59 | 98.68 | - |
| YUV | 171.09 | 174.22 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 253 | 0.44 | 0.33 | 0 | 0.01 | 224.86 | 0.97 | 0.77 |
| Hex | 8E | AA | FD | 2C | 21 | 0 | 1 | E1 | 61 | 4D |
| Octal | 216 | 252 | 375 | 54 | 41 | 0 | 1 | 341 | 141 | 115 |
| Binary | 10001110 | 10101010 | 11111101 | 101100 | 100001 | 0 | 1 | 11100001 | 1100001 | 1001101 |
Color Harmonies of #8EAAFD
Complementary color
Monochromatic Colors of #8EAAFD
Black with #8EAAFD
Text Example
Text Example
White with #8EAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAAFD; }
p { color: rgb(142,170,253); }
H1.HeaderClassName
{
color: #8EAAFD;
}
.AnyTagClassName
{
color: #8EAAFD;
}
</style>
background-color css
<style>
a { background-color: #8EAAFD; }
a { background-color: rgb(142,170,253); }
div.DivClassName
{
background-color: #8EAAFD;
}
.BgClassName
{
background-color: #8EAAFD;
}
</style>
border-color css
<style>
span { border-color: #8EAAFD; }
span { border-color: rgb(142,170,253); }
td.TdClassName
{
border-color: #8EAAFD;
}
.TagClassName
{
border-color: #8EAAFD;
}
</style>