Shades of Jordy Blue #73A0CF
Tints of Jordy Blue #73A0CF
RGB
CMYK
RGB Variations
Color information
#73A0CF (or 0x73A0CF) is known color: Jordy Blue. HEX triplet: 73, A0 and CF. RGB value is (115,160,207). Sum of RGB (Red+Green+Blue) = 115+160+207=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #73A0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A0CF is #8C5F30. Grayscale: #979797. Windows color (decimal): -9199409 or 13607027. OLE color: 13607027.
HSL color Cylindrical-coordinate representation of color #73A0CF: hue angle of 210.65º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73A0CF is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 160 | 207 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.19 |
| HSL | 210.65º | 0.49% | 0.63% | - |
| HSV(B) | 210.65º | 0.44% | 0.81% | - |
| XYZ | 30.9 | 33.29 | 63.83 | - |
| YUV | 151.9 | 159.09 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 207 | 0.44 | 0.23 | 0 | 0.19 | 210.65 | 0.49 | 0.63 |
| Hex | 73 | A0 | CF | 2C | 17 | 0 | 13 | D3 | 31 | 3F |
| Octal | 163 | 240 | 317 | 54 | 27 | 0 | 23 | 323 | 61 | 77 |
| Binary | 1110011 | 10100000 | 11001111 | 101100 | 10111 | 0 | 10011 | 11010011 | 110001 | 111111 |
Color Harmonies of #73A0CF
Complementary color
Monochromatic Colors of #73A0CF
Black with #73A0CF
Text Example
Text Example
White with #73A0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A0CF; }
p { color: rgb(115,160,207); }
H1.HeaderClassName
{
color: #73A0CF;
}
.AnyTagClassName
{
color: #73A0CF;
}
</style>
background-color css
<style>
a { background-color: #73A0CF; }
a { background-color: rgb(115,160,207); }
div.DivClassName
{
background-color: #73A0CF;
}
.BgClassName
{
background-color: #73A0CF;
}
</style>
border-color css
<style>
span { border-color: #73A0CF; }
span { border-color: rgb(115,160,207); }
td.TdClassName
{
border-color: #73A0CF;
}
.TagClassName
{
border-color: #73A0CF;
}
</style>