Shades of Jordy Blue #76A2DC
Tints of Jordy Blue #76A2DC
RGB
CMYK
RGB Variations
Color information
#76A2DC (or 0x76A2DC) is known color: Jordy Blue. HEX triplet: 76, A2 and DC. RGB value is (118,162,220). Sum of RGB (Red+Green+Blue) = 118+162+220=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #76A2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A2DC is #895D23. Grayscale: #9B9B9B. Windows color (decimal): -9002276 or 14459510. OLE color: 14459510.
HSL color Cylindrical-coordinate representation of color #76A2DC: hue angle of 214.12º degrees, saturation: 0.59, 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 #76A2DC is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 162 | 220 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.14 |
| HSL | 214.12º | 0.59% | 0.66% | - |
| HSV(B) | 214.12º | 0.46% | 0.86% | - |
| XYZ | 33.31 | 34.86 | 72.68 | - |
| YUV | 155.46 | 164.42 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 162 | 220 | 0.46 | 0.26 | 0 | 0.14 | 214.12 | 0.59 | 0.66 |
| Hex | 76 | A2 | DC | 2E | 1A | 0 | E | D6 | 3B | 42 |
| Octal | 166 | 242 | 334 | 56 | 32 | 0 | 16 | 326 | 73 | 102 |
| Binary | 1110110 | 10100010 | 11011100 | 101110 | 11010 | 0 | 1110 | 11010110 | 111011 | 1000010 |
Color Harmonies of #76A2DC
Complementary color
Monochromatic Colors of #76A2DC
Black with #76A2DC
Text Example
Text Example
White with #76A2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A2DC; }
p { color: rgb(118,162,220); }
H1.HeaderClassName
{
color: #76A2DC;
}
.AnyTagClassName
{
color: #76A2DC;
}
</style>
background-color css
<style>
a { background-color: #76A2DC; }
a { background-color: rgb(118,162,220); }
div.DivClassName
{
background-color: #76A2DC;
}
.BgClassName
{
background-color: #76A2DC;
}
</style>
border-color css
<style>
span { border-color: #76A2DC; }
span { border-color: rgb(118,162,220); }
td.TdClassName
{
border-color: #76A2DC;
}
.TagClassName
{
border-color: #76A2DC;
}
</style>