Shades of Jordy Blue #77AADE
Tints of Jordy Blue #77AADE
RGB
CMYK
RGB Variations
Color information
#77AADE (or 0x77AADE) is known color: Jordy Blue. HEX triplet: 77, AA and DE. RGB value is (119,170,222). Sum of RGB (Red+Green+Blue) = 119+170+222=511 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.29% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #77AADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AADE is #885521. Grayscale: #A0A0A0. Windows color (decimal): -8934690 or 14592631. OLE color: 14592631.
HSL color Cylindrical-coordinate representation of color #77AADE: hue angle of 210.29º degrees, saturation: 0.61, 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 #77AADE is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 170 | 222 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.13 |
| HSL | 210.29º | 0.61% | 0.67% | - |
| HSV(B) | 210.29º | 0.46% | 0.87% | - |
| XYZ | 35.17 | 37.95 | 74.58 | - |
| YUV | 160.68 | 162.6 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 222 | 0.46 | 0.23 | 0 | 0.13 | 210.29 | 0.61 | 0.67 |
| Hex | 77 | AA | DE | 2E | 17 | 0 | D | D2 | 3D | 43 |
| Octal | 167 | 252 | 336 | 56 | 27 | 0 | 15 | 322 | 75 | 103 |
| Binary | 1110111 | 10101010 | 11011110 | 101110 | 10111 | 0 | 1101 | 11010010 | 111101 | 1000011 |
Color Harmonies of #77AADE
Complementary color
Monochromatic Colors of #77AADE
Black with #77AADE
Text Example
Text Example
White with #77AADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AADE; }
p { color: rgb(119,170,222); }
H1.HeaderClassName
{
color: #77AADE;
}
.AnyTagClassName
{
color: #77AADE;
}
</style>
background-color css
<style>
a { background-color: #77AADE; }
a { background-color: rgb(119,170,222); }
div.DivClassName
{
background-color: #77AADE;
}
.BgClassName
{
background-color: #77AADE;
}
</style>
border-color css
<style>
span { border-color: #77AADE; }
span { border-color: rgb(119,170,222); }
td.TdClassName
{
border-color: #77AADE;
}
.TagClassName
{
border-color: #77AADE;
}
</style>