Shades of Jordy Blue #77AAEC
Tints of Jordy Blue #77AAEC
RGB
CMYK
RGB Variations
Color information
#77AAEC (or 0x77AAEC) is known color: Jordy Blue. HEX triplet: 77, AA and EC. RGB value is (119,170,236). Sum of RGB (Red+Green+Blue) = 119+170+236=525 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.67% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #77AAEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77AAEC is #885513. Grayscale: #A1A1A1. Windows color (decimal): -8934676 or 15510135. OLE color: 15510135.
HSL color Cylindrical-coordinate representation of color #77AAEC: hue angle of 213.85º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77AAEC is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 170 | 236 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.07 |
| HSL | 213.85º | 0.75% | 0.7% | - |
| HSV(B) | 213.85º | 0.5% | 0.93% | - |
| XYZ | 37.12 | 38.73 | 84.88 | - |
| YUV | 162.28 | 169.6 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 236 | 0.50 | 0.28 | 0 | 0.07 | 213.85 | 0.75 | 0.7 |
| Hex | 77 | AA | EC | 32 | 1C | 0 | 7 | D6 | 4B | 46 |
| Octal | 167 | 252 | 354 | 62 | 34 | 0 | 7 | 326 | 113 | 106 |
| Binary | 1110111 | 10101010 | 11101100 | 110010 | 11100 | 0 | 111 | 11010110 | 1001011 | 1000110 |
Color Harmonies of #77AAEC
Complementary color
Monochromatic Colors of #77AAEC
Black with #77AAEC
Text Example
Text Example
White with #77AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AAEC; }
p { color: rgb(119,170,236); }
H1.HeaderClassName
{
color: #77AAEC;
}
.AnyTagClassName
{
color: #77AAEC;
}
</style>
background-color css
<style>
a { background-color: #77AAEC; }
a { background-color: rgb(119,170,236); }
div.DivClassName
{
background-color: #77AAEC;
}
.BgClassName
{
background-color: #77AAEC;
}
</style>
border-color css
<style>
span { border-color: #77AAEC; }
span { border-color: rgb(119,170,236); }
td.TdClassName
{
border-color: #77AAEC;
}
.TagClassName
{
border-color: #77AAEC;
}
</style>