Shades of Jordy Blue #78A0EC
Tints of Jordy Blue #78A0EC
RGB
CMYK
RGB Variations
Color information
#78A0EC (or 0x78A0EC) is known color: Jordy Blue. HEX triplet: 78, A0 and EC. RGB value is (120,160,236). Sum of RGB (Red+Green+Blue) = 120+160+236=516 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.26% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #78A0EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A0EC is #875F13. Grayscale: #9C9C9C. Windows color (decimal): -8871700 or 15507576. OLE color: 15507576.
HSL color Cylindrical-coordinate representation of color #78A0EC: hue angle of 219.31º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78A0EC is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 160 | 236 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.07 |
| HSL | 219.31º | 0.75% | 0.7% | - |
| HSV(B) | 219.31º | 0.49% | 0.93% | - |
| XYZ | 35.46 | 35.19 | 84.28 | - |
| YUV | 156.7 | 172.75 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 160 | 236 | 0.49 | 0.32 | 0 | 0.07 | 219.31 | 0.75 | 0.7 |
| Hex | 78 | A0 | EC | 31 | 20 | 0 | 7 | DB | 4B | 46 |
| Octal | 170 | 240 | 354 | 61 | 40 | 0 | 7 | 333 | 113 | 106 |
| Binary | 1111000 | 10100000 | 11101100 | 110001 | 100000 | 0 | 111 | 11011011 | 1001011 | 1000110 |
Color Harmonies of #78A0EC
Complementary color
Monochromatic Colors of #78A0EC
Black with #78A0EC
Text Example
Text Example
White with #78A0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A0EC; }
p { color: rgb(120,160,236); }
H1.HeaderClassName
{
color: #78A0EC;
}
.AnyTagClassName
{
color: #78A0EC;
}
</style>
background-color css
<style>
a { background-color: #78A0EC; }
a { background-color: rgb(120,160,236); }
div.DivClassName
{
background-color: #78A0EC;
}
.BgClassName
{
background-color: #78A0EC;
}
</style>
border-color css
<style>
span { border-color: #78A0EC; }
span { border-color: rgb(120,160,236); }
td.TdClassName
{
border-color: #78A0EC;
}
.TagClassName
{
border-color: #78A0EC;
}
</style>