Shades of Jordy Blue #73ACDD
Tints of Jordy Blue #73ACDD
RGB
CMYK
RGB Variations
Color information
#73ACDD (or 0x73ACDD) is known color: Jordy Blue. HEX triplet: 73, AC and DD. RGB value is (115,172,221). Sum of RGB (Red+Green+Blue) = 115+172+221=508 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.64% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #73ACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ACDD is #8C5322. Grayscale: #A0A0A0. Windows color (decimal): -9196323 or 14527603. OLE color: 14527603.
HSL color Cylindrical-coordinate representation of color #73ACDD: hue angle of 207.74º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73ACDD is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 172 | 221 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.13 |
| HSL | 207.74º | 0.61% | 0.66% | - |
| HSV(B) | 207.74º | 0.48% | 0.87% | - |
| XYZ | 34.87 | 38.37 | 73.97 | - |
| YUV | 160.54 | 162.12 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 172 | 221 | 0.48 | 0.22 | 0 | 0.13 | 207.74 | 0.61 | 0.66 |
| Hex | 73 | AC | DD | 30 | 16 | 0 | D | D0 | 3D | 42 |
| Octal | 163 | 254 | 335 | 60 | 26 | 0 | 15 | 320 | 75 | 102 |
| Binary | 1110011 | 10101100 | 11011101 | 110000 | 10110 | 0 | 1101 | 11010000 | 111101 | 1000010 |
Color Harmonies of #73ACDD
Complementary color
Monochromatic Colors of #73ACDD
Black with #73ACDD
Text Example
Text Example
White with #73ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ACDD; }
p { color: rgb(115,172,221); }
H1.HeaderClassName
{
color: #73ACDD;
}
.AnyTagClassName
{
color: #73ACDD;
}
</style>
background-color css
<style>
a { background-color: #73ACDD; }
a { background-color: rgb(115,172,221); }
div.DivClassName
{
background-color: #73ACDD;
}
.BgClassName
{
background-color: #73ACDD;
}
</style>
border-color css
<style>
span { border-color: #73ACDD; }
span { border-color: rgb(115,172,221); }
td.TdClassName
{
border-color: #73ACDD;
}
.TagClassName
{
border-color: #73ACDD;
}
</style>