Shades of Jordy Blue #78B7E1
Tints of Jordy Blue #78B7E1
RGB
CMYK
RGB Variations
Color information
#78B7E1 (or 0x78B7E1) is known color: Jordy Blue. HEX triplet: 78, B7 and E1. RGB value is (120,183,225). Sum of RGB (Red+Green+Blue) = 120+183+225=528 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.73% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #78B7E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B7E1 is #87481E. Grayscale: #A8A8A8. Windows color (decimal): -8865823 or 14792568. OLE color: 14792568.
HSL color Cylindrical-coordinate representation of color #78B7E1: hue angle of 204º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78B7E1 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 120 | 183 | 225 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.12 |
| HSL | 204º | 0.64% | 0.68% | - |
| HSV(B) | 204º | 0.47% | 0.88% | - |
| XYZ | 38.27 | 43.3 | 77.57 | - |
| YUV | 168.95 | 159.63 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 183 | 225 | 0.47 | 0.19 | 0 | 0.12 | 204 | 0.64 | 0.68 |
| Hex | 78 | B7 | E1 | 2F | 13 | 0 | C | CC | 40 | 44 |
| Octal | 170 | 267 | 341 | 57 | 23 | 0 | 14 | 314 | 100 | 104 |
| Binary | 1111000 | 10110111 | 11100001 | 101111 | 10011 | 0 | 1100 | 11001100 | 1000000 | 1000100 |
Color Harmonies of #78B7E1
Complementary color
Monochromatic Colors of #78B7E1
Black with #78B7E1
Text Example
Text Example
White with #78B7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B7E1; }
p { color: rgb(120,183,225); }
H1.HeaderClassName
{
color: #78B7E1;
}
.AnyTagClassName
{
color: #78B7E1;
}
</style>
background-color css
<style>
a { background-color: #78B7E1; }
a { background-color: rgb(120,183,225); }
div.DivClassName
{
background-color: #78B7E1;
}
.BgClassName
{
background-color: #78B7E1;
}
</style>
border-color css
<style>
span { border-color: #78B7E1; }
span { border-color: rgb(120,183,225); }
td.TdClassName
{
border-color: #78B7E1;
}
.TagClassName
{
border-color: #78B7E1;
}
</style>