Shades of Jordy Blue #76A6DA
Tints of Jordy Blue #76A6DA
RGB
CMYK
RGB Variations
Color information
#76A6DA (or 0x76A6DA) is known color: Jordy Blue. HEX triplet: 76, A6 and DA. RGB value is (118,166,218). Sum of RGB (Red+Green+Blue) = 118+166+218=502 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.51% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #76A6DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A6DA is #895925. Grayscale: #9D9D9D. Windows color (decimal): -9001254 or 14329462. OLE color: 14329462.
HSL color Cylindrical-coordinate representation of color #76A6DA: hue angle of 211.2º 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 #76A6DA is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 166 | 218 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.15 |
| HSL | 211.2º | 0.57% | 0.66% | - |
| HSV(B) | 211.2º | 0.46% | 0.85% | - |
| XYZ | 33.76 | 36.19 | 71.53 | - |
| YUV | 157.58 | 162.1 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 166 | 218 | 0.46 | 0.24 | 0 | 0.15 | 211.2 | 0.57 | 0.66 |
| Hex | 76 | A6 | DA | 2E | 18 | 0 | F | D3 | 39 | 42 |
| Octal | 166 | 246 | 332 | 56 | 30 | 0 | 17 | 323 | 71 | 102 |
| Binary | 1110110 | 10100110 | 11011010 | 101110 | 11000 | 0 | 1111 | 11010011 | 111001 | 1000010 |
Color Harmonies of #76A6DA
Complementary color
Monochromatic Colors of #76A6DA
Black with #76A6DA
Text Example
Text Example
White with #76A6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A6DA; }
p { color: rgb(118,166,218); }
H1.HeaderClassName
{
color: #76A6DA;
}
.AnyTagClassName
{
color: #76A6DA;
}
</style>
background-color css
<style>
a { background-color: #76A6DA; }
a { background-color: rgb(118,166,218); }
div.DivClassName
{
background-color: #76A6DA;
}
.BgClassName
{
background-color: #76A6DA;
}
</style>
border-color css
<style>
span { border-color: #76A6DA; }
span { border-color: rgb(118,166,218); }
td.TdClassName
{
border-color: #76A6DA;
}
.TagClassName
{
border-color: #76A6DA;
}
</style>