Shades of Jordy Blue #76B0DD
Tints of Jordy Blue #76B0DD
RGB
CMYK
RGB Variations
Color information
#76B0DD (or 0x76B0DD) is known color: Jordy Blue. HEX triplet: 76, B0 and DD. RGB value is (118,176,221). Sum of RGB (Red+Green+Blue) = 118+176+221=515 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.91% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #76B0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B0DD is #894F22. Grayscale: #A3A3A3. Windows color (decimal): -8998691 or 14528630. OLE color: 14528630.
HSL color Cylindrical-coordinate representation of color #76B0DD: hue angle of 206.21º 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 #76B0DD is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 176 | 221 | - |
| CMYK | 0.47 | 0.20 | 0 | 0.13 |
| HSL | 206.21º | 0.6% | 0.66% | - |
| HSV(B) | 206.21º | 0.47% | 0.87% | - |
| XYZ | 36.05 | 40.12 | 74.25 | - |
| YUV | 163.79 | 160.28 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 176 | 221 | 0.47 | 0.20 | 0 | 0.13 | 206.21 | 0.6 | 0.66 |
| Hex | 76 | B0 | DD | 2F | 14 | 0 | D | CE | 3C | 42 |
| Octal | 166 | 260 | 335 | 57 | 24 | 0 | 15 | 316 | 74 | 102 |
| Binary | 1110110 | 10110000 | 11011101 | 101111 | 10100 | 0 | 1101 | 11001110 | 111100 | 1000010 |
Color Harmonies of #76B0DD
Complementary color
Monochromatic Colors of #76B0DD
Black with #76B0DD
Text Example
Text Example
White with #76B0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B0DD; }
p { color: rgb(118,176,221); }
H1.HeaderClassName
{
color: #76B0DD;
}
.AnyTagClassName
{
color: #76B0DD;
}
</style>
background-color css
<style>
a { background-color: #76B0DD; }
a { background-color: rgb(118,176,221); }
div.DivClassName
{
background-color: #76B0DD;
}
.BgClassName
{
background-color: #76B0DD;
}
</style>
border-color css
<style>
span { border-color: #76B0DD; }
span { border-color: rgb(118,176,221); }
td.TdClassName
{
border-color: #76B0DD;
}
.TagClassName
{
border-color: #76B0DD;
}
</style>