Shades of Jordy Blue #73A6CF
Tints of Jordy Blue #73A6CF
RGB
CMYK
RGB Variations
Color information
#73A6CF (or 0x73A6CF) is known color: Jordy Blue. HEX triplet: 73, A6 and CF. RGB value is (115,166,207). Sum of RGB (Red+Green+Blue) = 115+166+207=488 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.57% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #73A6CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A6CF is #8C5930. Grayscale: #9B9B9B. Windows color (decimal): -9197873 or 13608563. OLE color: 13608563.
HSL color Cylindrical-coordinate representation of color #73A6CF: hue angle of 206.74º 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 #73A6CF is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 166 | 207 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.19 |
| HSL | 206.74º | 0.49% | 0.63% | - |
| HSV(B) | 206.74º | 0.44% | 0.81% | - |
| XYZ | 31.97 | 35.42 | 64.18 | - |
| YUV | 155.43 | 157.1 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 166 | 207 | 0.44 | 0.20 | 0 | 0.19 | 206.74 | 0.49 | 0.63 |
| Hex | 73 | A6 | CF | 2C | 14 | 0 | 13 | CF | 31 | 3F |
| Octal | 163 | 246 | 317 | 54 | 24 | 0 | 23 | 317 | 61 | 77 |
| Binary | 1110011 | 10100110 | 11001111 | 101100 | 10100 | 0 | 10011 | 11001111 | 110001 | 111111 |
Color Harmonies of #73A6CF
Complementary color
Monochromatic Colors of #73A6CF
Black with #73A6CF
Text Example
Text Example
White with #73A6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A6CF; }
p { color: rgb(115,166,207); }
H1.HeaderClassName
{
color: #73A6CF;
}
.AnyTagClassName
{
color: #73A6CF;
}
</style>
background-color css
<style>
a { background-color: #73A6CF; }
a { background-color: rgb(115,166,207); }
div.DivClassName
{
background-color: #73A6CF;
}
.BgClassName
{
background-color: #73A6CF;
}
</style>
border-color css
<style>
span { border-color: #73A6CF; }
span { border-color: rgb(115,166,207); }
td.TdClassName
{
border-color: #73A6CF;
}
.TagClassName
{
border-color: #73A6CF;
}
</style>