Shades of Jordy Blue #73ABDD
Tints of Jordy Blue #73ABDD
RGB
CMYK
RGB Variations
Color information
#73ABDD (or 0x73ABDD) is known color: Jordy Blue. HEX triplet: 73, AB and DD. RGB value is (115,171,221). Sum of RGB (Red+Green+Blue) = 115+171+221=507 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.68% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #73ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ABDD is #8C5422. Grayscale: #9F9F9F. Windows color (decimal): -9196579 or 14527347. OLE color: 14527347.
HSL color Cylindrical-coordinate representation of color #73ABDD: hue angle of 208.3º 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 #73ABDD is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 171 | 221 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.13 |
| HSL | 208.3º | 0.61% | 0.66% | - |
| HSV(B) | 208.3º | 0.48% | 0.87% | - |
| XYZ | 34.68 | 37.99 | 73.91 | - |
| YUV | 159.96 | 162.45 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 221 | 0.48 | 0.23 | 0 | 0.13 | 208.3 | 0.61 | 0.66 |
| Hex | 73 | AB | DD | 30 | 17 | 0 | D | D0 | 3D | 42 |
| Octal | 163 | 253 | 335 | 60 | 27 | 0 | 15 | 320 | 75 | 102 |
| Binary | 1110011 | 10101011 | 11011101 | 110000 | 10111 | 0 | 1101 | 11010000 | 111101 | 1000010 |
Color Harmonies of #73ABDD
Complementary color
Monochromatic Colors of #73ABDD
Black with #73ABDD
Text Example
Text Example
White with #73ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ABDD; }
p { color: rgb(115,171,221); }
H1.HeaderClassName
{
color: #73ABDD;
}
.AnyTagClassName
{
color: #73ABDD;
}
</style>
background-color css
<style>
a { background-color: #73ABDD; }
a { background-color: rgb(115,171,221); }
div.DivClassName
{
background-color: #73ABDD;
}
.BgClassName
{
background-color: #73ABDD;
}
</style>
border-color css
<style>
span { border-color: #73ABDD; }
span { border-color: rgb(115,171,221); }
td.TdClassName
{
border-color: #73ABDD;
}
.TagClassName
{
border-color: #73ABDD;
}
</style>