Shades of Jordy Blue #7EAFE8
Tints of Jordy Blue #7EAFE8
RGB
CMYK
RGB Variations
Color information
#7EAFE8 (or 0x7EAFE8) is known color: Jordy Blue. HEX triplet: 7E, AF and E8. RGB value is (126,175,232). Sum of RGB (Red+Green+Blue) = 126+175+232=533 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.64% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #7EAFE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EAFE8 is #815017. Grayscale: #A6A6A6. Windows color (decimal): -8474648 or 15249278. OLE color: 15249278.
HSL color Cylindrical-coordinate representation of color #7EAFE8: hue angle of 212.26º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EAFE8 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 126 | 175 | 232 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.09 |
| HSL | 212.26º | 0.7% | 0.7% | - |
| HSV(B) | 212.26º | 0.46% | 0.91% | - |
| XYZ | 38.5 | 40.92 | 82.21 | - |
| YUV | 166.85 | 164.77 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 175 | 232 | 0.46 | 0.25 | 0 | 0.09 | 212.26 | 0.7 | 0.7 |
| Hex | 7E | AF | E8 | 2E | 19 | 0 | 9 | D4 | 46 | 46 |
| Octal | 176 | 257 | 350 | 56 | 31 | 0 | 11 | 324 | 106 | 106 |
| Binary | 1111110 | 10101111 | 11101000 | 101110 | 11001 | 0 | 1001 | 11010100 | 1000110 | 1000110 |
Color Harmonies of #7EAFE8
Complementary color
Monochromatic Colors of #7EAFE8
Black with #7EAFE8
Text Example
Text Example
White with #7EAFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAFE8; }
p { color: rgb(126,175,232); }
H1.HeaderClassName
{
color: #7EAFE8;
}
.AnyTagClassName
{
color: #7EAFE8;
}
</style>
background-color css
<style>
a { background-color: #7EAFE8; }
a { background-color: rgb(126,175,232); }
div.DivClassName
{
background-color: #7EAFE8;
}
.BgClassName
{
background-color: #7EAFE8;
}
</style>
border-color css
<style>
span { border-color: #7EAFE8; }
span { border-color: rgb(126,175,232); }
td.TdClassName
{
border-color: #7EAFE8;
}
.TagClassName
{
border-color: #7EAFE8;
}
</style>