Shades of Jordy Blue #8EADEA
Tints of Jordy Blue #8EADEA
RGB
CMYK
RGB Variations
Color information
#8EADEA (or 0x8EADEA) is known color: Jordy Blue. HEX triplet: 8E, AD and EA. RGB value is (142,173,234). Sum of RGB (Red+Green+Blue) = 142+173+234=549 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.87% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #8EADEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EADEA is #715215. Grayscale: #AAAAAA. Windows color (decimal): -7426582 or 15379854. OLE color: 15379854.
HSL color Cylindrical-coordinate representation of color #8EADEA: hue angle of 219.78º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EADEA is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 173 | 234 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.08 |
| HSL | 219.78º | 0.69% | 0.74% | - |
| HSV(B) | 219.78º | 0.39% | 0.92% | - |
| XYZ | 40.95 | 41.58 | 83.71 | - |
| YUV | 170.69 | 163.73 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 173 | 234 | 0.39 | 0.26 | 0 | 0.08 | 219.78 | 0.69 | 0.74 |
| Hex | 8E | AD | EA | 27 | 1A | 0 | 8 | DC | 45 | 4A |
| Octal | 216 | 255 | 352 | 47 | 32 | 0 | 10 | 334 | 105 | 112 |
| Binary | 10001110 | 10101101 | 11101010 | 100111 | 11010 | 0 | 1000 | 11011100 | 1000101 | 1001010 |
Color Harmonies of #8EADEA
Complementary color
Monochromatic Colors of #8EADEA
Black with #8EADEA
Text Example
Text Example
White with #8EADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EADEA; }
p { color: rgb(142,173,234); }
H1.HeaderClassName
{
color: #8EADEA;
}
.AnyTagClassName
{
color: #8EADEA;
}
</style>
background-color css
<style>
a { background-color: #8EADEA; }
a { background-color: rgb(142,173,234); }
div.DivClassName
{
background-color: #8EADEA;
}
.BgClassName
{
background-color: #8EADEA;
}
</style>
border-color css
<style>
span { border-color: #8EADEA; }
span { border-color: rgb(142,173,234); }
td.TdClassName
{
border-color: #8EADEA;
}
.TagClassName
{
border-color: #8EADEA;
}
</style>