Shades of Jordy Blue #77AAEA
Tints of Jordy Blue #77AAEA
RGB
CMYK
RGB Variations
Color information
#77AAEA (or 0x77AAEA) is known color: Jordy Blue. HEX triplet: 77, AA and EA. RGB value is (119,170,234). Sum of RGB (Red+Green+Blue) = 119+170+234=523 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.75% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #77AAEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77AAEA is #885515. Grayscale: #A1A1A1. Windows color (decimal): -8934678 or 15379063. OLE color: 15379063.
HSL color Cylindrical-coordinate representation of color #77AAEA: hue angle of 213.39º 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 #77AAEA is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 170 | 234 | - |
| CMYK | 0.49 | 0.27 | 0 | 0.08 |
| HSL | 213.39º | 0.73% | 0.69% | - |
| HSV(B) | 213.39º | 0.49% | 0.92% | - |
| XYZ | 36.83 | 38.61 | 83.35 | - |
| YUV | 162.05 | 168.6 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 234 | 0.49 | 0.27 | 0 | 0.08 | 213.39 | 0.73 | 0.69 |
| Hex | 77 | AA | EA | 31 | 1B | 0 | 8 | D5 | 49 | 45 |
| Octal | 167 | 252 | 352 | 61 | 33 | 0 | 10 | 325 | 111 | 105 |
| Binary | 1110111 | 10101010 | 11101010 | 110001 | 11011 | 0 | 1000 | 11010101 | 1001001 | 1000101 |
Color Harmonies of #77AAEA
Complementary color
Monochromatic Colors of #77AAEA
Black with #77AAEA
Text Example
Text Example
White with #77AAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AAEA; }
p { color: rgb(119,170,234); }
H1.HeaderClassName
{
color: #77AAEA;
}
.AnyTagClassName
{
color: #77AAEA;
}
</style>
background-color css
<style>
a { background-color: #77AAEA; }
a { background-color: rgb(119,170,234); }
div.DivClassName
{
background-color: #77AAEA;
}
.BgClassName
{
background-color: #77AAEA;
}
</style>
border-color css
<style>
span { border-color: #77AAEA; }
span { border-color: rgb(119,170,234); }
td.TdClassName
{
border-color: #77AAEA;
}
.TagClassName
{
border-color: #77AAEA;
}
</style>