Shades of Jordy Blue #76A1DB
Tints of Jordy Blue #76A1DB
RGB
CMYK
RGB Variations
Color information
#76A1DB (or 0x76A1DB) is known color: Jordy Blue. HEX triplet: 76, A1 and DB. RGB value is (118,161,219). Sum of RGB (Red+Green+Blue) = 118+161+219=498 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.69% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #76A1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A1DB is #895E24. Grayscale: #9A9A9A. Windows color (decimal): -9002533 or 14393718. OLE color: 14393718.
HSL color Cylindrical-coordinate representation of color #76A1DB: hue angle of 214.46º 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 #76A1DB is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 161 | 219 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.14 |
| HSL | 214.46º | 0.58% | 0.66% | - |
| HSV(B) | 214.46º | 0.46% | 0.86% | - |
| XYZ | 33 | 34.46 | 71.93 | - |
| YUV | 154.76 | 164.25 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 161 | 219 | 0.46 | 0.26 | 0 | 0.14 | 214.46 | 0.58 | 0.66 |
| Hex | 76 | A1 | DB | 2E | 1A | 0 | E | D6 | 3A | 42 |
| Octal | 166 | 241 | 333 | 56 | 32 | 0 | 16 | 326 | 72 | 102 |
| Binary | 1110110 | 10100001 | 11011011 | 101110 | 11010 | 0 | 1110 | 11010110 | 111010 | 1000010 |
Color Harmonies of #76A1DB
Complementary color
Monochromatic Colors of #76A1DB
Black with #76A1DB
Text Example
Text Example
White with #76A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A1DB; }
p { color: rgb(118,161,219); }
H1.HeaderClassName
{
color: #76A1DB;
}
.AnyTagClassName
{
color: #76A1DB;
}
</style>
background-color css
<style>
a { background-color: #76A1DB; }
a { background-color: rgb(118,161,219); }
div.DivClassName
{
background-color: #76A1DB;
}
.BgClassName
{
background-color: #76A1DB;
}
</style>
border-color css
<style>
span { border-color: #76A1DB; }
span { border-color: rgb(118,161,219); }
td.TdClassName
{
border-color: #76A1DB;
}
.TagClassName
{
border-color: #76A1DB;
}
</style>