Shades of Jordy Blue #77AADD
Tints of Jordy Blue #77AADD
RGB
CMYK
RGB Variations
Color information
#77AADD (or 0x77AADD) is known color: Jordy Blue. HEX triplet: 77, AA and DD. RGB value is (119,170,221). Sum of RGB (Red+Green+Blue) = 119+170+221=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #77AADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AADD is #885522. Grayscale: #A0A0A0. Windows color (decimal): -8934691 or 14527095. OLE color: 14527095.
HSL color Cylindrical-coordinate representation of color #77AADD: hue angle of 210º 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 #77AADD is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 170 | 221 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.13 |
| HSL | 210º | 0.6% | 0.67% | - |
| HSV(B) | 210º | 0.46% | 0.87% | - |
| XYZ | 35.03 | 37.89 | 73.87 | - |
| YUV | 160.57 | 162.1 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 221 | 0.46 | 0.23 | 0 | 0.13 | 210 | 0.6 | 0.67 |
| Hex | 77 | AA | DD | 2E | 17 | 0 | D | D2 | 3C | 43 |
| Octal | 167 | 252 | 335 | 56 | 27 | 0 | 15 | 322 | 74 | 103 |
| Binary | 1110111 | 10101010 | 11011101 | 101110 | 10111 | 0 | 1101 | 11010010 | 111100 | 1000011 |
Color Harmonies of #77AADD
Complementary color
Monochromatic Colors of #77AADD
Black with #77AADD
Text Example
Text Example
White with #77AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AADD; }
p { color: rgb(119,170,221); }
H1.HeaderClassName
{
color: #77AADD;
}
.AnyTagClassName
{
color: #77AADD;
}
</style>
background-color css
<style>
a { background-color: #77AADD; }
a { background-color: rgb(119,170,221); }
div.DivClassName
{
background-color: #77AADD;
}
.BgClassName
{
background-color: #77AADD;
}
</style>
border-color css
<style>
span { border-color: #77AADD; }
span { border-color: rgb(119,170,221); }
td.TdClassName
{
border-color: #77AADD;
}
.TagClassName
{
border-color: #77AADD;
}
</style>