Shades of Jordy Blue #76A0DA
Tints of Jordy Blue #76A0DA
RGB
CMYK
RGB Variations
Color information
#76A0DA (or 0x76A0DA) is known color: Jordy Blue. HEX triplet: 76, A0 and DA. RGB value is (118,160,218). Sum of RGB (Red+Green+Blue) = 118+160+218=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #76A0DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A0DA is #895F25. Grayscale: #999999. Windows color (decimal): -9002790 or 14327926. OLE color: 14327926.
HSL color Cylindrical-coordinate representation of color #76A0DA: hue angle of 214.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76A0DA is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 160 | 218 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.15 |
| HSL | 214.8º | 0.57% | 0.66% | - |
| HSV(B) | 214.8º | 0.46% | 0.85% | - |
| XYZ | 32.7 | 34.06 | 71.18 | - |
| YUV | 154.05 | 164.09 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 218 | 0.46 | 0.27 | 0 | 0.15 | 214.8 | 0.57 | 0.66 |
| Hex | 76 | A0 | DA | 2E | 1B | 0 | F | D7 | 39 | 42 |
| Octal | 166 | 240 | 332 | 56 | 33 | 0 | 17 | 327 | 71 | 102 |
| Binary | 1110110 | 10100000 | 11011010 | 101110 | 11011 | 0 | 1111 | 11010111 | 111001 | 1000010 |
Color Harmonies of #76A0DA
Complementary color
Monochromatic Colors of #76A0DA
Black with #76A0DA
Text Example
Text Example
White with #76A0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A0DA; }
p { color: rgb(118,160,218); }
H1.HeaderClassName
{
color: #76A0DA;
}
.AnyTagClassName
{
color: #76A0DA;
}
</style>
background-color css
<style>
a { background-color: #76A0DA; }
a { background-color: rgb(118,160,218); }
div.DivClassName
{
background-color: #76A0DA;
}
.BgClassName
{
background-color: #76A0DA;
}
</style>
border-color css
<style>
span { border-color: #76A0DA; }
span { border-color: rgb(118,160,218); }
td.TdClassName
{
border-color: #76A0DA;
}
.TagClassName
{
border-color: #76A0DA;
}
</style>