Shades of Jordy Blue #73AADC
Tints of Jordy Blue #73AADC
RGB
CMYK
RGB Variations
Color information
#73AADC (or 0x73AADC) is known color: Jordy Blue. HEX triplet: 73, AA and DC. RGB value is (115,170,220). Sum of RGB (Red+Green+Blue) = 115+170+220=505 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.77% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #73AADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AADC is #8C5523. Grayscale: #9F9F9F. Windows color (decimal): -9196836 or 14461555. OLE color: 14461555.
HSL color Cylindrical-coordinate representation of color #73AADC: hue angle of 208.57º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73AADC is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 170 | 220 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.14 |
| HSL | 208.57º | 0.6% | 0.66% | - |
| HSV(B) | 208.57º | 0.48% | 0.86% | - |
| XYZ | 34.36 | 37.56 | 73.15 | - |
| YUV | 159.26 | 162.28 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 220 | 0.48 | 0.23 | 0 | 0.14 | 208.57 | 0.6 | 0.66 |
| Hex | 73 | AA | DC | 30 | 17 | 0 | E | D1 | 3C | 42 |
| Octal | 163 | 252 | 334 | 60 | 27 | 0 | 16 | 321 | 74 | 102 |
| Binary | 1110011 | 10101010 | 11011100 | 110000 | 10111 | 0 | 1110 | 11010001 | 111100 | 1000010 |
Color Harmonies of #73AADC
Complementary color
Monochromatic Colors of #73AADC
Black with #73AADC
Text Example
Text Example
White with #73AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AADC; }
p { color: rgb(115,170,220); }
H1.HeaderClassName
{
color: #73AADC;
}
.AnyTagClassName
{
color: #73AADC;
}
</style>
background-color css
<style>
a { background-color: #73AADC; }
a { background-color: rgb(115,170,220); }
div.DivClassName
{
background-color: #73AADC;
}
.BgClassName
{
background-color: #73AADC;
}
</style>
border-color css
<style>
span { border-color: #73AADC; }
span { border-color: rgb(115,170,220); }
td.TdClassName
{
border-color: #73AADC;
}
.TagClassName
{
border-color: #73AADC;
}
</style>