Shades of Jordy Blue #77B0EA
Tints of Jordy Blue #77B0EA
RGB
CMYK
RGB Variations
Color information
#77B0EA (or 0x77B0EA) is known color: Jordy Blue. HEX triplet: 77, B0 and EA. RGB value is (119,176,234). Sum of RGB (Red+Green+Blue) = 119+176+234=529 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.50% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #77B0EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77B0EA is #884F15. Grayscale: #A5A5A5. Windows color (decimal): -8933142 or 15380599. OLE color: 15380599.
HSL color Cylindrical-coordinate representation of color #77B0EA: hue angle of 210.26º degrees, saturation: 0.73, 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 #77B0EA is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 176 | 234 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.08 |
| HSL | 210.26º | 0.73% | 0.69% | - |
| HSV(B) | 210.26º | 0.49% | 0.92% | - |
| XYZ | 37.98 | 40.91 | 83.74 | - |
| YUV | 165.57 | 166.62 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 176 | 234 | 0.49 | 0.25 | 0 | 0.08 | 210.26 | 0.73 | 0.69 |
| Hex | 77 | B0 | EA | 31 | 19 | 0 | 8 | D2 | 49 | 45 |
| Octal | 167 | 260 | 352 | 61 | 31 | 0 | 10 | 322 | 111 | 105 |
| Binary | 1110111 | 10110000 | 11101010 | 110001 | 11001 | 0 | 1000 | 11010010 | 1001001 | 1000101 |
Color Harmonies of #77B0EA
Complementary color
Monochromatic Colors of #77B0EA
Black with #77B0EA
Text Example
Text Example
White with #77B0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B0EA; }
p { color: rgb(119,176,234); }
H1.HeaderClassName
{
color: #77B0EA;
}
.AnyTagClassName
{
color: #77B0EA;
}
</style>
background-color css
<style>
a { background-color: #77B0EA; }
a { background-color: rgb(119,176,234); }
div.DivClassName
{
background-color: #77B0EA;
}
.BgClassName
{
background-color: #77B0EA;
}
</style>
border-color css
<style>
span { border-color: #77B0EA; }
span { border-color: rgb(119,176,234); }
td.TdClassName
{
border-color: #77B0EA;
}
.TagClassName
{
border-color: #77B0EA;
}
</style>