Shades of Jordy Blue #73A0CE
Tints of Jordy Blue #73A0CE
RGB
CMYK
RGB Variations
Color information
#73A0CE (or 0x73A0CE) is known color: Jordy Blue. HEX triplet: 73, A0 and CE. RGB value is (115,160,206). Sum of RGB (Red+Green+Blue) = 115+160+206=481 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.91% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #73A0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A0CE is #8C5F31. Grayscale: #979797. Windows color (decimal): -9199410 or 13541491. OLE color: 13541491.
HSL color Cylindrical-coordinate representation of color #73A0CE: hue angle of 210.33º degrees, saturation: 0.48, 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 #73A0CE is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 160 | 206 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.19 |
| HSL | 210.33º | 0.48% | 0.63% | - |
| HSV(B) | 210.33º | 0.44% | 0.81% | - |
| XYZ | 30.78 | 33.24 | 63.19 | - |
| YUV | 151.79 | 158.59 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 206 | 0.44 | 0.22 | 0 | 0.19 | 210.33 | 0.48 | 0.63 |
| Hex | 73 | A0 | CE | 2C | 16 | 0 | 13 | D2 | 30 | 3F |
| Octal | 163 | 240 | 316 | 54 | 26 | 0 | 23 | 322 | 60 | 77 |
| Binary | 1110011 | 10100000 | 11001110 | 101100 | 10110 | 0 | 10011 | 11010010 | 110000 | 111111 |
Color Harmonies of #73A0CE
Complementary color
Monochromatic Colors of #73A0CE
Black with #73A0CE
Text Example
Text Example
White with #73A0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A0CE; }
p { color: rgb(115,160,206); }
H1.HeaderClassName
{
color: #73A0CE;
}
.AnyTagClassName
{
color: #73A0CE;
}
</style>
background-color css
<style>
a { background-color: #73A0CE; }
a { background-color: rgb(115,160,206); }
div.DivClassName
{
background-color: #73A0CE;
}
.BgClassName
{
background-color: #73A0CE;
}
</style>
border-color css
<style>
span { border-color: #73A0CE; }
span { border-color: rgb(115,160,206); }
td.TdClassName
{
border-color: #73A0CE;
}
.TagClassName
{
border-color: #73A0CE;
}
</style>