Shades of Jordy Blue #78A8D7
Tints of Jordy Blue #78A8D7
RGB
CMYK
RGB Variations
Color information
#78A8D7 (or 0x78A8D7) is known color: Jordy Blue. HEX triplet: 78, A8 and D7. RGB value is (120,168,215). Sum of RGB (Red+Green+Blue) = 120+168+215=503 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.86% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #78A8D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A8D7 is #875728. Grayscale: #9E9E9E. Windows color (decimal): -8869673 or 14133368. OLE color: 14133368.
HSL color Cylindrical-coordinate representation of color #78A8D7: hue angle of 209.68º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78A8D7 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 168 | 215 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.16 |
| HSL | 209.68º | 0.54% | 0.66% | - |
| HSV(B) | 209.68º | 0.44% | 0.84% | - |
| XYZ | 34.01 | 36.9 | 69.62 | - |
| YUV | 159.01 | 159.6 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 168 | 215 | 0.44 | 0.22 | 0 | 0.16 | 209.68 | 0.54 | 0.66 |
| Hex | 78 | A8 | D7 | 2C | 16 | 0 | 10 | D2 | 36 | 42 |
| Octal | 170 | 250 | 327 | 54 | 26 | 0 | 20 | 322 | 66 | 102 |
| Binary | 1111000 | 10101000 | 11010111 | 101100 | 10110 | 0 | 10000 | 11010010 | 110110 | 1000010 |
Color Harmonies of #78A8D7
Complementary color
Monochromatic Colors of #78A8D7
Black with #78A8D7
Text Example
Text Example
White with #78A8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A8D7; }
p { color: rgb(120,168,215); }
H1.HeaderClassName
{
color: #78A8D7;
}
.AnyTagClassName
{
color: #78A8D7;
}
</style>
background-color css
<style>
a { background-color: #78A8D7; }
a { background-color: rgb(120,168,215); }
div.DivClassName
{
background-color: #78A8D7;
}
.BgClassName
{
background-color: #78A8D7;
}
</style>
border-color css
<style>
span { border-color: #78A8D7; }
span { border-color: rgb(120,168,215); }
td.TdClassName
{
border-color: #78A8D7;
}
.TagClassName
{
border-color: #78A8D7;
}
</style>