Shades of Jordy Blue #78ACDB
Tints of Jordy Blue #78ACDB
RGB
CMYK
RGB Variations
Color information
#78ACDB (or 0x78ACDB) is known color: Jordy Blue. HEX triplet: 78, AC and DB. RGB value is (120,172,219). Sum of RGB (Red+Green+Blue) = 120+172+219=511 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.48% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #78ACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ACDB is #875324. Grayscale: #A1A1A1. Windows color (decimal): -8868645 or 14396536. OLE color: 14396536.
HSL color Cylindrical-coordinate representation of color #78ACDB: hue angle of 208.48º 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 #78ACDB is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 172 | 219 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.14 |
| HSL | 208.48º | 0.58% | 0.66% | - |
| HSV(B) | 208.48º | 0.45% | 0.86% | - |
| XYZ | 35.28 | 38.61 | 72.61 | - |
| YUV | 161.81 | 160.27 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 172 | 219 | 0.45 | 0.21 | 0 | 0.14 | 208.48 | 0.58 | 0.66 |
| Hex | 78 | AC | DB | 2D | 15 | 0 | E | D0 | 3A | 42 |
| Octal | 170 | 254 | 333 | 55 | 25 | 0 | 16 | 320 | 72 | 102 |
| Binary | 1111000 | 10101100 | 11011011 | 101101 | 10101 | 0 | 1110 | 11010000 | 111010 | 1000010 |
Color Harmonies of #78ACDB
Complementary color
Monochromatic Colors of #78ACDB
Black with #78ACDB
Text Example
Text Example
White with #78ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ACDB; }
p { color: rgb(120,172,219); }
H1.HeaderClassName
{
color: #78ACDB;
}
.AnyTagClassName
{
color: #78ACDB;
}
</style>
background-color css
<style>
a { background-color: #78ACDB; }
a { background-color: rgb(120,172,219); }
div.DivClassName
{
background-color: #78ACDB;
}
.BgClassName
{
background-color: #78ACDB;
}
</style>
border-color css
<style>
span { border-color: #78ACDB; }
span { border-color: rgb(120,172,219); }
td.TdClassName
{
border-color: #78ACDB;
}
.TagClassName
{
border-color: #78ACDB;
}
</style>