Shades of Jordy Blue #76A7DD
Tints of Jordy Blue #76A7DD
RGB
CMYK
RGB Variations
Color information
#76A7DD (or 0x76A7DD) is known color: Jordy Blue. HEX triplet: 76, A7 and DD. RGB value is (118,167,221). Sum of RGB (Red+Green+Blue) = 118+167+221=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #76A7DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A7DD is #895822. Grayscale: #9E9E9E. Windows color (decimal): -9000995 or 14526326. OLE color: 14526326.
HSL color Cylindrical-coordinate representation of color #76A7DD: hue angle of 211.46º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76A7DD is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 167 | 221 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.13 |
| HSL | 211.46º | 0.6% | 0.66% | - |
| HSV(B) | 211.46º | 0.47% | 0.87% | - |
| XYZ | 34.34 | 36.71 | 73.68 | - |
| YUV | 158.51 | 163.27 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 167 | 221 | 0.47 | 0.24 | 0 | 0.13 | 211.46 | 0.6 | 0.66 |
| Hex | 76 | A7 | DD | 2F | 18 | 0 | D | D3 | 3C | 42 |
| Octal | 166 | 247 | 335 | 57 | 30 | 0 | 15 | 323 | 74 | 102 |
| Binary | 1110110 | 10100111 | 11011101 | 101111 | 11000 | 0 | 1101 | 11010011 | 111100 | 1000010 |
Color Harmonies of #76A7DD
Complementary color
Monochromatic Colors of #76A7DD
Black with #76A7DD
Text Example
Text Example
White with #76A7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A7DD; }
p { color: rgb(118,167,221); }
H1.HeaderClassName
{
color: #76A7DD;
}
.AnyTagClassName
{
color: #76A7DD;
}
</style>
background-color css
<style>
a { background-color: #76A7DD; }
a { background-color: rgb(118,167,221); }
div.DivClassName
{
background-color: #76A7DD;
}
.BgClassName
{
background-color: #76A7DD;
}
</style>
border-color css
<style>
span { border-color: #76A7DD; }
span { border-color: rgb(118,167,221); }
td.TdClassName
{
border-color: #76A7DD;
}
.TagClassName
{
border-color: #76A7DD;
}
</style>