Shades of Jordy Blue #76A0EE
Tints of Jordy Blue #76A0EE
RGB
CMYK
RGB Variations
Color information
#76A0EE (or 0x76A0EE) is known color: Jordy Blue. HEX triplet: 76, A0 and EE. RGB value is (118,160,238). Sum of RGB (Red+Green+Blue) = 118+160+238=516 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.87% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #76A0EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A0EE is #895F11. Grayscale: #9B9B9B. Windows color (decimal): -9002770 or 15638646. OLE color: 15638646.
HSL color Cylindrical-coordinate representation of color #76A0EE: hue angle of 219º 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 #76A0EE is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 160 | 238 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.07 |
| HSL | 219º | 0.78% | 0.7% | - |
| HSV(B) | 219º | 0.5% | 0.93% | - |
| XYZ | 35.47 | 35.17 | 85.81 | - |
| YUV | 156.33 | 174.09 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 238 | 0.50 | 0.33 | 0 | 0.07 | 219 | 0.78 | 0.7 |
| Hex | 76 | A0 | EE | 32 | 21 | 0 | 7 | DB | 4E | 46 |
| Octal | 166 | 240 | 356 | 62 | 41 | 0 | 7 | 333 | 116 | 106 |
| Binary | 1110110 | 10100000 | 11101110 | 110010 | 100001 | 0 | 111 | 11011011 | 1001110 | 1000110 |
Color Harmonies of #76A0EE
Complementary color
Monochromatic Colors of #76A0EE
Black with #76A0EE
Text Example
Text Example
White with #76A0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A0EE; }
p { color: rgb(118,160,238); }
H1.HeaderClassName
{
color: #76A0EE;
}
.AnyTagClassName
{
color: #76A0EE;
}
</style>
background-color css
<style>
a { background-color: #76A0EE; }
a { background-color: rgb(118,160,238); }
div.DivClassName
{
background-color: #76A0EE;
}
.BgClassName
{
background-color: #76A0EE;
}
</style>
border-color css
<style>
span { border-color: #76A0EE; }
span { border-color: rgb(118,160,238); }
td.TdClassName
{
border-color: #76A0EE;
}
.TagClassName
{
border-color: #76A0EE;
}
</style>