Shades of Jordy Blue #8EADEB
Tints of Jordy Blue #8EADEB
RGB
CMYK
RGB Variations
Color information
#8EADEB (or 0x8EADEB) is known color: Jordy Blue. HEX triplet: 8E, AD and EB. RGB value is (142,173,235). Sum of RGB (Red+Green+Blue) = 142+173+235=550 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.82% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #8EADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EADEB is #715214. Grayscale: #AAAAAA. Windows color (decimal): -7426581 or 15445390. OLE color: 15445390.
HSL color Cylindrical-coordinate representation of color #8EADEB: hue angle of 220º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EADEB is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 173 | 235 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.08 |
| HSL | 220º | 0.7% | 0.74% | - |
| HSV(B) | 220º | 0.4% | 0.92% | - |
| XYZ | 41.09 | 41.64 | 84.47 | - |
| YUV | 170.8 | 164.23 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 173 | 235 | 0.40 | 0.26 | 0 | 0.08 | 220 | 0.7 | 0.74 |
| Hex | 8E | AD | EB | 28 | 1A | 0 | 8 | DC | 46 | 4A |
| Octal | 216 | 255 | 353 | 50 | 32 | 0 | 10 | 334 | 106 | 112 |
| Binary | 10001110 | 10101101 | 11101011 | 101000 | 11010 | 0 | 1000 | 11011100 | 1000110 | 1001010 |
Color Harmonies of #8EADEB
Complementary color
Monochromatic Colors of #8EADEB
Black with #8EADEB
Text Example
Text Example
White with #8EADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EADEB; }
p { color: rgb(142,173,235); }
H1.HeaderClassName
{
color: #8EADEB;
}
.AnyTagClassName
{
color: #8EADEB;
}
</style>
background-color css
<style>
a { background-color: #8EADEB; }
a { background-color: rgb(142,173,235); }
div.DivClassName
{
background-color: #8EADEB;
}
.BgClassName
{
background-color: #8EADEB;
}
</style>
border-color css
<style>
span { border-color: #8EADEB; }
span { border-color: rgb(142,173,235); }
td.TdClassName
{
border-color: #8EADEB;
}
.TagClassName
{
border-color: #8EADEB;
}
</style>