Shades of Jordy Blue #78ADDD
Tints of Jordy Blue #78ADDD
RGB
CMYK
RGB Variations
Color information
#78ADDD (or 0x78ADDD) is known color: Jordy Blue. HEX triplet: 78, AD and DD. RGB value is (120,173,221). Sum of RGB (Red+Green+Blue) = 120+173+221=514 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.35% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #78ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ADDD is #875222. Grayscale: #A2A2A2. Windows color (decimal): -8868387 or 14527864. OLE color: 14527864.
HSL color Cylindrical-coordinate representation of color #78ADDD: hue angle of 208.51º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78ADDD is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 173 | 221 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.13 |
| HSL | 208.51º | 0.6% | 0.67% | - |
| HSV(B) | 208.51º | 0.46% | 0.87% | - |
| XYZ | 35.74 | 39.1 | 74.07 | - |
| YUV | 162.63 | 160.94 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 221 | 0.46 | 0.22 | 0 | 0.13 | 208.51 | 0.6 | 0.67 |
| Hex | 78 | AD | DD | 2E | 16 | 0 | D | D1 | 3C | 43 |
| Octal | 170 | 255 | 335 | 56 | 26 | 0 | 15 | 321 | 74 | 103 |
| Binary | 1111000 | 10101101 | 11011101 | 101110 | 10110 | 0 | 1101 | 11010001 | 111100 | 1000011 |
Color Harmonies of #78ADDD
Complementary color
Monochromatic Colors of #78ADDD
Black with #78ADDD
Text Example
Text Example
White with #78ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ADDD; }
p { color: rgb(120,173,221); }
H1.HeaderClassName
{
color: #78ADDD;
}
.AnyTagClassName
{
color: #78ADDD;
}
</style>
background-color css
<style>
a { background-color: #78ADDD; }
a { background-color: rgb(120,173,221); }
div.DivClassName
{
background-color: #78ADDD;
}
.BgClassName
{
background-color: #78ADDD;
}
</style>
border-color css
<style>
span { border-color: #78ADDD; }
span { border-color: rgb(120,173,221); }
td.TdClassName
{
border-color: #78ADDD;
}
.TagClassName
{
border-color: #78ADDD;
}
</style>