Shades of Jordy Blue #8EABFA
Tints of Jordy Blue #8EABFA
RGB
CMYK
RGB Variations
Color information
#8EABFA (or 0x8EABFA) is known color: Jordy Blue. HEX triplet: 8E, AB and FA. RGB value is (142,171,250). Sum of RGB (Red+Green+Blue) = 142+171+250=563 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.22% from 563); Green value is 171 (67.19% from 255 or 30.37% 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 #8EABFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EABFA is #715405. Grayscale: #AAAAAA. Windows color (decimal): -7427078 or 16427918. OLE color: 16427918.
HSL color Cylindrical-coordinate representation of color #8EABFA: hue angle of 223.89º degrees, saturation: 0.92, 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 #8EABFA is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 171 | 250 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.02 |
| HSL | 223.89º | 0.92% | 0.77% | - |
| HSV(B) | 223.89º | 0.43% | 0.98% | - |
| XYZ | 42.97 | 41.78 | 96.24 | - |
| YUV | 171.34 | 172.39 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 171 | 250 | 0.43 | 0.32 | 0 | 0.02 | 223.89 | 0.92 | 0.77 |
| Hex | 8E | AB | FA | 2B | 20 | 0 | 2 | E0 | 5C | 4D |
| Octal | 216 | 253 | 372 | 53 | 40 | 0 | 2 | 340 | 134 | 115 |
| Binary | 10001110 | 10101011 | 11111010 | 101011 | 100000 | 0 | 10 | 11100000 | 1011100 | 1001101 |
Color Harmonies of #8EABFA
Complementary color
Monochromatic Colors of #8EABFA
Black with #8EABFA
Text Example
Text Example
White with #8EABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EABFA; }
p { color: rgb(142,171,250); }
H1.HeaderClassName
{
color: #8EABFA;
}
.AnyTagClassName
{
color: #8EABFA;
}
</style>
background-color css
<style>
a { background-color: #8EABFA; }
a { background-color: rgb(142,171,250); }
div.DivClassName
{
background-color: #8EABFA;
}
.BgClassName
{
background-color: #8EABFA;
}
</style>
border-color css
<style>
span { border-color: #8EABFA; }
span { border-color: rgb(142,171,250); }
td.TdClassName
{
border-color: #8EABFA;
}
.TagClassName
{
border-color: #8EABFA;
}
</style>