Shades of Jordy Blue #7DADD5
Tints of Jordy Blue #7DADD5
RGB
CMYK
RGB Variations
Color information
#7DADD5 (or 0x7DADD5) is known color: Jordy Blue. HEX triplet: 7D, AD and D5. RGB value is (125,173,213). Sum of RGB (Red+Green+Blue) = 125+173+213=511 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.46% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #7DADD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADD5 is #82522A. Grayscale: #A3A3A3. Windows color (decimal): -8540715 or 14003581. OLE color: 14003581.
HSL color Cylindrical-coordinate representation of color #7DADD5: hue angle of 207.27º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DADD5 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 173 | 213 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.16 |
| HSL | 207.27º | 0.51% | 0.66% | - |
| HSV(B) | 207.27º | 0.41% | 0.84% | - |
| XYZ | 35.41 | 39.05 | 68.62 | - |
| YUV | 163.21 | 156.1 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 213 | 0.41 | 0.19 | 0 | 0.16 | 207.27 | 0.51 | 0.66 |
| Hex | 7D | AD | D5 | 29 | 13 | 0 | 10 | CF | 33 | 42 |
| Octal | 175 | 255 | 325 | 51 | 23 | 0 | 20 | 317 | 63 | 102 |
| Binary | 1111101 | 10101101 | 11010101 | 101001 | 10011 | 0 | 10000 | 11001111 | 110011 | 1000010 |
Color Harmonies of #7DADD5
Complementary color
Monochromatic Colors of #7DADD5
Black with #7DADD5
Text Example
Text Example
White with #7DADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DADD5; }
p { color: rgb(125,173,213); }
H1.HeaderClassName
{
color: #7DADD5;
}
.AnyTagClassName
{
color: #7DADD5;
}
</style>
background-color css
<style>
a { background-color: #7DADD5; }
a { background-color: rgb(125,173,213); }
div.DivClassName
{
background-color: #7DADD5;
}
.BgClassName
{
background-color: #7DADD5;
}
</style>
border-color css
<style>
span { border-color: #7DADD5; }
span { border-color: rgb(125,173,213); }
td.TdClassName
{
border-color: #7DADD5;
}
.TagClassName
{
border-color: #7DADD5;
}
</style>