Shades of Jordy Blue #73ABDB
Tints of Jordy Blue #73ABDB
RGB
CMYK
RGB Variations
Color information
#73ABDB (or 0x73ABDB) is known color: Jordy Blue. HEX triplet: 73, AB and DB. RGB value is (115,171,219). Sum of RGB (Red+Green+Blue) = 115+171+219=505 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.77% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #73ABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ABDB is #8C5424. Grayscale: #9F9F9F. Windows color (decimal): -9196581 or 14396275. OLE color: 14396275.
HSL color Cylindrical-coordinate representation of color #73ABDB: hue angle of 207.69º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73ABDB is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 171 | 219 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.14 |
| HSL | 207.69º | 0.59% | 0.65% | - |
| HSV(B) | 207.69º | 0.47% | 0.86% | - |
| XYZ | 34.42 | 37.89 | 72.52 | - |
| YUV | 159.73 | 161.45 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 219 | 0.47 | 0.22 | 0 | 0.14 | 207.69 | 0.59 | 0.65 |
| Hex | 73 | AB | DB | 2F | 16 | 0 | E | D0 | 3B | 41 |
| Octal | 163 | 253 | 333 | 57 | 26 | 0 | 16 | 320 | 73 | 101 |
| Binary | 1110011 | 10101011 | 11011011 | 101111 | 10110 | 0 | 1110 | 11010000 | 111011 | 1000001 |
Color Harmonies of #73ABDB
Complementary color
Monochromatic Colors of #73ABDB
Black with #73ABDB
Text Example
Text Example
White with #73ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ABDB; }
p { color: rgb(115,171,219); }
H1.HeaderClassName
{
color: #73ABDB;
}
.AnyTagClassName
{
color: #73ABDB;
}
</style>
background-color css
<style>
a { background-color: #73ABDB; }
a { background-color: rgb(115,171,219); }
div.DivClassName
{
background-color: #73ABDB;
}
.BgClassName
{
background-color: #73ABDB;
}
</style>
border-color css
<style>
span { border-color: #73ABDB; }
span { border-color: rgb(115,171,219); }
td.TdClassName
{
border-color: #73ABDB;
}
.TagClassName
{
border-color: #73ABDB;
}
</style>