Shades of Jordy Blue #8EAFE1
Tints of Jordy Blue #8EAFE1
RGB
CMYK
RGB Variations
Color information
#8EAFE1 (or 0x8EAFE1) is known color: Jordy Blue. HEX triplet: 8E, AF and E1. RGB value is (142,175,225). Sum of RGB (Red+Green+Blue) = 142+175+225=542 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.20% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #8EAFE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAFE1 is #71501E. Grayscale: #AAAAAA. Windows color (decimal): -7426079 or 14790542. OLE color: 14790542.
HSL color Cylindrical-coordinate representation of color #8EAFE1: hue angle of 216.14º degrees, saturation: 0.58, 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 #8EAFE1 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 175 | 225 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.12 |
| HSL | 216.14º | 0.58% | 0.72% | - |
| HSV(B) | 216.14º | 0.37% | 0.88% | - |
| XYZ | 40.08 | 41.85 | 77.2 | - |
| YUV | 170.83 | 158.57 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 175 | 225 | 0.37 | 0.22 | 0 | 0.12 | 216.14 | 0.58 | 0.72 |
| Hex | 8E | AF | E1 | 25 | 16 | 0 | C | D8 | 3A | 48 |
| Octal | 216 | 257 | 341 | 45 | 26 | 0 | 14 | 330 | 72 | 110 |
| Binary | 10001110 | 10101111 | 11100001 | 100101 | 10110 | 0 | 1100 | 11011000 | 111010 | 1001000 |
Color Harmonies of #8EAFE1
Complementary color
Monochromatic Colors of #8EAFE1
Black with #8EAFE1
Text Example
Text Example
White with #8EAFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAFE1; }
p { color: rgb(142,175,225); }
H1.HeaderClassName
{
color: #8EAFE1;
}
.AnyTagClassName
{
color: #8EAFE1;
}
</style>
background-color css
<style>
a { background-color: #8EAFE1; }
a { background-color: rgb(142,175,225); }
div.DivClassName
{
background-color: #8EAFE1;
}
.BgClassName
{
background-color: #8EAFE1;
}
</style>
border-color css
<style>
span { border-color: #8EAFE1; }
span { border-color: rgb(142,175,225); }
td.TdClassName
{
border-color: #8EAFE1;
}
.TagClassName
{
border-color: #8EAFE1;
}
</style>