Shades of Jordy Blue #73ADE3
Tints of Jordy Blue #73ADE3
RGB
CMYK
RGB Variations
Color information
#73ADE3 (or 0x73ADE3) is known color: Jordy Blue. HEX triplet: 73, AD and E3. RGB value is (115,173,227). Sum of RGB (Red+Green+Blue) = 115+173+227=515 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.33% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 227 (89.06% from 255 or 44.08% from 515); Max value from RGB is 227 - color contains mainly: blue. Hex color #73ADE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ADE3 is #8C521C. Grayscale: #A1A1A1. Windows color (decimal): -9196061 or 14921075. OLE color: 14921075.
HSL color Cylindrical-coordinate representation of color #73ADE3: hue angle of 208.93º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73ADE3 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 173 | 227 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.11 |
| HSL | 208.93º | 0.67% | 0.67% | - |
| HSV(B) | 208.93º | 0.49% | 0.89% | - |
| XYZ | 35.88 | 39.08 | 78.32 | - |
| YUV | 161.81 | 164.78 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 227 | 0.49 | 0.24 | 0 | 0.11 | 208.93 | 0.67 | 0.67 |
| Hex | 73 | AD | E3 | 31 | 18 | 0 | B | D1 | 43 | 43 |
| Octal | 163 | 255 | 343 | 61 | 30 | 0 | 13 | 321 | 103 | 103 |
| Binary | 1110011 | 10101101 | 11100011 | 110001 | 11000 | 0 | 1011 | 11010001 | 1000011 | 1000011 |
Color Harmonies of #73ADE3
Complementary color
Monochromatic Colors of #73ADE3
Black with #73ADE3
Text Example
Text Example
White with #73ADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ADE3; }
p { color: rgb(115,173,227); }
H1.HeaderClassName
{
color: #73ADE3;
}
.AnyTagClassName
{
color: #73ADE3;
}
</style>
background-color css
<style>
a { background-color: #73ADE3; }
a { background-color: rgb(115,173,227); }
div.DivClassName
{
background-color: #73ADE3;
}
.BgClassName
{
background-color: #73ADE3;
}
</style>
border-color css
<style>
span { border-color: #73ADE3; }
span { border-color: rgb(115,173,227); }
td.TdClassName
{
border-color: #73ADE3;
}
.TagClassName
{
border-color: #73ADE3;
}
</style>