Shades of Jordy Blue #76A5E4
Tints of Jordy Blue #76A5E4
RGB
CMYK
RGB Variations
Color information
#76A5E4 (or 0x76A5E4) is known color: Jordy Blue. HEX triplet: 76, A5 and E4. RGB value is (118,165,228). Sum of RGB (Red+Green+Blue) = 118+165+228=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 228 (89.45% from 255 or 44.62% from 511); Max value from RGB is 228 - color contains mainly: blue. Hex color #76A5E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A5E4 is #895A1B. Grayscale: #9D9D9D. Windows color (decimal): -9001500 or 14984566. OLE color: 14984566.
HSL color Cylindrical-coordinate representation of color #76A5E4: hue angle of 214.36º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76A5E4 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 165 | 228 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.11 |
| HSL | 214.36º | 0.67% | 0.68% | - |
| HSV(B) | 214.36º | 0.48% | 0.89% | - |
| XYZ | 34.93 | 36.36 | 78.58 | - |
| YUV | 158.13 | 167.43 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 165 | 228 | 0.48 | 0.28 | 0 | 0.11 | 214.36 | 0.67 | 0.68 |
| Hex | 76 | A5 | E4 | 30 | 1C | 0 | B | D6 | 43 | 44 |
| Octal | 166 | 245 | 344 | 60 | 34 | 0 | 13 | 326 | 103 | 104 |
| Binary | 1110110 | 10100101 | 11100100 | 110000 | 11100 | 0 | 1011 | 11010110 | 1000011 | 1000100 |
Color Harmonies of #76A5E4
Complementary color
Monochromatic Colors of #76A5E4
Black with #76A5E4
Text Example
Text Example
White with #76A5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A5E4; }
p { color: rgb(118,165,228); }
H1.HeaderClassName
{
color: #76A5E4;
}
.AnyTagClassName
{
color: #76A5E4;
}
</style>
background-color css
<style>
a { background-color: #76A5E4; }
a { background-color: rgb(118,165,228); }
div.DivClassName
{
background-color: #76A5E4;
}
.BgClassName
{
background-color: #76A5E4;
}
</style>
border-color css
<style>
span { border-color: #76A5E4; }
span { border-color: rgb(118,165,228); }
td.TdClassName
{
border-color: #76A5E4;
}
.TagClassName
{
border-color: #76A5E4;
}
</style>