Shades of Jordy Blue #77A9DD
Tints of Jordy Blue #77A9DD
RGB
CMYK
RGB Variations
Color information
#77A9DD (or 0x77A9DD) is known color: Jordy Blue. HEX triplet: 77, A9 and DD. RGB value is (119,169,221). Sum of RGB (Red+Green+Blue) = 119+169+221=509 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.38% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #77A9DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A9DD is #885622. Grayscale: #9F9F9F. Windows color (decimal): -8934947 or 14526839. OLE color: 14526839.
HSL color Cylindrical-coordinate representation of color #77A9DD: hue angle of 210.59º 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 #77A9DD is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 169 | 221 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.13 |
| HSL | 210.59º | 0.6% | 0.67% | - |
| HSV(B) | 210.59º | 0.46% | 0.87% | - |
| XYZ | 34.85 | 37.52 | 73.81 | - |
| YUV | 159.98 | 162.44 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 169 | 221 | 0.46 | 0.24 | 0 | 0.13 | 210.59 | 0.6 | 0.67 |
| Hex | 77 | A9 | DD | 2E | 18 | 0 | D | D3 | 3C | 43 |
| Octal | 167 | 251 | 335 | 56 | 30 | 0 | 15 | 323 | 74 | 103 |
| Binary | 1110111 | 10101001 | 11011101 | 101110 | 11000 | 0 | 1101 | 11010011 | 111100 | 1000011 |
Color Harmonies of #77A9DD
Complementary color
Monochromatic Colors of #77A9DD
Black with #77A9DD
Text Example
Text Example
White with #77A9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A9DD; }
p { color: rgb(119,169,221); }
H1.HeaderClassName
{
color: #77A9DD;
}
.AnyTagClassName
{
color: #77A9DD;
}
</style>
background-color css
<style>
a { background-color: #77A9DD; }
a { background-color: rgb(119,169,221); }
div.DivClassName
{
background-color: #77A9DD;
}
.BgClassName
{
background-color: #77A9DD;
}
</style>
border-color css
<style>
span { border-color: #77A9DD; }
span { border-color: rgb(119,169,221); }
td.TdClassName
{
border-color: #77A9DD;
}
.TagClassName
{
border-color: #77A9DD;
}
</style>