Shades of Jordy Blue #76A6E8
Tints of Jordy Blue #76A6E8
RGB
CMYK
RGB Variations
Color information
#76A6E8 (or 0x76A6E8) is known color: Jordy Blue. HEX triplet: 76, A6 and E8. RGB value is (118,166,232). Sum of RGB (Red+Green+Blue) = 118+166+232=516 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.87% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #76A6E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A6E8 is #895917. Grayscale: #9E9E9E. Windows color (decimal): -9001240 or 15246966. OLE color: 15246966.
HSL color Cylindrical-coordinate representation of color #76A6E8: hue angle of 214.74º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76A6E8 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 166 | 232 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.09 |
| HSL | 214.74º | 0.71% | 0.69% | - |
| HSV(B) | 214.74º | 0.49% | 0.91% | - |
| XYZ | 35.67 | 36.95 | 81.6 | - |
| YUV | 159.17 | 169.1 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 166 | 232 | 0.49 | 0.28 | 0 | 0.09 | 214.74 | 0.71 | 0.69 |
| Hex | 76 | A6 | E8 | 31 | 1C | 0 | 9 | D7 | 47 | 45 |
| Octal | 166 | 246 | 350 | 61 | 34 | 0 | 11 | 327 | 107 | 105 |
| Binary | 1110110 | 10100110 | 11101000 | 110001 | 11100 | 0 | 1001 | 11010111 | 1000111 | 1000101 |
Color Harmonies of #76A6E8
Complementary color
Monochromatic Colors of #76A6E8
Black with #76A6E8
Text Example
Text Example
White with #76A6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A6E8; }
p { color: rgb(118,166,232); }
H1.HeaderClassName
{
color: #76A6E8;
}
.AnyTagClassName
{
color: #76A6E8;
}
</style>
background-color css
<style>
a { background-color: #76A6E8; }
a { background-color: rgb(118,166,232); }
div.DivClassName
{
background-color: #76A6E8;
}
.BgClassName
{
background-color: #76A6E8;
}
</style>
border-color css
<style>
span { border-color: #76A6E8; }
span { border-color: rgb(118,166,232); }
td.TdClassName
{
border-color: #76A6E8;
}
.TagClassName
{
border-color: #76A6E8;
}
</style>