Shades of Jordy Blue #76A6DD
Tints of Jordy Blue #76A6DD
RGB
CMYK
RGB Variations
Color information
#76A6DD (or 0x76A6DD) is known color: Jordy Blue. HEX triplet: 76, A6 and DD. RGB value is (118,166,221). Sum of RGB (Red+Green+Blue) = 118+166+221=505 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.37% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #76A6DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A6DD is #895922. Grayscale: #9D9D9D. Windows color (decimal): -9001251 or 14526070. OLE color: 14526070.
HSL color Cylindrical-coordinate representation of color #76A6DD: hue angle of 212.04º 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 #76A6DD is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 166 | 221 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.13 |
| HSL | 212.04º | 0.6% | 0.66% | - |
| HSV(B) | 212.04º | 0.47% | 0.87% | - |
| XYZ | 34.16 | 36.34 | 73.62 | - |
| YUV | 157.92 | 163.6 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 166 | 221 | 0.47 | 0.25 | 0 | 0.13 | 212.04 | 0.6 | 0.66 |
| Hex | 76 | A6 | DD | 2F | 19 | 0 | D | D4 | 3C | 42 |
| Octal | 166 | 246 | 335 | 57 | 31 | 0 | 15 | 324 | 74 | 102 |
| Binary | 1110110 | 10100110 | 11011101 | 101111 | 11001 | 0 | 1101 | 11010100 | 111100 | 1000010 |
Color Harmonies of #76A6DD
Complementary color
Monochromatic Colors of #76A6DD
Black with #76A6DD
Text Example
Text Example
White with #76A6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A6DD; }
p { color: rgb(118,166,221); }
H1.HeaderClassName
{
color: #76A6DD;
}
.AnyTagClassName
{
color: #76A6DD;
}
</style>
background-color css
<style>
a { background-color: #76A6DD; }
a { background-color: rgb(118,166,221); }
div.DivClassName
{
background-color: #76A6DD;
}
.BgClassName
{
background-color: #76A6DD;
}
</style>
border-color css
<style>
span { border-color: #76A6DD; }
span { border-color: rgb(118,166,221); }
td.TdClassName
{
border-color: #76A6DD;
}
.TagClassName
{
border-color: #76A6DD;
}
</style>