Shades of Jordy Blue #7DABDD
Tints of Jordy Blue #7DABDD
RGB
CMYK
RGB Variations
Color information
#7DABDD (or 0x7DABDD) is known color: Jordy Blue. HEX triplet: 7D, AB and DD. RGB value is (125,171,221). Sum of RGB (Red+Green+Blue) = 125+171+221=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #7DABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DABDD is #825422. Grayscale: #A2A2A2. Windows color (decimal): -8541219 or 14527357. OLE color: 14527357.
HSL color Cylindrical-coordinate representation of color #7DABDD: hue angle of 211.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DABDD is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 171 | 221 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.13 |
| HSL | 211.25º | 0.59% | 0.68% | - |
| HSV(B) | 211.25º | 0.43% | 0.87% | - |
| XYZ | 36.07 | 38.71 | 73.98 | - |
| YUV | 162.95 | 160.76 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 221 | 0.43 | 0.23 | 0 | 0.13 | 211.25 | 0.59 | 0.68 |
| Hex | 7D | AB | DD | 2B | 17 | 0 | D | D3 | 3B | 44 |
| Octal | 175 | 253 | 335 | 53 | 27 | 0 | 15 | 323 | 73 | 104 |
| Binary | 1111101 | 10101011 | 11011101 | 101011 | 10111 | 0 | 1101 | 11010011 | 111011 | 1000100 |
Color Harmonies of #7DABDD
Complementary color
Monochromatic Colors of #7DABDD
Black with #7DABDD
Text Example
Text Example
White with #7DABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DABDD; }
p { color: rgb(125,171,221); }
H1.HeaderClassName
{
color: #7DABDD;
}
.AnyTagClassName
{
color: #7DABDD;
}
</style>
background-color css
<style>
a { background-color: #7DABDD; }
a { background-color: rgb(125,171,221); }
div.DivClassName
{
background-color: #7DABDD;
}
.BgClassName
{
background-color: #7DABDD;
}
</style>
border-color css
<style>
span { border-color: #7DABDD; }
span { border-color: rgb(125,171,221); }
td.TdClassName
{
border-color: #7DABDD;
}
.TagClassName
{
border-color: #7DABDD;
}
</style>