Shades of Jordy Blue #76A2EE
Tints of Jordy Blue #76A2EE
RGB
CMYK
RGB Variations
Color information
#76A2EE (or 0x76A2EE) is known color: Jordy Blue. HEX triplet: 76, A2 and EE. RGB value is (118,162,238). Sum of RGB (Red+Green+Blue) = 118+162+238=518 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.78% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #76A2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A2EE is #895D11. Grayscale: #9D9D9D. Windows color (decimal): -9002258 or 15639158. OLE color: 15639158.
HSL color Cylindrical-coordinate representation of color #76A2EE: hue angle of 218º 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 #76A2EE is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 162 | 238 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.07 |
| HSL | 218º | 0.78% | 0.7% | - |
| HSV(B) | 218º | 0.5% | 0.93% | - |
| XYZ | 35.82 | 35.87 | 85.92 | - |
| YUV | 157.51 | 173.42 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 162 | 238 | 0.50 | 0.32 | 0 | 0.07 | 218 | 0.78 | 0.7 |
| Hex | 76 | A2 | EE | 32 | 20 | 0 | 7 | DA | 4E | 46 |
| Octal | 166 | 242 | 356 | 62 | 40 | 0 | 7 | 332 | 116 | 106 |
| Binary | 1110110 | 10100010 | 11101110 | 110010 | 100000 | 0 | 111 | 11011010 | 1001110 | 1000110 |
Color Harmonies of #76A2EE
Complementary color
Monochromatic Colors of #76A2EE
Black with #76A2EE
Text Example
Text Example
White with #76A2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A2EE; }
p { color: rgb(118,162,238); }
H1.HeaderClassName
{
color: #76A2EE;
}
.AnyTagClassName
{
color: #76A2EE;
}
</style>
background-color css
<style>
a { background-color: #76A2EE; }
a { background-color: rgb(118,162,238); }
div.DivClassName
{
background-color: #76A2EE;
}
.BgClassName
{
background-color: #76A2EE;
}
</style>
border-color css
<style>
span { border-color: #76A2EE; }
span { border-color: rgb(118,162,238); }
td.TdClassName
{
border-color: #76A2EE;
}
.TagClassName
{
border-color: #76A2EE;
}
</style>