Shades of Jordy Blue #78B0ED
Tints of Jordy Blue #78B0ED
RGB
CMYK
RGB Variations
Color information
#78B0ED (or 0x78B0ED) is known color: Jordy Blue. HEX triplet: 78, B0 and ED. RGB value is (120,176,237). Sum of RGB (Red+Green+Blue) = 120+176+237=533 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.51% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #78B0ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78B0ED is #874F12. Grayscale: #A5A5A5. Windows color (decimal): -8867603 or 15577208. OLE color: 15577208.
HSL color Cylindrical-coordinate representation of color #78B0ED: hue angle of 211.28º degrees, saturation: 0.76, 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 #78B0ED is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 176 | 237 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.07 |
| HSL | 211.28º | 0.76% | 0.7% | - |
| HSV(B) | 211.28º | 0.49% | 0.93% | - |
| XYZ | 38.56 | 41.16 | 86.03 | - |
| YUV | 166.21 | 167.95 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 176 | 237 | 0.49 | 0.26 | 0 | 0.07 | 211.28 | 0.76 | 0.7 |
| Hex | 78 | B0 | ED | 31 | 1A | 0 | 7 | D3 | 4C | 46 |
| Octal | 170 | 260 | 355 | 61 | 32 | 0 | 7 | 323 | 114 | 106 |
| Binary | 1111000 | 10110000 | 11101101 | 110001 | 11010 | 0 | 111 | 11010011 | 1001100 | 1000110 |
Color Harmonies of #78B0ED
Complementary color
Monochromatic Colors of #78B0ED
Black with #78B0ED
Text Example
Text Example
White with #78B0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B0ED; }
p { color: rgb(120,176,237); }
H1.HeaderClassName
{
color: #78B0ED;
}
.AnyTagClassName
{
color: #78B0ED;
}
</style>
background-color css
<style>
a { background-color: #78B0ED; }
a { background-color: rgb(120,176,237); }
div.DivClassName
{
background-color: #78B0ED;
}
.BgClassName
{
background-color: #78B0ED;
}
</style>
border-color css
<style>
span { border-color: #78B0ED; }
span { border-color: rgb(120,176,237); }
td.TdClassName
{
border-color: #78B0ED;
}
.TagClassName
{
border-color: #78B0ED;
}
</style>