Shades of Jordy Blue #76ACE6
Tints of Jordy Blue #76ACE6
RGB
CMYK
RGB Variations
Color information
#76ACE6 (or 0x76ACE6) is known color: Jordy Blue. HEX triplet: 76, AC and E6. RGB value is (118,172,230). Sum of RGB (Red+Green+Blue) = 118+172+230=520 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.69% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 230 - color contains mainly: blue. Hex color #76ACE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76ACE6 is #895319. Grayscale: #A2A2A2. Windows color (decimal): -8999706 or 15117430. OLE color: 15117430.
HSL color Cylindrical-coordinate representation of color #76ACE6: hue angle of 211.07º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76ACE6 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 172 | 230 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.10 |
| HSL | 211.07º | 0.69% | 0.68% | - |
| HSV(B) | 211.07º | 0.49% | 0.9% | - |
| XYZ | 36.51 | 39.07 | 80.48 | - |
| YUV | 162.47 | 166.11 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 172 | 230 | 0.49 | 0.25 | 0 | 0.10 | 211.07 | 0.69 | 0.68 |
| Hex | 76 | AC | E6 | 31 | 19 | 0 | A | D3 | 45 | 44 |
| Octal | 166 | 254 | 346 | 61 | 31 | 0 | 12 | 323 | 105 | 104 |
| Binary | 1110110 | 10101100 | 11100110 | 110001 | 11001 | 0 | 1010 | 11010011 | 1000101 | 1000100 |
Color Harmonies of #76ACE6
Complementary color
Monochromatic Colors of #76ACE6
Black with #76ACE6
Text Example
Text Example
White with #76ACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ACE6; }
p { color: rgb(118,172,230); }
H1.HeaderClassName
{
color: #76ACE6;
}
.AnyTagClassName
{
color: #76ACE6;
}
</style>
background-color css
<style>
a { background-color: #76ACE6; }
a { background-color: rgb(118,172,230); }
div.DivClassName
{
background-color: #76ACE6;
}
.BgClassName
{
background-color: #76ACE6;
}
</style>
border-color css
<style>
span { border-color: #76ACE6; }
span { border-color: rgb(118,172,230); }
td.TdClassName
{
border-color: #76ACE6;
}
.TagClassName
{
border-color: #76ACE6;
}
</style>