Shades of Jordy Blue #73ADE6
Tints of Jordy Blue #73ADE6
RGB
CMYK
RGB Variations
Color information
#73ADE6 (or 0x73ADE6) is known color: Jordy Blue. HEX triplet: 73, AD and E6. RGB value is (115,173,230). Sum of RGB (Red+Green+Blue) = 115+173+230=518 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.20% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #73ADE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73ADE6 is #8C5219. Grayscale: #A1A1A1. Windows color (decimal): -9196058 or 15117683. OLE color: 15117683.
HSL color Cylindrical-coordinate representation of color #73ADE6: hue angle of 209.74º 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 #73ADE6 is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 173 | 230 | - |
| CMYK | 0.5 | 0.25 | 0 | 0.10 |
| HSL | 209.74º | 0.7% | 0.68% | - |
| HSV(B) | 209.74º | 0.5% | 0.9% | - |
| XYZ | 36.3 | 39.25 | 80.52 | - |
| YUV | 162.16 | 166.28 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 230 | 0.5 | 0.25 | 0 | 0.10 | 209.74 | 0.7 | 0.68 |
| Hex | 73 | AD | E6 | 32 | 19 | 0 | A | D2 | 46 | 44 |
| Octal | 163 | 255 | 346 | 62 | 31 | 0 | 12 | 322 | 106 | 104 |
| Binary | 1110011 | 10101101 | 11100110 | 110010 | 11001 | 0 | 1010 | 11010010 | 1000110 | 1000100 |
Color Harmonies of #73ADE6
Complementary color
Monochromatic Colors of #73ADE6
Black with #73ADE6
Text Example
Text Example
White with #73ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ADE6; }
p { color: rgb(115,173,230); }
H1.HeaderClassName
{
color: #73ADE6;
}
.AnyTagClassName
{
color: #73ADE6;
}
</style>
background-color css
<style>
a { background-color: #73ADE6; }
a { background-color: rgb(115,173,230); }
div.DivClassName
{
background-color: #73ADE6;
}
.BgClassName
{
background-color: #73ADE6;
}
</style>
border-color css
<style>
span { border-color: #73ADE6; }
span { border-color: rgb(115,173,230); }
td.TdClassName
{
border-color: #73ADE6;
}
.TagClassName
{
border-color: #73ADE6;
}
</style>