Shades of Jordy Blue #8EACE8
Tints of Jordy Blue #8EACE8
RGB
CMYK
RGB Variations
Color information
#8EACE8 (or 0x8EACE8) is known color: Jordy Blue. HEX triplet: 8E, AC and E8. RGB value is (142,172,232). Sum of RGB (Red+Green+Blue) = 142+172+232=546 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.01% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 232 (91.02% from 255 or 42.49% from 546); Max value from RGB is 232 - color contains mainly: blue. Hex color #8EACE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EACE8 is #715317. Grayscale: #A9A9A9. Windows color (decimal): -7426840 or 15248526. OLE color: 15248526.
HSL color Cylindrical-coordinate representation of color #8EACE8: hue angle of 220º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EACE8 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 172 | 232 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.09 |
| HSL | 220º | 0.66% | 0.73% | - |
| HSV(B) | 220º | 0.39% | 0.91% | - |
| XYZ | 40.47 | 41.08 | 82.14 | - |
| YUV | 169.87 | 163.06 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 172 | 232 | 0.39 | 0.26 | 0 | 0.09 | 220 | 0.66 | 0.73 |
| Hex | 8E | AC | E8 | 27 | 1A | 0 | 9 | DC | 42 | 49 |
| Octal | 216 | 254 | 350 | 47 | 32 | 0 | 11 | 334 | 102 | 111 |
| Binary | 10001110 | 10101100 | 11101000 | 100111 | 11010 | 0 | 1001 | 11011100 | 1000010 | 1001001 |
Color Harmonies of #8EACE8
Complementary color
Monochromatic Colors of #8EACE8
Black with #8EACE8
Text Example
Text Example
White with #8EACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EACE8; }
p { color: rgb(142,172,232); }
H1.HeaderClassName
{
color: #8EACE8;
}
.AnyTagClassName
{
color: #8EACE8;
}
</style>
background-color css
<style>
a { background-color: #8EACE8; }
a { background-color: rgb(142,172,232); }
div.DivClassName
{
background-color: #8EACE8;
}
.BgClassName
{
background-color: #8EACE8;
}
</style>
border-color css
<style>
span { border-color: #8EACE8; }
span { border-color: rgb(142,172,232); }
td.TdClassName
{
border-color: #8EACE8;
}
.TagClassName
{
border-color: #8EACE8;
}
</style>