Shades of Jordy Blue #7DAAED
Tints of Jordy Blue #7DAAED
RGB
CMYK
RGB Variations
Color information
#7DAAED (or 0x7DAAED) is known color: Jordy Blue. HEX triplet: 7D, AA and ED. RGB value is (125,170,237). Sum of RGB (Red+Green+Blue) = 125+170+237=532 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.50% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #7DAAED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DAAED is #825512. Grayscale: #A3A3A3. Windows color (decimal): -8541459 or 15575677. OLE color: 15575677.
HSL color Cylindrical-coordinate representation of color #7DAAED: hue angle of 215.89º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DAAED is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 170 | 237 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.07 |
| HSL | 215.89º | 0.76% | 0.71% | - |
| HSV(B) | 215.89º | 0.47% | 0.93% | - |
| XYZ | 38.12 | 39.22 | 85.68 | - |
| YUV | 164.18 | 169.09 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 237 | 0.47 | 0.28 | 0 | 0.07 | 215.89 | 0.76 | 0.71 |
| Hex | 7D | AA | ED | 2F | 1C | 0 | 7 | D8 | 4C | 47 |
| Octal | 175 | 252 | 355 | 57 | 34 | 0 | 7 | 330 | 114 | 107 |
| Binary | 1111101 | 10101010 | 11101101 | 101111 | 11100 | 0 | 111 | 11011000 | 1001100 | 1000111 |
Color Harmonies of #7DAAED
Complementary color
Monochromatic Colors of #7DAAED
Black with #7DAAED
Text Example
Text Example
White with #7DAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAAED; }
p { color: rgb(125,170,237); }
H1.HeaderClassName
{
color: #7DAAED;
}
.AnyTagClassName
{
color: #7DAAED;
}
</style>
background-color css
<style>
a { background-color: #7DAAED; }
a { background-color: rgb(125,170,237); }
div.DivClassName
{
background-color: #7DAAED;
}
.BgClassName
{
background-color: #7DAAED;
}
</style>
border-color css
<style>
span { border-color: #7DAAED; }
span { border-color: rgb(125,170,237); }
td.TdClassName
{
border-color: #7DAAED;
}
.TagClassName
{
border-color: #7DAAED;
}
</style>