Shades of Jordy Blue #76A8EF
Tints of Jordy Blue #76A8EF
RGB
CMYK
RGB Variations
Color information
#76A8EF (or 0x76A8EF) is known color: Jordy Blue. HEX triplet: 76, A8 and EF. RGB value is (118,168,239). Sum of RGB (Red+Green+Blue) = 118+168+239=525 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.48% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #76A8EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A8EF is #895710. Grayscale: #A0A0A0. Windows color (decimal): -9000721 or 15706230. OLE color: 15706230.
HSL color Cylindrical-coordinate representation of color #76A8EF: hue angle of 215.21º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76A8EF is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 168 | 239 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.06 |
| HSL | 215.21º | 0.79% | 0.7% | - |
| HSV(B) | 215.21º | 0.51% | 0.94% | - |
| XYZ | 37.05 | 38.09 | 87.06 | - |
| YUV | 161.14 | 171.94 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 168 | 239 | 0.51 | 0.30 | 0 | 0.06 | 215.21 | 0.79 | 0.7 |
| Hex | 76 | A8 | EF | 33 | 1E | 0 | 6 | D7 | 4F | 46 |
| Octal | 166 | 250 | 357 | 63 | 36 | 0 | 6 | 327 | 117 | 106 |
| Binary | 1110110 | 10101000 | 11101111 | 110011 | 11110 | 0 | 110 | 11010111 | 1001111 | 1000110 |
Color Harmonies of #76A8EF
Complementary color
Monochromatic Colors of #76A8EF
Black with #76A8EF
Text Example
Text Example
White with #76A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A8EF; }
p { color: rgb(118,168,239); }
H1.HeaderClassName
{
color: #76A8EF;
}
.AnyTagClassName
{
color: #76A8EF;
}
</style>
background-color css
<style>
a { background-color: #76A8EF; }
a { background-color: rgb(118,168,239); }
div.DivClassName
{
background-color: #76A8EF;
}
.BgClassName
{
background-color: #76A8EF;
}
</style>
border-color css
<style>
span { border-color: #76A8EF; }
span { border-color: rgb(118,168,239); }
td.TdClassName
{
border-color: #76A8EF;
}
.TagClassName
{
border-color: #76A8EF;
}
</style>