Shades of Jordy Blue #77A7DB
Tints of Jordy Blue #77A7DB
RGB
CMYK
RGB Variations
Color information
#77A7DB (or 0x77A7DB) is known color: Jordy Blue. HEX triplet: 77, A7 and DB. RGB value is (119,167,219). Sum of RGB (Red+Green+Blue) = 119+167+219=505 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.56% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #77A7DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A7DB is #885824. Grayscale: #9E9E9E. Windows color (decimal): -8935461 or 14395255. OLE color: 14395255.
HSL color Cylindrical-coordinate representation of color #77A7DB: hue angle of 211.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77A7DB is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 167 | 219 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.14 |
| HSL | 211.2º | 0.58% | 0.66% | - |
| HSV(B) | 211.2º | 0.46% | 0.86% | - |
| XYZ | 34.21 | 36.67 | 72.29 | - |
| YUV | 158.58 | 162.1 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 167 | 219 | 0.46 | 0.24 | 0 | 0.14 | 211.2 | 0.58 | 0.66 |
| Hex | 77 | A7 | DB | 2E | 18 | 0 | E | D3 | 3A | 42 |
| Octal | 167 | 247 | 333 | 56 | 30 | 0 | 16 | 323 | 72 | 102 |
| Binary | 1110111 | 10100111 | 11011011 | 101110 | 11000 | 0 | 1110 | 11010011 | 111010 | 1000010 |
Color Harmonies of #77A7DB
Complementary color
Monochromatic Colors of #77A7DB
Black with #77A7DB
Text Example
Text Example
White with #77A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A7DB; }
p { color: rgb(119,167,219); }
H1.HeaderClassName
{
color: #77A7DB;
}
.AnyTagClassName
{
color: #77A7DB;
}
</style>
background-color css
<style>
a { background-color: #77A7DB; }
a { background-color: rgb(119,167,219); }
div.DivClassName
{
background-color: #77A7DB;
}
.BgClassName
{
background-color: #77A7DB;
}
</style>
border-color css
<style>
span { border-color: #77A7DB; }
span { border-color: rgb(119,167,219); }
td.TdClassName
{
border-color: #77A7DB;
}
.TagClassName
{
border-color: #77A7DB;
}
</style>