Shades of Jordy Blue #7DABDF
Tints of Jordy Blue #7DABDF
RGB
CMYK
RGB Variations
Color information
#7DABDF (or 0x7DABDF) is known color: Jordy Blue. HEX triplet: 7D, AB and DF. RGB value is (125,171,223). Sum of RGB (Red+Green+Blue) = 125+171+223=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #7DABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DABDF is #825420. Grayscale: #A2A2A2. Windows color (decimal): -8541217 or 14658429. OLE color: 14658429.
HSL color Cylindrical-coordinate representation of color #7DABDF: hue angle of 211.84º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DABDF is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 171 | 223 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.13 |
| HSL | 211.84º | 0.6% | 0.68% | - |
| HSV(B) | 211.84º | 0.44% | 0.87% | - |
| XYZ | 36.34 | 38.81 | 75.39 | - |
| YUV | 163.17 | 161.76 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 223 | 0.44 | 0.23 | 0 | 0.13 | 211.84 | 0.6 | 0.68 |
| Hex | 7D | AB | DF | 2C | 17 | 0 | D | D4 | 3C | 44 |
| Octal | 175 | 253 | 337 | 54 | 27 | 0 | 15 | 324 | 74 | 104 |
| Binary | 1111101 | 10101011 | 11011111 | 101100 | 10111 | 0 | 1101 | 11010100 | 111100 | 1000100 |
Color Harmonies of #7DABDF
Complementary color
Monochromatic Colors of #7DABDF
Black with #7DABDF
Text Example
Text Example
White with #7DABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DABDF; }
p { color: rgb(125,171,223); }
H1.HeaderClassName
{
color: #7DABDF;
}
.AnyTagClassName
{
color: #7DABDF;
}
</style>
background-color css
<style>
a { background-color: #7DABDF; }
a { background-color: rgb(125,171,223); }
div.DivClassName
{
background-color: #7DABDF;
}
.BgClassName
{
background-color: #7DABDF;
}
</style>
border-color css
<style>
span { border-color: #7DABDF; }
span { border-color: rgb(125,171,223); }
td.TdClassName
{
border-color: #7DABDF;
}
.TagClassName
{
border-color: #7DABDF;
}
</style>