Shades of Jordy Blue #73A0D6
Tints of Jordy Blue #73A0D6
RGB
CMYK
RGB Variations
Color information
#73A0D6 (or 0x73A0D6) is known color: Jordy Blue. HEX triplet: 73, A0 and D6. RGB value is (115,160,214). Sum of RGB (Red+Green+Blue) = 115+160+214=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #73A0D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A0D6 is #8C5F29. Grayscale: #989898. Windows color (decimal): -9199402 or 14065779. OLE color: 14065779.
HSL color Cylindrical-coordinate representation of color #73A0D6: hue angle of 212.73º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73A0D6 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 160 | 214 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.16 |
| HSL | 212.73º | 0.55% | 0.65% | - |
| HSV(B) | 212.73º | 0.46% | 0.84% | - |
| XYZ | 31.78 | 33.64 | 68.44 | - |
| YUV | 152.7 | 162.59 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 214 | 0.46 | 0.25 | 0 | 0.16 | 212.73 | 0.55 | 0.65 |
| Hex | 73 | A0 | D6 | 2E | 19 | 0 | 10 | D5 | 37 | 41 |
| Octal | 163 | 240 | 326 | 56 | 31 | 0 | 20 | 325 | 67 | 101 |
| Binary | 1110011 | 10100000 | 11010110 | 101110 | 11001 | 0 | 10000 | 11010101 | 110111 | 1000001 |
Color Harmonies of #73A0D6
Complementary color
Monochromatic Colors of #73A0D6
Black with #73A0D6
Text Example
Text Example
White with #73A0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A0D6; }
p { color: rgb(115,160,214); }
H1.HeaderClassName
{
color: #73A0D6;
}
.AnyTagClassName
{
color: #73A0D6;
}
</style>
background-color css
<style>
a { background-color: #73A0D6; }
a { background-color: rgb(115,160,214); }
div.DivClassName
{
background-color: #73A0D6;
}
.BgClassName
{
background-color: #73A0D6;
}
</style>
border-color css
<style>
span { border-color: #73A0D6; }
span { border-color: rgb(115,160,214); }
td.TdClassName
{
border-color: #73A0D6;
}
.TagClassName
{
border-color: #73A0D6;
}
</style>