Shades of Jordy Blue #7EADD8
Tints of Jordy Blue #7EADD8
RGB
CMYK
RGB Variations
Color information
#7EADD8 (or 0x7EADD8) is known color: Jordy Blue. HEX triplet: 7E, AD and D8. RGB value is (126,173,216). Sum of RGB (Red+Green+Blue) = 126+173+216=515 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.47% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 216 - color contains mainly: blue. Hex color #7EADD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EADD8 is #815227. Grayscale: #A3A3A3. Windows color (decimal): -8475176 or 14200190. OLE color: 14200190.
HSL color Cylindrical-coordinate representation of color #7EADD8: hue angle of 208.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EADD8 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 173 | 216 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.15 |
| HSL | 208.67º | 0.54% | 0.67% | - |
| HSV(B) | 208.67º | 0.42% | 0.85% | - |
| XYZ | 35.94 | 39.28 | 70.65 | - |
| YUV | 163.85 | 157.43 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 173 | 216 | 0.42 | 0.20 | 0 | 0.15 | 208.67 | 0.54 | 0.67 |
| Hex | 7E | AD | D8 | 2A | 14 | 0 | F | D1 | 36 | 43 |
| Octal | 176 | 255 | 330 | 52 | 24 | 0 | 17 | 321 | 66 | 103 |
| Binary | 1111110 | 10101101 | 11011000 | 101010 | 10100 | 0 | 1111 | 11010001 | 110110 | 1000011 |
Color Harmonies of #7EADD8
Complementary color
Monochromatic Colors of #7EADD8
Black with #7EADD8
Text Example
Text Example
White with #7EADD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EADD8; }
p { color: rgb(126,173,216); }
H1.HeaderClassName
{
color: #7EADD8;
}
.AnyTagClassName
{
color: #7EADD8;
}
</style>
background-color css
<style>
a { background-color: #7EADD8; }
a { background-color: rgb(126,173,216); }
div.DivClassName
{
background-color: #7EADD8;
}
.BgClassName
{
background-color: #7EADD8;
}
</style>
border-color css
<style>
span { border-color: #7EADD8; }
span { border-color: rgb(126,173,216); }
td.TdClassName
{
border-color: #7EADD8;
}
.TagClassName
{
border-color: #7EADD8;
}
</style>