Shades of Jordy Blue #77A1ED
Tints of Jordy Blue #77A1ED
RGB
CMYK
RGB Variations
Color information
#77A1ED (or 0x77A1ED) is known color: Jordy Blue. HEX triplet: 77, A1 and ED. RGB value is (119,161,237). Sum of RGB (Red+Green+Blue) = 119+161+237=517 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.02% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #77A1ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A1ED is #885E12. Grayscale: #9C9C9C. Windows color (decimal): -8936979 or 15573367. OLE color: 15573367.
HSL color Cylindrical-coordinate representation of color #77A1ED: hue angle of 218.64º degrees, saturation: 0.77, 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 #77A1ED is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 161 | 237 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.07 |
| HSL | 218.64º | 0.77% | 0.7% | - |
| HSV(B) | 218.64º | 0.5% | 0.93% | - |
| XYZ | 35.64 | 35.53 | 85.1 | - |
| YUV | 157.11 | 173.09 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 237 | 0.50 | 0.32 | 0 | 0.07 | 218.64 | 0.77 | 0.7 |
| Hex | 77 | A1 | ED | 32 | 20 | 0 | 7 | DB | 4D | 46 |
| Octal | 167 | 241 | 355 | 62 | 40 | 0 | 7 | 333 | 115 | 106 |
| Binary | 1110111 | 10100001 | 11101101 | 110010 | 100000 | 0 | 111 | 11011011 | 1001101 | 1000110 |
Color Harmonies of #77A1ED
Complementary color
Monochromatic Colors of #77A1ED
Black with #77A1ED
Text Example
Text Example
White with #77A1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A1ED; }
p { color: rgb(119,161,237); }
H1.HeaderClassName
{
color: #77A1ED;
}
.AnyTagClassName
{
color: #77A1ED;
}
</style>
background-color css
<style>
a { background-color: #77A1ED; }
a { background-color: rgb(119,161,237); }
div.DivClassName
{
background-color: #77A1ED;
}
.BgClassName
{
background-color: #77A1ED;
}
</style>
border-color css
<style>
span { border-color: #77A1ED; }
span { border-color: rgb(119,161,237); }
td.TdClassName
{
border-color: #77A1ED;
}
.TagClassName
{
border-color: #77A1ED;
}
</style>