Shades of Jordy Blue #78ABD8
Tints of Jordy Blue #78ABD8
RGB
CMYK
RGB Variations
Color information
#78ABD8 (or 0x78ABD8) is known color: Jordy Blue. HEX triplet: 78, AB and D8. RGB value is (120,171,216). Sum of RGB (Red+Green+Blue) = 120+171+216=507 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.67% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 216 - color contains mainly: blue. Hex color #78ABD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ABD8 is #875427. Grayscale: #A0A0A0. Windows color (decimal): -8868904 or 14199672. OLE color: 14199672.
HSL color Cylindrical-coordinate representation of color #78ABD8: hue angle of 208.12º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78ABD8 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 171 | 216 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.15 |
| HSL | 208.13º | 0.55% | 0.66% | - |
| HSV(B) | 208.13º | 0.44% | 0.85% | - |
| XYZ | 34.7 | 38.08 | 70.49 | - |
| YUV | 160.88 | 159.1 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 216 | 0.44 | 0.21 | 0 | 0.15 | 208.13 | 0.55 | 0.66 |
| Hex | 78 | AB | D8 | 2C | 15 | 0 | F | D0 | 37 | 42 |
| Octal | 170 | 253 | 330 | 54 | 25 | 0 | 17 | 320 | 67 | 102 |
| Binary | 1111000 | 10101011 | 11011000 | 101100 | 10101 | 0 | 1111 | 11010000 | 110111 | 1000010 |
Color Harmonies of #78ABD8
Complementary color
Monochromatic Colors of #78ABD8
Black with #78ABD8
Text Example
Text Example
White with #78ABD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ABD8; }
p { color: rgb(120,171,216); }
H1.HeaderClassName
{
color: #78ABD8;
}
.AnyTagClassName
{
color: #78ABD8;
}
</style>
background-color css
<style>
a { background-color: #78ABD8; }
a { background-color: rgb(120,171,216); }
div.DivClassName
{
background-color: #78ABD8;
}
.BgClassName
{
background-color: #78ABD8;
}
</style>
border-color css
<style>
span { border-color: #78ABD8; }
span { border-color: rgb(120,171,216); }
td.TdClassName
{
border-color: #78ABD8;
}
.TagClassName
{
border-color: #78ABD8;
}
</style>