Shades of Jordy Blue #8EADE5
Tints of Jordy Blue #8EADE5
RGB
CMYK
RGB Variations
Color information
#8EADE5 (or 0x8EADE5) is known color: Jordy Blue. HEX triplet: 8E, AD and E5. RGB value is (142,173,229). Sum of RGB (Red+Green+Blue) = 142+173+229=544 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.10% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #8EADE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADE5 is #71521A. Grayscale: #A9A9A9. Windows color (decimal): -7426587 or 15052174. OLE color: 15052174.
HSL color Cylindrical-coordinate representation of color #8EADE5: hue angle of 218.62º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EADE5 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 142 | 173 | 229 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.10 |
| HSL | 218.62º | 0.63% | 0.73% | - |
| HSV(B) | 218.62º | 0.38% | 0.9% | - |
| XYZ | 40.24 | 41.3 | 79.98 | - |
| YUV | 170.12 | 161.23 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 173 | 229 | 0.38 | 0.24 | 0 | 0.10 | 218.62 | 0.63 | 0.73 |
| Hex | 8E | AD | E5 | 26 | 18 | 0 | A | DB | 3F | 49 |
| Octal | 216 | 255 | 345 | 46 | 30 | 0 | 12 | 333 | 77 | 111 |
| Binary | 10001110 | 10101101 | 11100101 | 100110 | 11000 | 0 | 1010 | 11011011 | 111111 | 1001001 |
Color Harmonies of #8EADE5
Complementary color
Monochromatic Colors of #8EADE5
Black with #8EADE5
Text Example
Text Example
White with #8EADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EADE5; }
p { color: rgb(142,173,229); }
H1.HeaderClassName
{
color: #8EADE5;
}
.AnyTagClassName
{
color: #8EADE5;
}
</style>
background-color css
<style>
a { background-color: #8EADE5; }
a { background-color: rgb(142,173,229); }
div.DivClassName
{
background-color: #8EADE5;
}
.BgClassName
{
background-color: #8EADE5;
}
</style>
border-color css
<style>
span { border-color: #8EADE5; }
span { border-color: rgb(142,173,229); }
td.TdClassName
{
border-color: #8EADE5;
}
.TagClassName
{
border-color: #8EADE5;
}
</style>