Shades of Jordy Blue #78ABDB
Tints of Jordy Blue #78ABDB
RGB
CMYK
RGB Variations
Color information
#78ABDB (or 0x78ABDB) is known color: Jordy Blue. HEX triplet: 78, AB and DB. RGB value is (120,171,219). Sum of RGB (Red+Green+Blue) = 120+171+219=510 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.53% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #78ABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ABDB is #875424. Grayscale: #A0A0A0. Windows color (decimal): -8868901 or 14396280. OLE color: 14396280.
HSL color Cylindrical-coordinate representation of color #78ABDB: hue angle of 209.09º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78ABDB is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 171 | 219 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.14 |
| HSL | 209.09º | 0.58% | 0.66% | - |
| HSV(B) | 209.09º | 0.45% | 0.86% | - |
| XYZ | 35.09 | 38.23 | 72.55 | - |
| YUV | 161.22 | 160.6 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 219 | 0.45 | 0.22 | 0 | 0.14 | 209.09 | 0.58 | 0.66 |
| Hex | 78 | AB | DB | 2D | 16 | 0 | E | D1 | 3A | 42 |
| Octal | 170 | 253 | 333 | 55 | 26 | 0 | 16 | 321 | 72 | 102 |
| Binary | 1111000 | 10101011 | 11011011 | 101101 | 10110 | 0 | 1110 | 11010001 | 111010 | 1000010 |
Color Harmonies of #78ABDB
Complementary color
Monochromatic Colors of #78ABDB
Black with #78ABDB
Text Example
Text Example
White with #78ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ABDB; }
p { color: rgb(120,171,219); }
H1.HeaderClassName
{
color: #78ABDB;
}
.AnyTagClassName
{
color: #78ABDB;
}
</style>
background-color css
<style>
a { background-color: #78ABDB; }
a { background-color: rgb(120,171,219); }
div.DivClassName
{
background-color: #78ABDB;
}
.BgClassName
{
background-color: #78ABDB;
}
</style>
border-color css
<style>
span { border-color: #78ABDB; }
span { border-color: rgb(120,171,219); }
td.TdClassName
{
border-color: #78ABDB;
}
.TagClassName
{
border-color: #78ABDB;
}
</style>