Shades of Jordy Blue #73ABDF
Tints of Jordy Blue #73ABDF
RGB
CMYK
RGB Variations
Color information
#73ABDF (or 0x73ABDF) is known color: Jordy Blue. HEX triplet: 73, AB and DF. RGB value is (115,171,223). Sum of RGB (Red+Green+Blue) = 115+171+223=509 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.59% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #73ABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ABDF is #8C5420. Grayscale: #9F9F9F. Windows color (decimal): -9196577 or 14658419. OLE color: 14658419.
HSL color Cylindrical-coordinate representation of color #73ABDF: hue angle of 208.89º degrees, saturation: 0.63, 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 #73ABDF is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 171 | 223 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.13 |
| HSL | 208.89º | 0.63% | 0.66% | - |
| HSV(B) | 208.89º | 0.48% | 0.87% | - |
| XYZ | 34.95 | 38.1 | 75.32 | - |
| YUV | 160.18 | 163.45 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 223 | 0.48 | 0.23 | 0 | 0.13 | 208.89 | 0.63 | 0.66 |
| Hex | 73 | AB | DF | 30 | 17 | 0 | D | D1 | 3F | 42 |
| Octal | 163 | 253 | 337 | 60 | 27 | 0 | 15 | 321 | 77 | 102 |
| Binary | 1110011 | 10101011 | 11011111 | 110000 | 10111 | 0 | 1101 | 11010001 | 111111 | 1000010 |
Color Harmonies of #73ABDF
Complementary color
Monochromatic Colors of #73ABDF
Black with #73ABDF
Text Example
Text Example
White with #73ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ABDF; }
p { color: rgb(115,171,223); }
H1.HeaderClassName
{
color: #73ABDF;
}
.AnyTagClassName
{
color: #73ABDF;
}
</style>
background-color css
<style>
a { background-color: #73ABDF; }
a { background-color: rgb(115,171,223); }
div.DivClassName
{
background-color: #73ABDF;
}
.BgClassName
{
background-color: #73ABDF;
}
</style>
border-color css
<style>
span { border-color: #73ABDF; }
span { border-color: rgb(115,171,223); }
td.TdClassName
{
border-color: #73ABDF;
}
.TagClassName
{
border-color: #73ABDF;
}
</style>