Shades of Jordy Blue #8EAAED
Tints of Jordy Blue #8EAAED
RGB
CMYK
RGB Variations
Color information
#8EAAED (or 0x8EAAED) is known color: Jordy Blue. HEX triplet: 8E, AA and ED. RGB value is (142,170,237). Sum of RGB (Red+Green+Blue) = 142+170+237=549 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.87% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #8EAAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EAAED is #715512. Grayscale: #A8A8A8. Windows color (decimal): -7427347 or 15575694. OLE color: 15575694.
HSL color Cylindrical-coordinate representation of color #8EAAED: hue angle of 222.32º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EAAED is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 170 | 237 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.07 |
| HSL | 222.32º | 0.73% | 0.74% | - |
| HSV(B) | 222.32º | 0.4% | 0.93% | - |
| XYZ | 40.82 | 40.61 | 85.81 | - |
| YUV | 169.27 | 166.22 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 237 | 0.40 | 0.28 | 0 | 0.07 | 222.32 | 0.73 | 0.74 |
| Hex | 8E | AA | ED | 28 | 1C | 0 | 7 | DE | 49 | 4A |
| Octal | 216 | 252 | 355 | 50 | 34 | 0 | 7 | 336 | 111 | 112 |
| Binary | 10001110 | 10101010 | 11101101 | 101000 | 11100 | 0 | 111 | 11011110 | 1001001 | 1001010 |
Color Harmonies of #8EAAED
Complementary color
Monochromatic Colors of #8EAAED
Black with #8EAAED
Text Example
Text Example
White with #8EAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAAED; }
p { color: rgb(142,170,237); }
H1.HeaderClassName
{
color: #8EAAED;
}
.AnyTagClassName
{
color: #8EAAED;
}
</style>
background-color css
<style>
a { background-color: #8EAAED; }
a { background-color: rgb(142,170,237); }
div.DivClassName
{
background-color: #8EAAED;
}
.BgClassName
{
background-color: #8EAAED;
}
</style>
border-color css
<style>
span { border-color: #8EAAED; }
span { border-color: rgb(142,170,237); }
td.TdClassName
{
border-color: #8EAAED;
}
.TagClassName
{
border-color: #8EAAED;
}
</style>