Shades of Jordy Blue #76B0EE
Tints of Jordy Blue #76B0EE
RGB
CMYK
RGB Variations
Color information
#76B0EE (or 0x76B0EE) is known color: Jordy Blue. HEX triplet: 76, B0 and EE. RGB value is (118,176,238). Sum of RGB (Red+Green+Blue) = 118+176+238=532 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.18% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #76B0EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76B0EE is #894F11. Grayscale: #A5A5A5. Windows color (decimal): -8998674 or 15642742. OLE color: 15642742.
HSL color Cylindrical-coordinate representation of color #76B0EE: hue angle of 211º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76B0EE is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 176 | 238 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.07 |
| HSL | 211º | 0.78% | 0.7% | - |
| HSV(B) | 211º | 0.5% | 0.93% | - |
| XYZ | 38.43 | 41.08 | 86.79 | - |
| YUV | 165.73 | 168.78 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 176 | 238 | 0.50 | 0.26 | 0 | 0.07 | 211 | 0.78 | 0.7 |
| Hex | 76 | B0 | EE | 32 | 1A | 0 | 7 | D3 | 4E | 46 |
| Octal | 166 | 260 | 356 | 62 | 32 | 0 | 7 | 323 | 116 | 106 |
| Binary | 1110110 | 10110000 | 11101110 | 110010 | 11010 | 0 | 111 | 11010011 | 1001110 | 1000110 |
Color Harmonies of #76B0EE
Complementary color
Monochromatic Colors of #76B0EE
Black with #76B0EE
Text Example
Text Example
White with #76B0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B0EE; }
p { color: rgb(118,176,238); }
H1.HeaderClassName
{
color: #76B0EE;
}
.AnyTagClassName
{
color: #76B0EE;
}
</style>
background-color css
<style>
a { background-color: #76B0EE; }
a { background-color: rgb(118,176,238); }
div.DivClassName
{
background-color: #76B0EE;
}
.BgClassName
{
background-color: #76B0EE;
}
</style>
border-color css
<style>
span { border-color: #76B0EE; }
span { border-color: rgb(118,176,238); }
td.TdClassName
{
border-color: #76B0EE;
}
.TagClassName
{
border-color: #76B0EE;
}
</style>