Shades of Jordy Blue #78A6DB
Tints of Jordy Blue #78A6DB
RGB
CMYK
RGB Variations
Color information
#78A6DB (or 0x78A6DB) is known color: Jordy Blue. HEX triplet: 78, A6 and DB. RGB value is (120,166,219). Sum of RGB (Red+Green+Blue) = 120+166+219=505 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.76% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #78A6DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A6DB is #875924. Grayscale: #9E9E9E. Windows color (decimal): -8870181 or 14395000. OLE color: 14395000.
HSL color Cylindrical-coordinate representation of color #78A6DB: hue angle of 212.12º 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 #78A6DB is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 166 | 219 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.14 |
| HSL | 212.12º | 0.58% | 0.66% | - |
| HSV(B) | 212.12º | 0.45% | 0.86% | - |
| XYZ | 34.17 | 36.38 | 72.24 | - |
| YUV | 158.29 | 162.26 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 166 | 219 | 0.45 | 0.24 | 0 | 0.14 | 212.12 | 0.58 | 0.66 |
| Hex | 78 | A6 | DB | 2D | 18 | 0 | E | D4 | 3A | 42 |
| Octal | 170 | 246 | 333 | 55 | 30 | 0 | 16 | 324 | 72 | 102 |
| Binary | 1111000 | 10100110 | 11011011 | 101101 | 11000 | 0 | 1110 | 11010100 | 111010 | 1000010 |
Color Harmonies of #78A6DB
Complementary color
Monochromatic Colors of #78A6DB
Black with #78A6DB
Text Example
Text Example
White with #78A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A6DB; }
p { color: rgb(120,166,219); }
H1.HeaderClassName
{
color: #78A6DB;
}
.AnyTagClassName
{
color: #78A6DB;
}
</style>
background-color css
<style>
a { background-color: #78A6DB; }
a { background-color: rgb(120,166,219); }
div.DivClassName
{
background-color: #78A6DB;
}
.BgClassName
{
background-color: #78A6DB;
}
</style>
border-color css
<style>
span { border-color: #78A6DB; }
span { border-color: rgb(120,166,219); }
td.TdClassName
{
border-color: #78A6DB;
}
.TagClassName
{
border-color: #78A6DB;
}
</style>