Shades of Jordy Blue #77A1EC
Tints of Jordy Blue #77A1EC
RGB
CMYK
RGB Variations
Color information
#77A1EC (or 0x77A1EC) is known color: Jordy Blue. HEX triplet: 77, A1 and EC. RGB value is (119,161,236). Sum of RGB (Red+Green+Blue) = 119+161+236=516 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.06% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #77A1EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A1EC is #885E13. Grayscale: #9C9C9C. Windows color (decimal): -8936980 or 15507831. OLE color: 15507831.
HSL color Cylindrical-coordinate representation of color #77A1EC: hue angle of 218.46º 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 #77A1EC is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 161 | 236 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.07 |
| HSL | 218.46º | 0.75% | 0.7% | - |
| HSV(B) | 218.46º | 0.5% | 0.93% | - |
| XYZ | 35.49 | 35.47 | 84.33 | - |
| YUV | 156.99 | 172.59 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 236 | 0.50 | 0.32 | 0 | 0.07 | 218.46 | 0.75 | 0.7 |
| Hex | 77 | A1 | EC | 32 | 20 | 0 | 7 | DA | 4B | 46 |
| Octal | 167 | 241 | 354 | 62 | 40 | 0 | 7 | 332 | 113 | 106 |
| Binary | 1110111 | 10100001 | 11101100 | 110010 | 100000 | 0 | 111 | 11011010 | 1001011 | 1000110 |
Color Harmonies of #77A1EC
Complementary color
Monochromatic Colors of #77A1EC
Black with #77A1EC
Text Example
Text Example
White with #77A1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A1EC; }
p { color: rgb(119,161,236); }
H1.HeaderClassName
{
color: #77A1EC;
}
.AnyTagClassName
{
color: #77A1EC;
}
</style>
background-color css
<style>
a { background-color: #77A1EC; }
a { background-color: rgb(119,161,236); }
div.DivClassName
{
background-color: #77A1EC;
}
.BgClassName
{
background-color: #77A1EC;
}
</style>
border-color css
<style>
span { border-color: #77A1EC; }
span { border-color: rgb(119,161,236); }
td.TdClassName
{
border-color: #77A1EC;
}
.TagClassName
{
border-color: #77A1EC;
}
</style>