Shades of Jordy Blue #73ADE5
Tints of Jordy Blue #73ADE5
RGB
CMYK
RGB Variations
Color information
#73ADE5 (or 0x73ADE5) is known color: Jordy Blue. HEX triplet: 73, AD and E5. RGB value is (115,173,229). Sum of RGB (Red+Green+Blue) = 115+173+229=517 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.24% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 229 (89.84% from 255 or 44.29% from 517); Max value from RGB is 229 - color contains mainly: blue. Hex color #73ADE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ADE5 is #8C521A. Grayscale: #A1A1A1. Windows color (decimal): -9196059 or 15052147. OLE color: 15052147.
HSL color Cylindrical-coordinate representation of color #73ADE5: hue angle of 209.47º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73ADE5 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 173 | 229 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.10 |
| HSL | 209.47º | 0.69% | 0.67% | - |
| HSV(B) | 209.47º | 0.5% | 0.9% | - |
| XYZ | 36.16 | 39.19 | 79.79 | - |
| YUV | 162.04 | 165.78 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 229 | 0.50 | 0.24 | 0 | 0.10 | 209.47 | 0.69 | 0.67 |
| Hex | 73 | AD | E5 | 32 | 18 | 0 | A | D1 | 45 | 43 |
| Octal | 163 | 255 | 345 | 62 | 30 | 0 | 12 | 321 | 105 | 103 |
| Binary | 1110011 | 10101101 | 11100101 | 110010 | 11000 | 0 | 1010 | 11010001 | 1000101 | 1000011 |
Color Harmonies of #73ADE5
Complementary color
Monochromatic Colors of #73ADE5
Black with #73ADE5
Text Example
Text Example
White with #73ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ADE5; }
p { color: rgb(115,173,229); }
H1.HeaderClassName
{
color: #73ADE5;
}
.AnyTagClassName
{
color: #73ADE5;
}
</style>
background-color css
<style>
a { background-color: #73ADE5; }
a { background-color: rgb(115,173,229); }
div.DivClassName
{
background-color: #73ADE5;
}
.BgClassName
{
background-color: #73ADE5;
}
</style>
border-color css
<style>
span { border-color: #73ADE5; }
span { border-color: rgb(115,173,229); }
td.TdClassName
{
border-color: #73ADE5;
}
.TagClassName
{
border-color: #73ADE5;
}
</style>