Shades of Jordy Blue #7DAEDC
Tints of Jordy Blue #7DAEDC
RGB
CMYK
RGB Variations
Color information
#7DAEDC (or 0x7DAEDC) is known color: Jordy Blue. HEX triplet: 7D, AE and DC. RGB value is (125,174,220). Sum of RGB (Red+Green+Blue) = 125+174+220=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DAEDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAEDC is #825123. Grayscale: #A4A4A4. Windows color (decimal): -8540452 or 14462589. OLE color: 14462589.
HSL color Cylindrical-coordinate representation of color #7DAEDC: hue angle of 209.05º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DAEDC is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 174 | 220 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.14 |
| HSL | 209.05º | 0.58% | 0.68% | - |
| HSV(B) | 209.05º | 0.43% | 0.86% | - |
| XYZ | 36.51 | 39.8 | 73.47 | - |
| YUV | 164.59 | 159.27 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 220 | 0.43 | 0.21 | 0 | 0.14 | 209.05 | 0.58 | 0.68 |
| Hex | 7D | AE | DC | 2B | 15 | 0 | E | D1 | 3A | 44 |
| Octal | 175 | 256 | 334 | 53 | 25 | 0 | 16 | 321 | 72 | 104 |
| Binary | 1111101 | 10101110 | 11011100 | 101011 | 10101 | 0 | 1110 | 11010001 | 111010 | 1000100 |
Color Harmonies of #7DAEDC
Complementary color
Monochromatic Colors of #7DAEDC
Black with #7DAEDC
Text Example
Text Example
White with #7DAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAEDC; }
p { color: rgb(125,174,220); }
H1.HeaderClassName
{
color: #7DAEDC;
}
.AnyTagClassName
{
color: #7DAEDC;
}
</style>
background-color css
<style>
a { background-color: #7DAEDC; }
a { background-color: rgb(125,174,220); }
div.DivClassName
{
background-color: #7DAEDC;
}
.BgClassName
{
background-color: #7DAEDC;
}
</style>
border-color css
<style>
span { border-color: #7DAEDC; }
span { border-color: rgb(125,174,220); }
td.TdClassName
{
border-color: #7DAEDC;
}
.TagClassName
{
border-color: #7DAEDC;
}
</style>