Shades of Jordy Blue #73A6D1
Tints of Jordy Blue #73A6D1
RGB
CMYK
RGB Variations
Color information
#73A6D1 (or 0x73A6D1) is known color: Jordy Blue. HEX triplet: 73, A6 and D1. RGB value is (115,166,209). Sum of RGB (Red+Green+Blue) = 115+166+209=490 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.47% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #73A6D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A6D1 is #8C592E. Grayscale: #9B9B9B. Windows color (decimal): -9197871 or 13739635. OLE color: 13739635.
HSL color Cylindrical-coordinate representation of color #73A6D1: hue angle of 207.45º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73A6D1 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 166 | 209 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.18 |
| HSL | 207.45º | 0.51% | 0.64% | - |
| HSV(B) | 207.45º | 0.45% | 0.82% | - |
| XYZ | 32.22 | 35.52 | 65.48 | - |
| YUV | 155.65 | 158.1 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 166 | 209 | 0.45 | 0.21 | 0 | 0.18 | 207.45 | 0.51 | 0.64 |
| Hex | 73 | A6 | D1 | 2D | 15 | 0 | 12 | CF | 33 | 40 |
| Octal | 163 | 246 | 321 | 55 | 25 | 0 | 22 | 317 | 63 | 100 |
| Binary | 1110011 | 10100110 | 11010001 | 101101 | 10101 | 0 | 10010 | 11001111 | 110011 | 1000000 |
Color Harmonies of #73A6D1
Complementary color
Monochromatic Colors of #73A6D1
Black with #73A6D1
Text Example
Text Example
White with #73A6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A6D1; }
p { color: rgb(115,166,209); }
H1.HeaderClassName
{
color: #73A6D1;
}
.AnyTagClassName
{
color: #73A6D1;
}
</style>
background-color css
<style>
a { background-color: #73A6D1; }
a { background-color: rgb(115,166,209); }
div.DivClassName
{
background-color: #73A6D1;
}
.BgClassName
{
background-color: #73A6D1;
}
</style>
border-color css
<style>
span { border-color: #73A6D1; }
span { border-color: rgb(115,166,209); }
td.TdClassName
{
border-color: #73A6D1;
}
.TagClassName
{
border-color: #73A6D1;
}
</style>