Shades of Jordy Blue #78A9D0
Tints of Jordy Blue #78A9D0
RGB
CMYK
RGB Variations
Color information
#78A9D0 (or 0x78A9D0) is known color: Jordy Blue. HEX triplet: 78, A9 and D0. RGB value is (120,169,208). Sum of RGB (Red+Green+Blue) = 120+169+208=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #78A9D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A9D0 is #87562F. Grayscale: #9E9E9E. Windows color (decimal): -8869424 or 13674872. OLE color: 13674872.
HSL color Cylindrical-coordinate representation of color #78A9D0: hue angle of 206.59º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78A9D0 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 169 | 208 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.18 |
| HSL | 206.59º | 0.48% | 0.64% | - |
| HSV(B) | 206.59º | 0.42% | 0.82% | - |
| XYZ | 33.32 | 36.92 | 65.05 | - |
| YUV | 158.8 | 155.77 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 169 | 208 | 0.42 | 0.19 | 0 | 0.18 | 206.59 | 0.48 | 0.64 |
| Hex | 78 | A9 | D0 | 2A | 13 | 0 | 12 | CF | 30 | 40 |
| Octal | 170 | 251 | 320 | 52 | 23 | 0 | 22 | 317 | 60 | 100 |
| Binary | 1111000 | 10101001 | 11010000 | 101010 | 10011 | 0 | 10010 | 11001111 | 110000 | 1000000 |
Color Harmonies of #78A9D0
Complementary color
Monochromatic Colors of #78A9D0
Black with #78A9D0
Text Example
Text Example
White with #78A9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A9D0; }
p { color: rgb(120,169,208); }
H1.HeaderClassName
{
color: #78A9D0;
}
.AnyTagClassName
{
color: #78A9D0;
}
</style>
background-color css
<style>
a { background-color: #78A9D0; }
a { background-color: rgb(120,169,208); }
div.DivClassName
{
background-color: #78A9D0;
}
.BgClassName
{
background-color: #78A9D0;
}
</style>
border-color css
<style>
span { border-color: #78A9D0; }
span { border-color: rgb(120,169,208); }
td.TdClassName
{
border-color: #78A9D0;
}
.TagClassName
{
border-color: #78A9D0;
}
</style>