Shades of Jordy Blue #7EA6EB
Tints of Jordy Blue #7EA6EB
RGB
CMYK
RGB Variations
Color information
#7EA6EB (or 0x7EA6EB) is known color: Jordy Blue. HEX triplet: 7E, A6 and EB. RGB value is (126,166,235). Sum of RGB (Red+Green+Blue) = 126+166+235=527 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.91% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #7EA6EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EA6EB is #815914. Grayscale: #A1A1A1. Windows color (decimal): -8476949 or 15443582. OLE color: 15443582.
HSL color Cylindrical-coordinate representation of color #7EA6EB: hue angle of 217.98º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EA6EB is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 166 | 235 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.08 |
| HSL | 217.98º | 0.73% | 0.71% | - |
| HSV(B) | 217.98º | 0.46% | 0.92% | - |
| XYZ | 37.24 | 37.71 | 83.91 | - |
| YUV | 161.91 | 169.25 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 166 | 235 | 0.46 | 0.29 | 0 | 0.08 | 217.98 | 0.73 | 0.71 |
| Hex | 7E | A6 | EB | 2E | 1D | 0 | 8 | DA | 49 | 47 |
| Octal | 176 | 246 | 353 | 56 | 35 | 0 | 10 | 332 | 111 | 107 |
| Binary | 1111110 | 10100110 | 11101011 | 101110 | 11101 | 0 | 1000 | 11011010 | 1001001 | 1000111 |
Color Harmonies of #7EA6EB
Complementary color
Monochromatic Colors of #7EA6EB
Black with #7EA6EB
Text Example
Text Example
White with #7EA6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA6EB; }
p { color: rgb(126,166,235); }
H1.HeaderClassName
{
color: #7EA6EB;
}
.AnyTagClassName
{
color: #7EA6EB;
}
</style>
background-color css
<style>
a { background-color: #7EA6EB; }
a { background-color: rgb(126,166,235); }
div.DivClassName
{
background-color: #7EA6EB;
}
.BgClassName
{
background-color: #7EA6EB;
}
</style>
border-color css
<style>
span { border-color: #7EA6EB; }
span { border-color: rgb(126,166,235); }
td.TdClassName
{
border-color: #7EA6EB;
}
.TagClassName
{
border-color: #7EA6EB;
}
</style>