Shades of Jordy Blue #73ADDD
Tints of Jordy Blue #73ADDD
RGB
CMYK
RGB Variations
Color information
#73ADDD (or 0x73ADDD) is known color: Jordy Blue. HEX triplet: 73, AD and DD. RGB value is (115,173,221). Sum of RGB (Red+Green+Blue) = 115+173+221=509 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.59% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #73ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ADDD is #8C5222. Grayscale: #A0A0A0. Windows color (decimal): -9196067 or 14527859. OLE color: 14527859.
HSL color Cylindrical-coordinate representation of color #73ADDD: hue angle of 207.17º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73ADDD is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 173 | 221 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.13 |
| HSL | 207.17º | 0.61% | 0.66% | - |
| HSV(B) | 207.17º | 0.48% | 0.87% | - |
| XYZ | 35.06 | 38.75 | 74.04 | - |
| YUV | 161.13 | 161.78 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 221 | 0.48 | 0.22 | 0 | 0.13 | 207.17 | 0.61 | 0.66 |
| Hex | 73 | AD | DD | 30 | 16 | 0 | D | CF | 3D | 42 |
| Octal | 163 | 255 | 335 | 60 | 26 | 0 | 15 | 317 | 75 | 102 |
| Binary | 1110011 | 10101101 | 11011101 | 110000 | 10110 | 0 | 1101 | 11001111 | 111101 | 1000010 |
Color Harmonies of #73ADDD
Complementary color
Monochromatic Colors of #73ADDD
Black with #73ADDD
Text Example
Text Example
White with #73ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ADDD; }
p { color: rgb(115,173,221); }
H1.HeaderClassName
{
color: #73ADDD;
}
.AnyTagClassName
{
color: #73ADDD;
}
</style>
background-color css
<style>
a { background-color: #73ADDD; }
a { background-color: rgb(115,173,221); }
div.DivClassName
{
background-color: #73ADDD;
}
.BgClassName
{
background-color: #73ADDD;
}
</style>
border-color css
<style>
span { border-color: #73ADDD; }
span { border-color: rgb(115,173,221); }
td.TdClassName
{
border-color: #73ADDD;
}
.TagClassName
{
border-color: #73ADDD;
}
</style>