Shades of Jordy Blue #8EABEC
Tints of Jordy Blue #8EABEC
RGB
CMYK
RGB Variations
Color information
#8EABEC (or 0x8EABEC) is known color: Jordy Blue. HEX triplet: 8E, AB and EC. RGB value is (142,171,236). Sum of RGB (Red+Green+Blue) = 142+171+236=549 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.87% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #8EABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EABEC is #715413. Grayscale: #A9A9A9. Windows color (decimal): -7427092 or 15510414. OLE color: 15510414.
HSL color Cylindrical-coordinate representation of color #8EABEC: hue angle of 221.49º degrees, saturation: 0.71, 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 #8EABEC is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 171 | 236 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.07 |
| HSL | 221.49º | 0.71% | 0.74% | - |
| HSV(B) | 221.49º | 0.4% | 0.93% | - |
| XYZ | 40.86 | 40.93 | 85.1 | - |
| YUV | 169.74 | 165.39 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 171 | 236 | 0.40 | 0.28 | 0 | 0.07 | 221.49 | 0.71 | 0.74 |
| Hex | 8E | AB | EC | 28 | 1C | 0 | 7 | DD | 47 | 4A |
| Octal | 216 | 253 | 354 | 50 | 34 | 0 | 7 | 335 | 107 | 112 |
| Binary | 10001110 | 10101011 | 11101100 | 101000 | 11100 | 0 | 111 | 11011101 | 1000111 | 1001010 |
Color Harmonies of #8EABEC
Complementary color
Monochromatic Colors of #8EABEC
Black with #8EABEC
Text Example
Text Example
White with #8EABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EABEC; }
p { color: rgb(142,171,236); }
H1.HeaderClassName
{
color: #8EABEC;
}
.AnyTagClassName
{
color: #8EABEC;
}
</style>
background-color css
<style>
a { background-color: #8EABEC; }
a { background-color: rgb(142,171,236); }
div.DivClassName
{
background-color: #8EABEC;
}
.BgClassName
{
background-color: #8EABEC;
}
</style>
border-color css
<style>
span { border-color: #8EABEC; }
span { border-color: rgb(142,171,236); }
td.TdClassName
{
border-color: #8EABEC;
}
.TagClassName
{
border-color: #8EABEC;
}
</style>