Shades of Jordy Blue #77A9EA
Tints of Jordy Blue #77A9EA
RGB
CMYK
RGB Variations
Color information
#77A9EA (or 0x77A9EA) is known color: Jordy Blue. HEX triplet: 77, A9 and EA. RGB value is (119,169,234). Sum of RGB (Red+Green+Blue) = 119+169+234=522 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.80% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #77A9EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A9EA is #885615. Grayscale: #A1A1A1. Windows color (decimal): -8934934 or 15378807. OLE color: 15378807.
HSL color Cylindrical-coordinate representation of color #77A9EA: hue angle of 213.91º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77A9EA is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 169 | 234 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.08 |
| HSL | 213.91º | 0.73% | 0.69% | - |
| HSV(B) | 213.91º | 0.49% | 0.92% | - |
| XYZ | 36.65 | 38.24 | 83.29 | - |
| YUV | 161.46 | 168.94 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 169 | 234 | 0.49 | 0.28 | 0 | 0.08 | 213.91 | 0.73 | 0.69 |
| Hex | 77 | A9 | EA | 31 | 1C | 0 | 8 | D6 | 49 | 45 |
| Octal | 167 | 251 | 352 | 61 | 34 | 0 | 10 | 326 | 111 | 105 |
| Binary | 1110111 | 10101001 | 11101010 | 110001 | 11100 | 0 | 1000 | 11010110 | 1001001 | 1000101 |
Color Harmonies of #77A9EA
Complementary color
Monochromatic Colors of #77A9EA
Black with #77A9EA
Text Example
Text Example
White with #77A9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A9EA; }
p { color: rgb(119,169,234); }
H1.HeaderClassName
{
color: #77A9EA;
}
.AnyTagClassName
{
color: #77A9EA;
}
</style>
background-color css
<style>
a { background-color: #77A9EA; }
a { background-color: rgb(119,169,234); }
div.DivClassName
{
background-color: #77A9EA;
}
.BgClassName
{
background-color: #77A9EA;
}
</style>
border-color css
<style>
span { border-color: #77A9EA; }
span { border-color: rgb(119,169,234); }
td.TdClassName
{
border-color: #77A9EA;
}
.TagClassName
{
border-color: #77A9EA;
}
</style>