Shades of Jordy Blue #78B0DB
Tints of Jordy Blue #78B0DB
RGB
CMYK
RGB Variations
Color information
#78B0DB (or 0x78B0DB) is known color: Jordy Blue. HEX triplet: 78, B0 and DB. RGB value is (120,176,219). Sum of RGB (Red+Green+Blue) = 120+176+219=515 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.30% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #78B0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78B0DB is #874F24. Grayscale: #A3A3A3. Windows color (decimal): -8867621 or 14397560. OLE color: 14397560.
HSL color Cylindrical-coordinate representation of color #78B0DB: hue angle of 206.06º 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 #78B0DB is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 176 | 219 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.14 |
| HSL | 206.06º | 0.58% | 0.66% | - |
| HSV(B) | 206.06º | 0.45% | 0.86% | - |
| XYZ | 36.06 | 40.16 | 72.87 | - |
| YUV | 164.16 | 158.95 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 176 | 219 | 0.45 | 0.20 | 0 | 0.14 | 206.06 | 0.58 | 0.66 |
| Hex | 78 | B0 | DB | 2D | 14 | 0 | E | CE | 3A | 42 |
| Octal | 170 | 260 | 333 | 55 | 24 | 0 | 16 | 316 | 72 | 102 |
| Binary | 1111000 | 10110000 | 11011011 | 101101 | 10100 | 0 | 1110 | 11001110 | 111010 | 1000010 |
Color Harmonies of #78B0DB
Complementary color
Monochromatic Colors of #78B0DB
Black with #78B0DB
Text Example
Text Example
White with #78B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B0DB; }
p { color: rgb(120,176,219); }
H1.HeaderClassName
{
color: #78B0DB;
}
.AnyTagClassName
{
color: #78B0DB;
}
</style>
background-color css
<style>
a { background-color: #78B0DB; }
a { background-color: rgb(120,176,219); }
div.DivClassName
{
background-color: #78B0DB;
}
.BgClassName
{
background-color: #78B0DB;
}
</style>
border-color css
<style>
span { border-color: #78B0DB; }
span { border-color: rgb(120,176,219); }
td.TdClassName
{
border-color: #78B0DB;
}
.TagClassName
{
border-color: #78B0DB;
}
</style>