Shades of Jordy Blue #77A7D5
Tints of Jordy Blue #77A7D5
RGB
CMYK
RGB Variations
Color information
#77A7D5 (or 0x77A7D5) is known color: Jordy Blue. HEX triplet: 77, A7 and D5. RGB value is (119,167,213). Sum of RGB (Red+Green+Blue) = 119+167+213=499 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.85% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #77A7D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A7D5 is #88582A. Grayscale: #9D9D9D. Windows color (decimal): -8935467 or 14002039. OLE color: 14002039.
HSL color Cylindrical-coordinate representation of color #77A7D5: hue angle of 209.36º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77A7D5 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 167 | 213 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.16 |
| HSL | 209.36º | 0.53% | 0.65% | - |
| HSV(B) | 209.36º | 0.44% | 0.84% | - |
| XYZ | 33.44 | 36.36 | 68.21 | - |
| YUV | 157.89 | 159.1 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 167 | 213 | 0.44 | 0.22 | 0 | 0.16 | 209.36 | 0.53 | 0.65 |
| Hex | 77 | A7 | D5 | 2C | 16 | 0 | 10 | D1 | 35 | 41 |
| Octal | 167 | 247 | 325 | 54 | 26 | 0 | 20 | 321 | 65 | 101 |
| Binary | 1110111 | 10100111 | 11010101 | 101100 | 10110 | 0 | 10000 | 11010001 | 110101 | 1000001 |
Color Harmonies of #77A7D5
Complementary color
Monochromatic Colors of #77A7D5
Black with #77A7D5
Text Example
Text Example
White with #77A7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A7D5; }
p { color: rgb(119,167,213); }
H1.HeaderClassName
{
color: #77A7D5;
}
.AnyTagClassName
{
color: #77A7D5;
}
</style>
background-color css
<style>
a { background-color: #77A7D5; }
a { background-color: rgb(119,167,213); }
div.DivClassName
{
background-color: #77A7D5;
}
.BgClassName
{
background-color: #77A7D5;
}
</style>
border-color css
<style>
span { border-color: #77A7D5; }
span { border-color: rgb(119,167,213); }
td.TdClassName
{
border-color: #77A7D5;
}
.TagClassName
{
border-color: #77A7D5;
}
</style>