Shades of Jordy Blue #76A6EF
Tints of Jordy Blue #76A6EF
RGB
CMYK
RGB Variations
Color information
#76A6EF (or 0x76A6EF) is known color: Jordy Blue. HEX triplet: 76, A6 and EF. RGB value is (118,166,239). Sum of RGB (Red+Green+Blue) = 118+166+239=523 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.56% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #76A6EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A6EF is #895910. Grayscale: #9F9F9F. Windows color (decimal): -9001233 or 15705718. OLE color: 15705718.
HSL color Cylindrical-coordinate representation of color #76A6EF: hue angle of 216.2º 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 #76A6EF is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 166 | 239 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.06 |
| HSL | 216.2º | 0.79% | 0.7% | - |
| HSV(B) | 216.2º | 0.51% | 0.94% | - |
| XYZ | 36.69 | 37.36 | 86.94 | - |
| YUV | 159.97 | 172.6 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 166 | 239 | 0.51 | 0.31 | 0 | 0.06 | 216.2 | 0.79 | 0.7 |
| Hex | 76 | A6 | EF | 33 | 1F | 0 | 6 | D8 | 4F | 46 |
| Octal | 166 | 246 | 357 | 63 | 37 | 0 | 6 | 330 | 117 | 106 |
| Binary | 1110110 | 10100110 | 11101111 | 110011 | 11111 | 0 | 110 | 11011000 | 1001111 | 1000110 |
Color Harmonies of #76A6EF
Complementary color
Monochromatic Colors of #76A6EF
Black with #76A6EF
Text Example
Text Example
White with #76A6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A6EF; }
p { color: rgb(118,166,239); }
H1.HeaderClassName
{
color: #76A6EF;
}
.AnyTagClassName
{
color: #76A6EF;
}
</style>
background-color css
<style>
a { background-color: #76A6EF; }
a { background-color: rgb(118,166,239); }
div.DivClassName
{
background-color: #76A6EF;
}
.BgClassName
{
background-color: #76A6EF;
}
</style>
border-color css
<style>
span { border-color: #76A6EF; }
span { border-color: rgb(118,166,239); }
td.TdClassName
{
border-color: #76A6EF;
}
.TagClassName
{
border-color: #76A6EF;
}
</style>