Shades of Jordy Blue #7EA8D4
Tints of Jordy Blue #7EA8D4
RGB
CMYK
RGB Variations
Color information
#7EA8D4 (or 0x7EA8D4) is known color: Jordy Blue. HEX triplet: 7E, A8 and D4. RGB value is (126,168,212). Sum of RGB (Red+Green+Blue) = 126+168+212=506 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.90% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 212 - color contains mainly: blue. Hex color #7EA8D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA8D4 is #81572B. Grayscale: #A0A0A0. Windows color (decimal): -8476460 or 13936766. OLE color: 13936766.
HSL color Cylindrical-coordinate representation of color #7EA8D4: hue angle of 210.7º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7EA8D4 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 168 | 212 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.17 |
| HSL | 210.7º | 0.5% | 0.66% | - |
| HSV(B) | 210.7º | 0.41% | 0.83% | - |
| XYZ | 34.49 | 37.19 | 67.65 | - |
| YUV | 160.46 | 157.09 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 168 | 212 | 0.41 | 0.21 | 0 | 0.17 | 210.7 | 0.5 | 0.66 |
| Hex | 7E | A8 | D4 | 29 | 15 | 0 | 11 | D3 | 32 | 42 |
| Octal | 176 | 250 | 324 | 51 | 25 | 0 | 21 | 323 | 62 | 102 |
| Binary | 1111110 | 10101000 | 11010100 | 101001 | 10101 | 0 | 10001 | 11010011 | 110010 | 1000010 |
Color Harmonies of #7EA8D4
Complementary color
Monochromatic Colors of #7EA8D4
Black with #7EA8D4
Text Example
Text Example
White with #7EA8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA8D4; }
p { color: rgb(126,168,212); }
H1.HeaderClassName
{
color: #7EA8D4;
}
.AnyTagClassName
{
color: #7EA8D4;
}
</style>
background-color css
<style>
a { background-color: #7EA8D4; }
a { background-color: rgb(126,168,212); }
div.DivClassName
{
background-color: #7EA8D4;
}
.BgClassName
{
background-color: #7EA8D4;
}
</style>
border-color css
<style>
span { border-color: #7EA8D4; }
span { border-color: rgb(126,168,212); }
td.TdClassName
{
border-color: #7EA8D4;
}
.TagClassName
{
border-color: #7EA8D4;
}
</style>