Shades of Jordy Blue #78AFDB
Tints of Jordy Blue #78AFDB
RGB
CMYK
RGB Variations
Color information
#78AFDB (or 0x78AFDB) is known color: Jordy Blue. HEX triplet: 78, AF and DB. RGB value is (120,175,219). Sum of RGB (Red+Green+Blue) = 120+175+219=514 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.35% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #78AFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AFDB is #875024. Grayscale: #A3A3A3. Windows color (decimal): -8867877 or 14397304. OLE color: 14397304.
HSL color Cylindrical-coordinate representation of color #78AFDB: hue angle of 206.67º 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 #78AFDB is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 175 | 219 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.14 |
| HSL | 206.67º | 0.58% | 0.66% | - |
| HSV(B) | 206.67º | 0.45% | 0.86% | - |
| XYZ | 35.86 | 39.77 | 72.8 | - |
| YUV | 163.57 | 159.28 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 175 | 219 | 0.45 | 0.20 | 0 | 0.14 | 206.67 | 0.58 | 0.66 |
| Hex | 78 | AF | DB | 2D | 14 | 0 | E | CF | 3A | 42 |
| Octal | 170 | 257 | 333 | 55 | 24 | 0 | 16 | 317 | 72 | 102 |
| Binary | 1111000 | 10101111 | 11011011 | 101101 | 10100 | 0 | 1110 | 11001111 | 111010 | 1000010 |
Color Harmonies of #78AFDB
Complementary color
Monochromatic Colors of #78AFDB
Black with #78AFDB
Text Example
Text Example
White with #78AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AFDB; }
p { color: rgb(120,175,219); }
H1.HeaderClassName
{
color: #78AFDB;
}
.AnyTagClassName
{
color: #78AFDB;
}
</style>
background-color css
<style>
a { background-color: #78AFDB; }
a { background-color: rgb(120,175,219); }
div.DivClassName
{
background-color: #78AFDB;
}
.BgClassName
{
background-color: #78AFDB;
}
</style>
border-color css
<style>
span { border-color: #78AFDB; }
span { border-color: rgb(120,175,219); }
td.TdClassName
{
border-color: #78AFDB;
}
.TagClassName
{
border-color: #78AFDB;
}
</style>