Shades of Jordy Blue #76A1EC
Tints of Jordy Blue #76A1EC
RGB
CMYK
RGB Variations
Color information
#76A1EC (or 0x76A1EC) is known color: Jordy Blue. HEX triplet: 76, A1 and EC. RGB value is (118,161,236). Sum of RGB (Red+Green+Blue) = 118+161+236=515 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.91% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #76A1EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A1EC is #895E13. Grayscale: #9C9C9C. Windows color (decimal): -9002516 or 15507830. OLE color: 15507830.
HSL color Cylindrical-coordinate representation of color #76A1EC: hue angle of 218.14º 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 #76A1EC is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 161 | 236 | - |
| CMYK | 0.5 | 0.32 | 0 | 0.07 |
| HSL | 218.14º | 0.76% | 0.69% | - |
| HSV(B) | 218.14º | 0.5% | 0.93% | - |
| XYZ | 35.36 | 35.4 | 84.33 | - |
| YUV | 156.69 | 172.75 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 161 | 236 | 0.5 | 0.32 | 0 | 0.07 | 218.14 | 0.76 | 0.69 |
| Hex | 76 | A1 | EC | 32 | 20 | 0 | 7 | DA | 4C | 45 |
| Octal | 166 | 241 | 354 | 62 | 40 | 0 | 7 | 332 | 114 | 105 |
| Binary | 1110110 | 10100001 | 11101100 | 110010 | 100000 | 0 | 111 | 11011010 | 1001100 | 1000101 |
Color Harmonies of #76A1EC
Complementary color
Monochromatic Colors of #76A1EC
Black with #76A1EC
Text Example
Text Example
White with #76A1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A1EC; }
p { color: rgb(118,161,236); }
H1.HeaderClassName
{
color: #76A1EC;
}
.AnyTagClassName
{
color: #76A1EC;
}
</style>
background-color css
<style>
a { background-color: #76A1EC; }
a { background-color: rgb(118,161,236); }
div.DivClassName
{
background-color: #76A1EC;
}
.BgClassName
{
background-color: #76A1EC;
}
</style>
border-color css
<style>
span { border-color: #76A1EC; }
span { border-color: rgb(118,161,236); }
td.TdClassName
{
border-color: #76A1EC;
}
.TagClassName
{
border-color: #76A1EC;
}
</style>