Shades of Jordy Blue #73ADE4
Tints of Jordy Blue #73ADE4
RGB
CMYK
RGB Variations
Color information
#73ADE4 (or 0x73ADE4) is known color: Jordy Blue. HEX triplet: 73, AD and E4. RGB value is (115,173,228). Sum of RGB (Red+Green+Blue) = 115+173+228=516 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.29% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #73ADE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ADE4 is #8C521B. Grayscale: #A1A1A1. Windows color (decimal): -9196060 or 14986611. OLE color: 14986611.
HSL color Cylindrical-coordinate representation of color #73ADE4: hue angle of 209.2º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73ADE4 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 173 | 228 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.11 |
| HSL | 209.2º | 0.68% | 0.67% | - |
| HSV(B) | 209.2º | 0.5% | 0.89% | - |
| XYZ | 36.02 | 39.13 | 79.05 | - |
| YUV | 161.93 | 165.28 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 228 | 0.50 | 0.24 | 0 | 0.11 | 209.2 | 0.68 | 0.67 |
| Hex | 73 | AD | E4 | 32 | 18 | 0 | B | D1 | 44 | 43 |
| Octal | 163 | 255 | 344 | 62 | 30 | 0 | 13 | 321 | 104 | 103 |
| Binary | 1110011 | 10101101 | 11100100 | 110010 | 11000 | 0 | 1011 | 11010001 | 1000100 | 1000011 |
Color Harmonies of #73ADE4
Complementary color
Monochromatic Colors of #73ADE4
Black with #73ADE4
Text Example
Text Example
White with #73ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ADE4; }
p { color: rgb(115,173,228); }
H1.HeaderClassName
{
color: #73ADE4;
}
.AnyTagClassName
{
color: #73ADE4;
}
</style>
background-color css
<style>
a { background-color: #73ADE4; }
a { background-color: rgb(115,173,228); }
div.DivClassName
{
background-color: #73ADE4;
}
.BgClassName
{
background-color: #73ADE4;
}
</style>
border-color css
<style>
span { border-color: #73ADE4; }
span { border-color: rgb(115,173,228); }
td.TdClassName
{
border-color: #73ADE4;
}
.TagClassName
{
border-color: #73ADE4;
}
</style>