Shades of Jordy Blue #77A8EB
Tints of Jordy Blue #77A8EB
RGB
CMYK
RGB Variations
Color information
#77A8EB (or 0x77A8EB) is known color: Jordy Blue. HEX triplet: 77, A8 and EB. RGB value is (119,168,235). Sum of RGB (Red+Green+Blue) = 119+168+235=522 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.80% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #77A8EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A8EB is #885714. Grayscale: #A0A0A0. Windows color (decimal): -8935189 or 15444087. OLE color: 15444087.
HSL color Cylindrical-coordinate representation of color #77A8EB: hue angle of 214.66º degrees, saturation: 0.74, 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 #77A8EB is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 168 | 235 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.08 |
| HSL | 214.66º | 0.74% | 0.69% | - |
| HSV(B) | 214.66º | 0.49% | 0.92% | - |
| XYZ | 36.61 | 37.93 | 83.99 | - |
| YUV | 160.99 | 169.77 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 168 | 235 | 0.49 | 0.29 | 0 | 0.08 | 214.66 | 0.74 | 0.69 |
| Hex | 77 | A8 | EB | 31 | 1D | 0 | 8 | D7 | 4A | 45 |
| Octal | 167 | 250 | 353 | 61 | 35 | 0 | 10 | 327 | 112 | 105 |
| Binary | 1110111 | 10101000 | 11101011 | 110001 | 11101 | 0 | 1000 | 11010111 | 1001010 | 1000101 |
Color Harmonies of #77A8EB
Complementary color
Monochromatic Colors of #77A8EB
Black with #77A8EB
Text Example
Text Example
White with #77A8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A8EB; }
p { color: rgb(119,168,235); }
H1.HeaderClassName
{
color: #77A8EB;
}
.AnyTagClassName
{
color: #77A8EB;
}
</style>
background-color css
<style>
a { background-color: #77A8EB; }
a { background-color: rgb(119,168,235); }
div.DivClassName
{
background-color: #77A8EB;
}
.BgClassName
{
background-color: #77A8EB;
}
</style>
border-color css
<style>
span { border-color: #77A8EB; }
span { border-color: rgb(119,168,235); }
td.TdClassName
{
border-color: #77A8EB;
}
.TagClassName
{
border-color: #77A8EB;
}
</style>