Shades of Jordy Blue #78A1EC
Tints of Jordy Blue #78A1EC
RGB
CMYK
RGB Variations
Color information
#78A1EC (or 0x78A1EC) is known color: Jordy Blue. HEX triplet: 78, A1 and EC. RGB value is (120,161,236). Sum of RGB (Red+Green+Blue) = 120+161+236=517 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.21% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #78A1EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A1EC is #875E13. Grayscale: #9C9C9C. Windows color (decimal): -8871444 or 15507832. OLE color: 15507832.
HSL color Cylindrical-coordinate representation of color #78A1EC: hue angle of 218.79º 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 #78A1EC is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 161 | 236 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.07 |
| HSL | 218.79º | 0.75% | 0.7% | - |
| HSV(B) | 218.79º | 0.49% | 0.93% | - |
| XYZ | 35.63 | 35.54 | 84.34 | - |
| YUV | 157.29 | 172.42 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 161 | 236 | 0.49 | 0.32 | 0 | 0.07 | 218.79 | 0.75 | 0.7 |
| Hex | 78 | A1 | EC | 31 | 20 | 0 | 7 | DB | 4B | 46 |
| Octal | 170 | 241 | 354 | 61 | 40 | 0 | 7 | 333 | 113 | 106 |
| Binary | 1111000 | 10100001 | 11101100 | 110001 | 100000 | 0 | 111 | 11011011 | 1001011 | 1000110 |
Color Harmonies of #78A1EC
Complementary color
Monochromatic Colors of #78A1EC
Black with #78A1EC
Text Example
Text Example
White with #78A1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A1EC; }
p { color: rgb(120,161,236); }
H1.HeaderClassName
{
color: #78A1EC;
}
.AnyTagClassName
{
color: #78A1EC;
}
</style>
background-color css
<style>
a { background-color: #78A1EC; }
a { background-color: rgb(120,161,236); }
div.DivClassName
{
background-color: #78A1EC;
}
.BgClassName
{
background-color: #78A1EC;
}
</style>
border-color css
<style>
span { border-color: #78A1EC; }
span { border-color: rgb(120,161,236); }
td.TdClassName
{
border-color: #78A1EC;
}
.TagClassName
{
border-color: #78A1EC;
}
</style>