Shades of Jordy Blue #76A5EC
Tints of Jordy Blue #76A5EC
RGB
CMYK
RGB Variations
Color information
#76A5EC (or 0x76A5EC) is known color: Jordy Blue. HEX triplet: 76, A5 and EC. RGB value is (118,165,236). Sum of RGB (Red+Green+Blue) = 118+165+236=519 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.74% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #76A5EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A5EC is #895A13. Grayscale: #9E9E9E. Windows color (decimal): -9001492 or 15508854. OLE color: 15508854.
HSL color Cylindrical-coordinate representation of color #76A5EC: hue angle of 216.1º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76A5EC is Cyan = 0.5, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 165 | 236 | - |
| CMYK | 0.5 | 0.30 | 0 | 0.07 |
| HSL | 216.1º | 0.76% | 0.69% | - |
| HSV(B) | 216.1º | 0.5% | 0.93% | - |
| XYZ | 36.07 | 36.82 | 84.56 | - |
| YUV | 159.04 | 171.43 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 165 | 236 | 0.5 | 0.30 | 0 | 0.07 | 216.1 | 0.76 | 0.69 |
| Hex | 76 | A5 | EC | 32 | 1E | 0 | 7 | D8 | 4C | 45 |
| Octal | 166 | 245 | 354 | 62 | 36 | 0 | 7 | 330 | 114 | 105 |
| Binary | 1110110 | 10100101 | 11101100 | 110010 | 11110 | 0 | 111 | 11011000 | 1001100 | 1000101 |
Color Harmonies of #76A5EC
Complementary color
Monochromatic Colors of #76A5EC
Black with #76A5EC
Text Example
Text Example
White with #76A5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A5EC; }
p { color: rgb(118,165,236); }
H1.HeaderClassName
{
color: #76A5EC;
}
.AnyTagClassName
{
color: #76A5EC;
}
</style>
background-color css
<style>
a { background-color: #76A5EC; }
a { background-color: rgb(118,165,236); }
div.DivClassName
{
background-color: #76A5EC;
}
.BgClassName
{
background-color: #76A5EC;
}
</style>
border-color css
<style>
span { border-color: #76A5EC; }
span { border-color: rgb(118,165,236); }
td.TdClassName
{
border-color: #76A5EC;
}
.TagClassName
{
border-color: #76A5EC;
}
</style>