Shades of Jordy Blue #76A2DD
Tints of Jordy Blue #76A2DD
RGB
CMYK
RGB Variations
Color information
#76A2DD (or 0x76A2DD) is known color: Jordy Blue. HEX triplet: 76, A2 and DD. RGB value is (118,162,221). Sum of RGB (Red+Green+Blue) = 118+162+221=501 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.55% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #76A2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A2DD is #895D22. Grayscale: #9B9B9B. Windows color (decimal): -9002275 or 14525046. OLE color: 14525046.
HSL color Cylindrical-coordinate representation of color #76A2DD: hue angle of 214.37º 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 #76A2DD is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 162 | 221 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.13 |
| HSL | 214.37º | 0.6% | 0.66% | - |
| HSV(B) | 214.37º | 0.47% | 0.87% | - |
| XYZ | 33.44 | 34.91 | 73.38 | - |
| YUV | 155.57 | 164.92 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 162 | 221 | 0.47 | 0.27 | 0 | 0.13 | 214.37 | 0.6 | 0.66 |
| Hex | 76 | A2 | DD | 2F | 1B | 0 | D | D6 | 3C | 42 |
| Octal | 166 | 242 | 335 | 57 | 33 | 0 | 15 | 326 | 74 | 102 |
| Binary | 1110110 | 10100010 | 11011101 | 101111 | 11011 | 0 | 1101 | 11010110 | 111100 | 1000010 |
Color Harmonies of #76A2DD
Complementary color
Monochromatic Colors of #76A2DD
Black with #76A2DD
Text Example
Text Example
White with #76A2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A2DD; }
p { color: rgb(118,162,221); }
H1.HeaderClassName
{
color: #76A2DD;
}
.AnyTagClassName
{
color: #76A2DD;
}
</style>
background-color css
<style>
a { background-color: #76A2DD; }
a { background-color: rgb(118,162,221); }
div.DivClassName
{
background-color: #76A2DD;
}
.BgClassName
{
background-color: #76A2DD;
}
</style>
border-color css
<style>
span { border-color: #76A2DD; }
span { border-color: rgb(118,162,221); }
td.TdClassName
{
border-color: #76A2DD;
}
.TagClassName
{
border-color: #76A2DD;
}
</style>