Shades of Jordy Blue #76A9EA
Tints of Jordy Blue #76A9EA
RGB
CMYK
RGB Variations
Color information
#76A9EA (or 0x76A9EA) is known color: Jordy Blue. HEX triplet: 76, A9 and EA. RGB value is (118,169,234). Sum of RGB (Red+Green+Blue) = 118+169+234=521 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.65% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #76A9EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A9EA is #895615. Grayscale: #A0A0A0. Windows color (decimal): -9000470 or 15378806. OLE color: 15378806.
HSL color Cylindrical-coordinate representation of color #76A9EA: hue angle of 213.62º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76A9EA is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 169 | 234 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.08 |
| HSL | 213.62º | 0.73% | 0.69% | - |
| HSV(B) | 213.62º | 0.5% | 0.92% | - |
| XYZ | 36.51 | 38.17 | 83.28 | - |
| YUV | 161.16 | 169.1 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 169 | 234 | 0.50 | 0.28 | 0 | 0.08 | 213.62 | 0.73 | 0.69 |
| Hex | 76 | A9 | EA | 32 | 1C | 0 | 8 | D6 | 49 | 45 |
| Octal | 166 | 251 | 352 | 62 | 34 | 0 | 10 | 326 | 111 | 105 |
| Binary | 1110110 | 10101001 | 11101010 | 110010 | 11100 | 0 | 1000 | 11010110 | 1001001 | 1000101 |
Color Harmonies of #76A9EA
Complementary color
Monochromatic Colors of #76A9EA
Black with #76A9EA
Text Example
Text Example
White with #76A9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A9EA; }
p { color: rgb(118,169,234); }
H1.HeaderClassName
{
color: #76A9EA;
}
.AnyTagClassName
{
color: #76A9EA;
}
</style>
background-color css
<style>
a { background-color: #76A9EA; }
a { background-color: rgb(118,169,234); }
div.DivClassName
{
background-color: #76A9EA;
}
.BgClassName
{
background-color: #76A9EA;
}
</style>
border-color css
<style>
span { border-color: #76A9EA; }
span { border-color: rgb(118,169,234); }
td.TdClassName
{
border-color: #76A9EA;
}
.TagClassName
{
border-color: #76A9EA;
}
</style>