Shades of Jordy Blue #7EAADF
Tints of Jordy Blue #7EAADF
RGB
CMYK
RGB Variations
Color information
#7EAADF (or 0x7EAADF) is known color: Jordy Blue. HEX triplet: 7E, AA and DF. RGB value is (126,170,223). Sum of RGB (Red+Green+Blue) = 126+170+223=519 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.28% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #7EAADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAADF is #815520. Grayscale: #A2A2A2. Windows color (decimal): -8475937 or 14658174. OLE color: 14658174.
HSL color Cylindrical-coordinate representation of color #7EAADF: hue angle of 212.78º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EAADF is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 170 | 223 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.13 |
| HSL | 212.78º | 0.6% | 0.68% | - |
| HSV(B) | 212.78º | 0.43% | 0.87% | - |
| XYZ | 36.3 | 38.51 | 75.33 | - |
| YUV | 162.89 | 161.92 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 170 | 223 | 0.43 | 0.24 | 0 | 0.13 | 212.78 | 0.6 | 0.68 |
| Hex | 7E | AA | DF | 2B | 18 | 0 | D | D5 | 3C | 44 |
| Octal | 176 | 252 | 337 | 53 | 30 | 0 | 15 | 325 | 74 | 104 |
| Binary | 1111110 | 10101010 | 11011111 | 101011 | 11000 | 0 | 1101 | 11010101 | 111100 | 1000100 |
Color Harmonies of #7EAADF
Complementary color
Monochromatic Colors of #7EAADF
Black with #7EAADF
Text Example
Text Example
White with #7EAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAADF; }
p { color: rgb(126,170,223); }
H1.HeaderClassName
{
color: #7EAADF;
}
.AnyTagClassName
{
color: #7EAADF;
}
</style>
background-color css
<style>
a { background-color: #7EAADF; }
a { background-color: rgb(126,170,223); }
div.DivClassName
{
background-color: #7EAADF;
}
.BgClassName
{
background-color: #7EAADF;
}
</style>
border-color css
<style>
span { border-color: #7EAADF; }
span { border-color: rgb(126,170,223); }
td.TdClassName
{
border-color: #7EAADF;
}
.TagClassName
{
border-color: #7EAADF;
}
</style>