Shades of Jordy Blue #7DADDF
Tints of Jordy Blue #7DADDF
RGB
CMYK
RGB Variations
Color information
#7DADDF (or 0x7DADDF) is known color: Jordy Blue. HEX triplet: 7D, AD and DF. RGB value is (125,173,223). Sum of RGB (Red+Green+Blue) = 125+173+223=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #7DADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADDF is #825220. Grayscale: #A4A4A4. Windows color (decimal): -8540705 or 14658941. OLE color: 14658941.
HSL color Cylindrical-coordinate representation of color #7DADDF: hue angle of 210.61º 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 #7DADDF is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 173 | 223 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.13 |
| HSL | 210.61º | 0.6% | 0.68% | - |
| HSV(B) | 210.61º | 0.44% | 0.87% | - |
| XYZ | 36.72 | 39.57 | 75.52 | - |
| YUV | 164.35 | 161.1 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 223 | 0.44 | 0.22 | 0 | 0.13 | 210.61 | 0.6 | 0.68 |
| Hex | 7D | AD | DF | 2C | 16 | 0 | D | D3 | 3C | 44 |
| Octal | 175 | 255 | 337 | 54 | 26 | 0 | 15 | 323 | 74 | 104 |
| Binary | 1111101 | 10101101 | 11011111 | 101100 | 10110 | 0 | 1101 | 11010011 | 111100 | 1000100 |
Color Harmonies of #7DADDF
Complementary color
Monochromatic Colors of #7DADDF
Black with #7DADDF
Text Example
Text Example
White with #7DADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DADDF; }
p { color: rgb(125,173,223); }
H1.HeaderClassName
{
color: #7DADDF;
}
.AnyTagClassName
{
color: #7DADDF;
}
</style>
background-color css
<style>
a { background-color: #7DADDF; }
a { background-color: rgb(125,173,223); }
div.DivClassName
{
background-color: #7DADDF;
}
.BgClassName
{
background-color: #7DADDF;
}
</style>
border-color css
<style>
span { border-color: #7DADDF; }
span { border-color: rgb(125,173,223); }
td.TdClassName
{
border-color: #7DADDF;
}
.TagClassName
{
border-color: #7DADDF;
}
</style>