Shades of Jordy Blue #7DACDF
Tints of Jordy Blue #7DACDF
RGB
CMYK
RGB Variations
Color information
#7DACDF (or 0x7DACDF) is known color: Jordy Blue. HEX triplet: 7D, AC and DF. RGB value is (125,172,223). Sum of RGB (Red+Green+Blue) = 125+172+223=520 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.04% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #7DACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DACDF is #825320. Grayscale: #A3A3A3. Windows color (decimal): -8540961 or 14658685. OLE color: 14658685.
HSL color Cylindrical-coordinate representation of color #7DACDF: hue angle of 211.22º 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 #7DACDF is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 172 | 223 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.13 |
| HSL | 211.22º | 0.6% | 0.68% | - |
| HSV(B) | 211.22º | 0.44% | 0.87% | - |
| XYZ | 36.53 | 39.19 | 75.45 | - |
| YUV | 163.76 | 161.43 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 223 | 0.44 | 0.23 | 0 | 0.13 | 211.22 | 0.6 | 0.68 |
| Hex | 7D | AC | DF | 2C | 17 | 0 | D | D3 | 3C | 44 |
| Octal | 175 | 254 | 337 | 54 | 27 | 0 | 15 | 323 | 74 | 104 |
| Binary | 1111101 | 10101100 | 11011111 | 101100 | 10111 | 0 | 1101 | 11010011 | 111100 | 1000100 |
Color Harmonies of #7DACDF
Complementary color
Monochromatic Colors of #7DACDF
Black with #7DACDF
Text Example
Text Example
White with #7DACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DACDF; }
p { color: rgb(125,172,223); }
H1.HeaderClassName
{
color: #7DACDF;
}
.AnyTagClassName
{
color: #7DACDF;
}
</style>
background-color css
<style>
a { background-color: #7DACDF; }
a { background-color: rgb(125,172,223); }
div.DivClassName
{
background-color: #7DACDF;
}
.BgClassName
{
background-color: #7DACDF;
}
</style>
border-color css
<style>
span { border-color: #7DACDF; }
span { border-color: rgb(125,172,223); }
td.TdClassName
{
border-color: #7DACDF;
}
.TagClassName
{
border-color: #7DACDF;
}
</style>