Shades of Jordy Blue #73ADE7
Tints of Jordy Blue #73ADE7
RGB
CMYK
RGB Variations
Color information
#73ADE7 (or 0x73ADE7) is known color: Jordy Blue. HEX triplet: 73, AD and E7. RGB value is (115,173,231). Sum of RGB (Red+Green+Blue) = 115+173+231=519 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.16% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #73ADE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73ADE7 is #8C5218. Grayscale: #A1A1A1. Windows color (decimal): -9196057 or 15183219. OLE color: 15183219.
HSL color Cylindrical-coordinate representation of color #73ADE7: hue angle of 210º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73ADE7 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 173 | 231 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.09 |
| HSL | 210º | 0.71% | 0.68% | - |
| HSV(B) | 210º | 0.5% | 0.91% | - |
| XYZ | 36.44 | 39.3 | 81.27 | - |
| YUV | 162.27 | 166.78 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 231 | 0.50 | 0.25 | 0 | 0.09 | 210 | 0.71 | 0.68 |
| Hex | 73 | AD | E7 | 32 | 19 | 0 | 9 | D2 | 47 | 44 |
| Octal | 163 | 255 | 347 | 62 | 31 | 0 | 11 | 322 | 107 | 104 |
| Binary | 1110011 | 10101101 | 11100111 | 110010 | 11001 | 0 | 1001 | 11010010 | 1000111 | 1000100 |
Color Harmonies of #73ADE7
Complementary color
Monochromatic Colors of #73ADE7
Black with #73ADE7
Text Example
Text Example
White with #73ADE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ADE7; }
p { color: rgb(115,173,231); }
H1.HeaderClassName
{
color: #73ADE7;
}
.AnyTagClassName
{
color: #73ADE7;
}
</style>
background-color css
<style>
a { background-color: #73ADE7; }
a { background-color: rgb(115,173,231); }
div.DivClassName
{
background-color: #73ADE7;
}
.BgClassName
{
background-color: #73ADE7;
}
</style>
border-color css
<style>
span { border-color: #73ADE7; }
span { border-color: rgb(115,173,231); }
td.TdClassName
{
border-color: #73ADE7;
}
.TagClassName
{
border-color: #73ADE7;
}
</style>