Shades of Jordy Blue #73ADE1
Tints of Jordy Blue #73ADE1
RGB
CMYK
RGB Variations
Color information
#73ADE1 (or 0x73ADE1) is known color: Jordy Blue. HEX triplet: 73, AD and E1. RGB value is (115,173,225). Sum of RGB (Red+Green+Blue) = 115+173+225=513 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.42% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #73ADE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ADE1 is #8C521E. Grayscale: #A1A1A1. Windows color (decimal): -9196063 or 14790003. OLE color: 14790003.
HSL color Cylindrical-coordinate representation of color #73ADE1: hue angle of 208.36º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73ADE1 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 173 | 225 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.12 |
| HSL | 208.36º | 0.65% | 0.67% | - |
| HSV(B) | 208.36º | 0.49% | 0.88% | - |
| XYZ | 35.6 | 38.97 | 76.88 | - |
| YUV | 161.59 | 163.78 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 225 | 0.49 | 0.23 | 0 | 0.12 | 208.36 | 0.65 | 0.67 |
| Hex | 73 | AD | E1 | 31 | 17 | 0 | C | D0 | 41 | 43 |
| Octal | 163 | 255 | 341 | 61 | 27 | 0 | 14 | 320 | 101 | 103 |
| Binary | 1110011 | 10101101 | 11100001 | 110001 | 10111 | 0 | 1100 | 11010000 | 1000001 | 1000011 |
Color Harmonies of #73ADE1
Complementary color
Monochromatic Colors of #73ADE1
Black with #73ADE1
Text Example
Text Example
White with #73ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ADE1; }
p { color: rgb(115,173,225); }
H1.HeaderClassName
{
color: #73ADE1;
}
.AnyTagClassName
{
color: #73ADE1;
}
</style>
background-color css
<style>
a { background-color: #73ADE1; }
a { background-color: rgb(115,173,225); }
div.DivClassName
{
background-color: #73ADE1;
}
.BgClassName
{
background-color: #73ADE1;
}
</style>
border-color css
<style>
span { border-color: #73ADE1; }
span { border-color: rgb(115,173,225); }
td.TdClassName
{
border-color: #73ADE1;
}
.TagClassName
{
border-color: #73ADE1;
}
</style>