Shades of Jordy Blue #78ADDB
Tints of Jordy Blue #78ADDB
RGB
CMYK
RGB Variations
Color information
#78ADDB (or 0x78ADDB) is known color: Jordy Blue. HEX triplet: 78, AD and DB. RGB value is (120,173,219). Sum of RGB (Red+Green+Blue) = 120+173+219=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #78ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ADDB is #875224. Grayscale: #A2A2A2. Windows color (decimal): -8868389 or 14396792. OLE color: 14396792.
HSL color Cylindrical-coordinate representation of color #78ADDB: hue angle of 207.88º 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 #78ADDB is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 173 | 219 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.14 |
| HSL | 207.88º | 0.58% | 0.66% | - |
| HSV(B) | 207.88º | 0.45% | 0.86% | - |
| XYZ | 35.48 | 38.99 | 72.67 | - |
| YUV | 162.4 | 159.94 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 219 | 0.45 | 0.21 | 0 | 0.14 | 207.88 | 0.58 | 0.66 |
| Hex | 78 | AD | DB | 2D | 15 | 0 | E | D0 | 3A | 42 |
| Octal | 170 | 255 | 333 | 55 | 25 | 0 | 16 | 320 | 72 | 102 |
| Binary | 1111000 | 10101101 | 11011011 | 101101 | 10101 | 0 | 1110 | 11010000 | 111010 | 1000010 |
Color Harmonies of #78ADDB
Complementary color
Monochromatic Colors of #78ADDB
Black with #78ADDB
Text Example
Text Example
White with #78ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ADDB; }
p { color: rgb(120,173,219); }
H1.HeaderClassName
{
color: #78ADDB;
}
.AnyTagClassName
{
color: #78ADDB;
}
</style>
background-color css
<style>
a { background-color: #78ADDB; }
a { background-color: rgb(120,173,219); }
div.DivClassName
{
background-color: #78ADDB;
}
.BgClassName
{
background-color: #78ADDB;
}
</style>
border-color css
<style>
span { border-color: #78ADDB; }
span { border-color: rgb(120,173,219); }
td.TdClassName
{
border-color: #78ADDB;
}
.TagClassName
{
border-color: #78ADDB;
}
</style>