Shades of Jordy Blue #77A1EB
Tints of Jordy Blue #77A1EB
RGB
CMYK
RGB Variations
Color information
#77A1EB (or 0x77A1EB) is known color: Jordy Blue. HEX triplet: 77, A1 and EB. RGB value is (119,161,235). Sum of RGB (Red+Green+Blue) = 119+161+235=515 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.11% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #77A1EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A1EB is #885E14. Grayscale: #9C9C9C. Windows color (decimal): -8936981 or 15442295. OLE color: 15442295.
HSL color Cylindrical-coordinate representation of color #77A1EB: hue angle of 218.28º 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 #77A1EB is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 161 | 235 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.08 |
| HSL | 218.28º | 0.74% | 0.69% | - |
| HSV(B) | 218.28º | 0.49% | 0.92% | - |
| XYZ | 35.35 | 35.41 | 83.57 | - |
| YUV | 156.88 | 172.09 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 235 | 0.49 | 0.31 | 0 | 0.08 | 218.28 | 0.74 | 0.69 |
| Hex | 77 | A1 | EB | 31 | 1F | 0 | 8 | DA | 4A | 45 |
| Octal | 167 | 241 | 353 | 61 | 37 | 0 | 10 | 332 | 112 | 105 |
| Binary | 1110111 | 10100001 | 11101011 | 110001 | 11111 | 0 | 1000 | 11011010 | 1001010 | 1000101 |
Color Harmonies of #77A1EB
Complementary color
Monochromatic Colors of #77A1EB
Black with #77A1EB
Text Example
Text Example
White with #77A1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A1EB; }
p { color: rgb(119,161,235); }
H1.HeaderClassName
{
color: #77A1EB;
}
.AnyTagClassName
{
color: #77A1EB;
}
</style>
background-color css
<style>
a { background-color: #77A1EB; }
a { background-color: rgb(119,161,235); }
div.DivClassName
{
background-color: #77A1EB;
}
.BgClassName
{
background-color: #77A1EB;
}
</style>
border-color css
<style>
span { border-color: #77A1EB; }
span { border-color: rgb(119,161,235); }
td.TdClassName
{
border-color: #77A1EB;
}
.TagClassName
{
border-color: #77A1EB;
}
</style>