Shades of Jordy Blue #73A0E6
Tints of Jordy Blue #73A0E6
RGB
CMYK
RGB Variations
Color information
#73A0E6 (or 0x73A0E6) is known color: Jordy Blue. HEX triplet: 73, A0 and E6. RGB value is (115,160,230). Sum of RGB (Red+Green+Blue) = 115+160+230=505 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.77% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #73A0E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A0E6 is #8C5F19. Grayscale: #9A9A9A. Windows color (decimal): -9199386 or 15114355. OLE color: 15114355.
HSL color Cylindrical-coordinate representation of color #73A0E6: hue angle of 216.52º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73A0E6 is Cyan = 0.5, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 160 | 230 | - |
| CMYK | 0.5 | 0.30 | 0 | 0.10 |
| HSL | 216.52º | 0.7% | 0.68% | - |
| HSV(B) | 216.52º | 0.5% | 0.9% | - |
| XYZ | 33.92 | 34.5 | 79.73 | - |
| YUV | 154.53 | 170.59 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 230 | 0.5 | 0.30 | 0 | 0.10 | 216.52 | 0.7 | 0.68 |
| Hex | 73 | A0 | E6 | 32 | 1E | 0 | A | D9 | 46 | 44 |
| Octal | 163 | 240 | 346 | 62 | 36 | 0 | 12 | 331 | 106 | 104 |
| Binary | 1110011 | 10100000 | 11100110 | 110010 | 11110 | 0 | 1010 | 11011001 | 1000110 | 1000100 |
Color Harmonies of #73A0E6
Complementary color
Monochromatic Colors of #73A0E6
Black with #73A0E6
Text Example
Text Example
White with #73A0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A0E6; }
p { color: rgb(115,160,230); }
H1.HeaderClassName
{
color: #73A0E6;
}
.AnyTagClassName
{
color: #73A0E6;
}
</style>
background-color css
<style>
a { background-color: #73A0E6; }
a { background-color: rgb(115,160,230); }
div.DivClassName
{
background-color: #73A0E6;
}
.BgClassName
{
background-color: #73A0E6;
}
</style>
border-color css
<style>
span { border-color: #73A0E6; }
span { border-color: rgb(115,160,230); }
td.TdClassName
{
border-color: #73A0E6;
}
.TagClassName
{
border-color: #73A0E6;
}
</style>