Shades of Jordy Blue #7DAEDB
Tints of Jordy Blue #7DAEDB
RGB
CMYK
RGB Variations
Color information
#7DAEDB (or 0x7DAEDB) is known color: Jordy Blue. HEX triplet: 7D, AE and DB. RGB value is (125,174,219). Sum of RGB (Red+Green+Blue) = 125+174+219=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #7DAEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAEDB is #825124. Grayscale: #A4A4A4. Windows color (decimal): -8540453 or 14397053. OLE color: 14397053.
HSL color Cylindrical-coordinate representation of color #7DAEDB: hue angle of 208.72º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DAEDB is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 174 | 219 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.14 |
| HSL | 208.72º | 0.57% | 0.67% | - |
| HSV(B) | 208.72º | 0.43% | 0.86% | - |
| XYZ | 36.38 | 39.75 | 72.77 | - |
| YUV | 164.48 | 158.77 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 219 | 0.43 | 0.21 | 0 | 0.14 | 208.72 | 0.57 | 0.67 |
| Hex | 7D | AE | DB | 2B | 15 | 0 | E | D1 | 39 | 43 |
| Octal | 175 | 256 | 333 | 53 | 25 | 0 | 16 | 321 | 71 | 103 |
| Binary | 1111101 | 10101110 | 11011011 | 101011 | 10101 | 0 | 1110 | 11010001 | 111001 | 1000011 |
Color Harmonies of #7DAEDB
Complementary color
Monochromatic Colors of #7DAEDB
Black with #7DAEDB
Text Example
Text Example
White with #7DAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAEDB; }
p { color: rgb(125,174,219); }
H1.HeaderClassName
{
color: #7DAEDB;
}
.AnyTagClassName
{
color: #7DAEDB;
}
</style>
background-color css
<style>
a { background-color: #7DAEDB; }
a { background-color: rgb(125,174,219); }
div.DivClassName
{
background-color: #7DAEDB;
}
.BgClassName
{
background-color: #7DAEDB;
}
</style>
border-color css
<style>
span { border-color: #7DAEDB; }
span { border-color: rgb(125,174,219); }
td.TdClassName
{
border-color: #7DAEDB;
}
.TagClassName
{
border-color: #7DAEDB;
}
</style>