Shades of Jordy Blue #77ABDD
Tints of Jordy Blue #77ABDD
RGB
CMYK
RGB Variations
Color information
#77ABDD (or 0x77ABDD) is known color: Jordy Blue. HEX triplet: 77, AB and DD. RGB value is (119,171,221). Sum of RGB (Red+Green+Blue) = 119+171+221=511 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.29% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #77ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ABDD is #885422. Grayscale: #A0A0A0. Windows color (decimal): -8934435 or 14527351. OLE color: 14527351.
HSL color Cylindrical-coordinate representation of color #77ABDD: hue angle of 209.41º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77ABDD is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 171 | 221 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.13 |
| HSL | 209.41º | 0.6% | 0.67% | - |
| HSV(B) | 209.41º | 0.46% | 0.87% | - |
| XYZ | 35.22 | 38.27 | 73.94 | - |
| YUV | 161.15 | 161.77 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 171 | 221 | 0.46 | 0.23 | 0 | 0.13 | 209.41 | 0.6 | 0.67 |
| Hex | 77 | AB | DD | 2E | 17 | 0 | D | D1 | 3C | 43 |
| Octal | 167 | 253 | 335 | 56 | 27 | 0 | 15 | 321 | 74 | 103 |
| Binary | 1110111 | 10101011 | 11011101 | 101110 | 10111 | 0 | 1101 | 11010001 | 111100 | 1000011 |
Color Harmonies of #77ABDD
Complementary color
Monochromatic Colors of #77ABDD
Black with #77ABDD
Text Example
Text Example
White with #77ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ABDD; }
p { color: rgb(119,171,221); }
H1.HeaderClassName
{
color: #77ABDD;
}
.AnyTagClassName
{
color: #77ABDD;
}
</style>
background-color css
<style>
a { background-color: #77ABDD; }
a { background-color: rgb(119,171,221); }
div.DivClassName
{
background-color: #77ABDD;
}
.BgClassName
{
background-color: #77ABDD;
}
</style>
border-color css
<style>
span { border-color: #77ABDD; }
span { border-color: rgb(119,171,221); }
td.TdClassName
{
border-color: #77ABDD;
}
.TagClassName
{
border-color: #77ABDD;
}
</style>