Shades of Jordy Blue #76B0EC
Tints of Jordy Blue #76B0EC
RGB
CMYK
RGB Variations
Color information
#76B0EC (or 0x76B0EC) is known color: Jordy Blue. HEX triplet: 76, B0 and EC. RGB value is (118,176,236). Sum of RGB (Red+Green+Blue) = 118+176+236=530 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.26% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #76B0EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76B0EC is #894F13. Grayscale: #A5A5A5. Windows color (decimal): -8998676 or 15511670. OLE color: 15511670.
HSL color Cylindrical-coordinate representation of color #76B0EC: hue angle of 210.51º 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 #76B0EC is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 176 | 236 | - |
| CMYK | 0.5 | 0.25 | 0 | 0.07 |
| HSL | 210.51º | 0.76% | 0.69% | - |
| HSV(B) | 210.51º | 0.5% | 0.93% | - |
| XYZ | 38.14 | 40.96 | 85.25 | - |
| YUV | 165.5 | 167.78 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 176 | 236 | 0.5 | 0.25 | 0 | 0.07 | 210.51 | 0.76 | 0.69 |
| Hex | 76 | B0 | EC | 32 | 19 | 0 | 7 | D3 | 4C | 45 |
| Octal | 166 | 260 | 354 | 62 | 31 | 0 | 7 | 323 | 114 | 105 |
| Binary | 1110110 | 10110000 | 11101100 | 110010 | 11001 | 0 | 111 | 11010011 | 1001100 | 1000101 |
Color Harmonies of #76B0EC
Complementary color
Monochromatic Colors of #76B0EC
Black with #76B0EC
Text Example
Text Example
White with #76B0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B0EC; }
p { color: rgb(118,176,236); }
H1.HeaderClassName
{
color: #76B0EC;
}
.AnyTagClassName
{
color: #76B0EC;
}
</style>
background-color css
<style>
a { background-color: #76B0EC; }
a { background-color: rgb(118,176,236); }
div.DivClassName
{
background-color: #76B0EC;
}
.BgClassName
{
background-color: #76B0EC;
}
</style>
border-color css
<style>
span { border-color: #76B0EC; }
span { border-color: rgb(118,176,236); }
td.TdClassName
{
border-color: #76B0EC;
}
.TagClassName
{
border-color: #76B0EC;
}
</style>