Shades of Jordy Blue #7DADD4
Tints of Jordy Blue #7DADD4
RGB
CMYK
RGB Variations
Color information
#7DADD4 (or 0x7DADD4) is known color: Jordy Blue. HEX triplet: 7D, AD and D4. RGB value is (125,173,212). Sum of RGB (Red+Green+Blue) = 125+173+212=510 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.51% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 212 - color contains mainly: blue. Hex color #7DADD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADD4 is #82522B. Grayscale: #A2A2A2. Windows color (decimal): -8540716 or 13938045. OLE color: 13938045.
HSL color Cylindrical-coordinate representation of color #7DADD4: hue angle of 206.9º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DADD4 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 125 | 173 | 212 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.17 |
| HSL | 206.9º | 0.5% | 0.66% | - |
| HSV(B) | 206.9º | 0.41% | 0.83% | - |
| XYZ | 35.28 | 39 | 67.96 | - |
| YUV | 163.09 | 155.6 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 212 | 0.41 | 0.18 | 0 | 0.17 | 206.9 | 0.5 | 0.66 |
| Hex | 7D | AD | D4 | 29 | 12 | 0 | 11 | CF | 32 | 42 |
| Octal | 175 | 255 | 324 | 51 | 22 | 0 | 21 | 317 | 62 | 102 |
| Binary | 1111101 | 10101101 | 11010100 | 101001 | 10010 | 0 | 10001 | 11001111 | 110010 | 1000010 |
Color Harmonies of #7DADD4
Complementary color
Monochromatic Colors of #7DADD4
Black with #7DADD4
Text Example
Text Example
White with #7DADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DADD4; }
p { color: rgb(125,173,212); }
H1.HeaderClassName
{
color: #7DADD4;
}
.AnyTagClassName
{
color: #7DADD4;
}
</style>
background-color css
<style>
a { background-color: #7DADD4; }
a { background-color: rgb(125,173,212); }
div.DivClassName
{
background-color: #7DADD4;
}
.BgClassName
{
background-color: #7DADD4;
}
</style>
border-color css
<style>
span { border-color: #7DADD4; }
span { border-color: rgb(125,173,212); }
td.TdClassName
{
border-color: #7DADD4;
}
.TagClassName
{
border-color: #7DADD4;
}
</style>