Shades of Jordy Blue #8EAAE3
Tints of Jordy Blue #8EAAE3
RGB
CMYK
RGB Variations
Color information
#8EAAE3 (or 0x8EAAE3) is known color: Jordy Blue. HEX triplet: 8E, AA and E3. RGB value is (142,170,227). Sum of RGB (Red+Green+Blue) = 142+170+227=539 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.35% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 227 (89.06% from 255 or 42.12% from 539); Max value from RGB is 227 - color contains mainly: blue. Hex color #8EAAE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAAE3 is #71551C. Grayscale: #A7A7A7. Windows color (decimal): -7427357 or 14920334. OLE color: 14920334.
HSL color Cylindrical-coordinate representation of color #8EAAE3: hue angle of 220.24º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EAAE3 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 170 | 227 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.11 |
| HSL | 220.24º | 0.6% | 0.72% | - |
| HSV(B) | 220.24º | 0.37% | 0.89% | - |
| XYZ | 39.4 | 40.05 | 78.33 | - |
| YUV | 168.13 | 161.22 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 227 | 0.37 | 0.25 | 0 | 0.11 | 220.24 | 0.6 | 0.72 |
| Hex | 8E | AA | E3 | 25 | 19 | 0 | B | DC | 3C | 48 |
| Octal | 216 | 252 | 343 | 45 | 31 | 0 | 13 | 334 | 74 | 110 |
| Binary | 10001110 | 10101010 | 11100011 | 100101 | 11001 | 0 | 1011 | 11011100 | 111100 | 1001000 |
Color Harmonies of #8EAAE3
Complementary color
Monochromatic Colors of #8EAAE3
Black with #8EAAE3
Text Example
Text Example
White with #8EAAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAAE3; }
p { color: rgb(142,170,227); }
H1.HeaderClassName
{
color: #8EAAE3;
}
.AnyTagClassName
{
color: #8EAAE3;
}
</style>
background-color css
<style>
a { background-color: #8EAAE3; }
a { background-color: rgb(142,170,227); }
div.DivClassName
{
background-color: #8EAAE3;
}
.BgClassName
{
background-color: #8EAAE3;
}
</style>
border-color css
<style>
span { border-color: #8EAAE3; }
span { border-color: rgb(142,170,227); }
td.TdClassName
{
border-color: #8EAAE3;
}
.TagClassName
{
border-color: #8EAAE3;
}
</style>