Shades of Jordy Blue #76A9DB
Tints of Jordy Blue #76A9DB
RGB
CMYK
RGB Variations
Color information
#76A9DB (or 0x76A9DB) is known color: Jordy Blue. HEX triplet: 76, A9 and DB. RGB value is (118,169,219). Sum of RGB (Red+Green+Blue) = 118+169+219=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #76A9DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A9DB is #895624. Grayscale: #9F9F9F. Windows color (decimal): -9000485 or 14395766. OLE color: 14395766.
HSL color Cylindrical-coordinate representation of color #76A9DB: hue angle of 209.7º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76A9DB is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 169 | 219 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.14 |
| HSL | 209.7º | 0.58% | 0.66% | - |
| HSV(B) | 209.7º | 0.46% | 0.86% | - |
| XYZ | 34.45 | 37.34 | 72.41 | - |
| YUV | 159.45 | 161.6 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 169 | 219 | 0.46 | 0.23 | 0 | 0.14 | 209.7 | 0.58 | 0.66 |
| Hex | 76 | A9 | DB | 2E | 17 | 0 | E | D2 | 3A | 42 |
| Octal | 166 | 251 | 333 | 56 | 27 | 0 | 16 | 322 | 72 | 102 |
| Binary | 1110110 | 10101001 | 11011011 | 101110 | 10111 | 0 | 1110 | 11010010 | 111010 | 1000010 |
Color Harmonies of #76A9DB
Complementary color
Monochromatic Colors of #76A9DB
Black with #76A9DB
Text Example
Text Example
White with #76A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A9DB; }
p { color: rgb(118,169,219); }
H1.HeaderClassName
{
color: #76A9DB;
}
.AnyTagClassName
{
color: #76A9DB;
}
</style>
background-color css
<style>
a { background-color: #76A9DB; }
a { background-color: rgb(118,169,219); }
div.DivClassName
{
background-color: #76A9DB;
}
.BgClassName
{
background-color: #76A9DB;
}
</style>
border-color css
<style>
span { border-color: #76A9DB; }
span { border-color: rgb(118,169,219); }
td.TdClassName
{
border-color: #76A9DB;
}
.TagClassName
{
border-color: #76A9DB;
}
</style>