Shades of Jordy Blue #78AADB
Tints of Jordy Blue #78AADB
RGB
CMYK
RGB Variations
Color information
#78AADB (or 0x78AADB) is known color: Jordy Blue. HEX triplet: 78, AA and DB. RGB value is (120,170,219). Sum of RGB (Red+Green+Blue) = 120+170+219=509 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.58% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #78AADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AADB is #875524. Grayscale: #A0A0A0. Windows color (decimal): -8869157 or 14396024. OLE color: 14396024.
HSL color Cylindrical-coordinate representation of color #78AADB: hue angle of 209.7º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78AADB is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 170 | 219 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.14 |
| HSL | 209.7º | 0.58% | 0.66% | - |
| HSV(B) | 209.7º | 0.45% | 0.86% | - |
| XYZ | 34.91 | 37.86 | 72.49 | - |
| YUV | 160.64 | 160.94 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 170 | 219 | 0.45 | 0.22 | 0 | 0.14 | 209.7 | 0.58 | 0.66 |
| Hex | 78 | AA | DB | 2D | 16 | 0 | E | D2 | 3A | 42 |
| Octal | 170 | 252 | 333 | 55 | 26 | 0 | 16 | 322 | 72 | 102 |
| Binary | 1111000 | 10101010 | 11011011 | 101101 | 10110 | 0 | 1110 | 11010010 | 111010 | 1000010 |
Color Harmonies of #78AADB
Complementary color
Monochromatic Colors of #78AADB
Black with #78AADB
Text Example
Text Example
White with #78AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AADB; }
p { color: rgb(120,170,219); }
H1.HeaderClassName
{
color: #78AADB;
}
.AnyTagClassName
{
color: #78AADB;
}
</style>
background-color css
<style>
a { background-color: #78AADB; }
a { background-color: rgb(120,170,219); }
div.DivClassName
{
background-color: #78AADB;
}
.BgClassName
{
background-color: #78AADB;
}
</style>
border-color css
<style>
span { border-color: #78AADB; }
span { border-color: rgb(120,170,219); }
td.TdClassName
{
border-color: #78AADB;
}
.TagClassName
{
border-color: #78AADB;
}
</style>