Shades of Jordy Blue #76A8EE
Tints of Jordy Blue #76A8EE
RGB
CMYK
RGB Variations
Color information
#76A8EE (or 0x76A8EE) is known color: Jordy Blue. HEX triplet: 76, A8 and EE. RGB value is (118,168,238). Sum of RGB (Red+Green+Blue) = 118+168+238=524 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.52% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #76A8EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A8EE is #895711. Grayscale: #A0A0A0. Windows color (decimal): -9000722 or 15640694. OLE color: 15640694.
HSL color Cylindrical-coordinate representation of color #76A8EE: hue angle of 215º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76A8EE is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 168 | 238 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.07 |
| HSL | 215º | 0.78% | 0.7% | - |
| HSV(B) | 215º | 0.5% | 0.93% | - |
| XYZ | 36.91 | 38.03 | 86.28 | - |
| YUV | 161.03 | 171.44 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 168 | 238 | 0.50 | 0.29 | 0 | 0.07 | 215 | 0.78 | 0.7 |
| Hex | 76 | A8 | EE | 32 | 1D | 0 | 7 | D7 | 4E | 46 |
| Octal | 166 | 250 | 356 | 62 | 35 | 0 | 7 | 327 | 116 | 106 |
| Binary | 1110110 | 10101000 | 11101110 | 110010 | 11101 | 0 | 111 | 11010111 | 1001110 | 1000110 |
Color Harmonies of #76A8EE
Complementary color
Monochromatic Colors of #76A8EE
Black with #76A8EE
Text Example
Text Example
White with #76A8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A8EE; }
p { color: rgb(118,168,238); }
H1.HeaderClassName
{
color: #76A8EE;
}
.AnyTagClassName
{
color: #76A8EE;
}
</style>
background-color css
<style>
a { background-color: #76A8EE; }
a { background-color: rgb(118,168,238); }
div.DivClassName
{
background-color: #76A8EE;
}
.BgClassName
{
background-color: #76A8EE;
}
</style>
border-color css
<style>
span { border-color: #76A8EE; }
span { border-color: rgb(118,168,238); }
td.TdClassName
{
border-color: #76A8EE;
}
.TagClassName
{
border-color: #76A8EE;
}
</style>