Shades of Jordy Blue #73ACDA
Tints of Jordy Blue #73ACDA
RGB
CMYK
RGB Variations
Color information
#73ACDA (or 0x73ACDA) is known color: Jordy Blue. HEX triplet: 73, AC and DA. RGB value is (115,172,218). Sum of RGB (Red+Green+Blue) = 115+172+218=505 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.77% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #73ACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ACDA is #8C5325. Grayscale: #9F9F9F. Windows color (decimal): -9196326 or 14330995. OLE color: 14330995.
HSL color Cylindrical-coordinate representation of color #73ACDA: hue angle of 206.8º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73ACDA is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 172 | 218 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.15 |
| HSL | 206.8º | 0.58% | 0.65% | - |
| HSV(B) | 206.8º | 0.47% | 0.85% | - |
| XYZ | 34.48 | 38.21 | 71.89 | - |
| YUV | 160.2 | 160.62 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 172 | 218 | 0.47 | 0.21 | 0 | 0.15 | 206.8 | 0.58 | 0.65 |
| Hex | 73 | AC | DA | 2F | 15 | 0 | F | CF | 3A | 41 |
| Octal | 163 | 254 | 332 | 57 | 25 | 0 | 17 | 317 | 72 | 101 |
| Binary | 1110011 | 10101100 | 11011010 | 101111 | 10101 | 0 | 1111 | 11001111 | 111010 | 1000001 |
Color Harmonies of #73ACDA
Complementary color
Monochromatic Colors of #73ACDA
Black with #73ACDA
Text Example
Text Example
White with #73ACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ACDA; }
p { color: rgb(115,172,218); }
H1.HeaderClassName
{
color: #73ACDA;
}
.AnyTagClassName
{
color: #73ACDA;
}
</style>
background-color css
<style>
a { background-color: #73ACDA; }
a { background-color: rgb(115,172,218); }
div.DivClassName
{
background-color: #73ACDA;
}
.BgClassName
{
background-color: #73ACDA;
}
</style>
border-color css
<style>
span { border-color: #73ACDA; }
span { border-color: rgb(115,172,218); }
td.TdClassName
{
border-color: #73ACDA;
}
.TagClassName
{
border-color: #73ACDA;
}
</style>