Shades of Jordy Blue #8EAAF5
Tints of Jordy Blue #8EAAF5
RGB
CMYK
RGB Variations
Color information
#8EAAF5 (or 0x8EAAF5) is known color: Jordy Blue. HEX triplet: 8E, AA and F5. RGB value is (142,170,245). Sum of RGB (Red+Green+Blue) = 142+170+245=557 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.49% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 245 (96.09% from 255 or 43.99% from 557); Max value from RGB is 245 - color contains mainly: blue. Hex color #8EAAF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EAAF5 is #71550A. Grayscale: #A9A9A9. Windows color (decimal): -7427339 or 16099982. OLE color: 16099982.
HSL color Cylindrical-coordinate representation of color #8EAAF5: hue angle of 223.69º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EAAF5 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 142 | 170 | 245 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.04 |
| HSL | 223.69º | 0.84% | 0.76% | - |
| HSV(B) | 223.69º | 0.42% | 0.96% | - |
| XYZ | 42.01 | 41.09 | 92.1 | - |
| YUV | 170.18 | 170.22 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 245 | 0.42 | 0.31 | 0 | 0.04 | 223.69 | 0.84 | 0.76 |
| Hex | 8E | AA | F5 | 2A | 1F | 0 | 4 | E0 | 54 | 4C |
| Octal | 216 | 252 | 365 | 52 | 37 | 0 | 4 | 340 | 124 | 114 |
| Binary | 10001110 | 10101010 | 11110101 | 101010 | 11111 | 0 | 100 | 11100000 | 1010100 | 1001100 |
Color Harmonies of #8EAAF5
Complementary color
Monochromatic Colors of #8EAAF5
Black with #8EAAF5
Text Example
Text Example
White with #8EAAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAAF5; }
p { color: rgb(142,170,245); }
H1.HeaderClassName
{
color: #8EAAF5;
}
.AnyTagClassName
{
color: #8EAAF5;
}
</style>
background-color css
<style>
a { background-color: #8EAAF5; }
a { background-color: rgb(142,170,245); }
div.DivClassName
{
background-color: #8EAAF5;
}
.BgClassName
{
background-color: #8EAAF5;
}
</style>
border-color css
<style>
span { border-color: #8EAAF5; }
span { border-color: rgb(142,170,245); }
td.TdClassName
{
border-color: #8EAAF5;
}
.TagClassName
{
border-color: #8EAAF5;
}
</style>