Shades of Jordy Blue #8EB6E0
Tints of Jordy Blue #8EB6E0
RGB
CMYK
RGB Variations
Color information
#8EB6E0 (or 0x8EB6E0) is known color: Jordy Blue. HEX triplet: 8E, B6 and E0. RGB value is (142,182,224). Sum of RGB (Red+Green+Blue) = 142+182+224=548 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.91% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #8EB6E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB6E0 is #71491F. Grayscale: #AEAEAE. Windows color (decimal): -7424288 or 14726798. OLE color: 14726798.
HSL color Cylindrical-coordinate representation of color #8EB6E0: hue angle of 210.73º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EB6E0 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 182 | 224 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.12 |
| HSL | 210.73º | 0.57% | 0.72% | - |
| HSV(B) | 210.73º | 0.37% | 0.88% | - |
| XYZ | 41.34 | 44.59 | 76.95 | - |
| YUV | 174.83 | 155.75 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 182 | 224 | 0.37 | 0.19 | 0 | 0.12 | 210.73 | 0.57 | 0.72 |
| Hex | 8E | B6 | E0 | 25 | 13 | 0 | C | D3 | 39 | 48 |
| Octal | 216 | 266 | 340 | 45 | 23 | 0 | 14 | 323 | 71 | 110 |
| Binary | 10001110 | 10110110 | 11100000 | 100101 | 10011 | 0 | 1100 | 11010011 | 111001 | 1001000 |
Color Harmonies of #8EB6E0
Complementary color
Monochromatic Colors of #8EB6E0
Black with #8EB6E0
Text Example
Text Example
White with #8EB6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB6E0; }
p { color: rgb(142,182,224); }
H1.HeaderClassName
{
color: #8EB6E0;
}
.AnyTagClassName
{
color: #8EB6E0;
}
</style>
background-color css
<style>
a { background-color: #8EB6E0; }
a { background-color: rgb(142,182,224); }
div.DivClassName
{
background-color: #8EB6E0;
}
.BgClassName
{
background-color: #8EB6E0;
}
</style>
border-color css
<style>
span { border-color: #8EB6E0; }
span { border-color: rgb(142,182,224); }
td.TdClassName
{
border-color: #8EB6E0;
}
.TagClassName
{
border-color: #8EB6E0;
}
</style>