Shades of Jordy Blue #76ACDD
Tints of Jordy Blue #76ACDD
RGB
CMYK
RGB Variations
Color information
#76ACDD (or 0x76ACDD) is known color: Jordy Blue. HEX triplet: 76, AC and DD. RGB value is (118,172,221). Sum of RGB (Red+Green+Blue) = 118+172+221=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #76ACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ACDD is #895322. Grayscale: #A1A1A1. Windows color (decimal): -8999715 or 14527606. OLE color: 14527606.
HSL color Cylindrical-coordinate representation of color #76ACDD: hue angle of 208.54º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76ACDD is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 172 | 221 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.13 |
| HSL | 208.54º | 0.6% | 0.66% | - |
| HSV(B) | 208.54º | 0.47% | 0.87% | - |
| XYZ | 35.27 | 38.58 | 73.99 | - |
| YUV | 161.44 | 161.61 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 172 | 221 | 0.47 | 0.22 | 0 | 0.13 | 208.54 | 0.6 | 0.66 |
| Hex | 76 | AC | DD | 2F | 16 | 0 | D | D1 | 3C | 42 |
| Octal | 166 | 254 | 335 | 57 | 26 | 0 | 15 | 321 | 74 | 102 |
| Binary | 1110110 | 10101100 | 11011101 | 101111 | 10110 | 0 | 1101 | 11010001 | 111100 | 1000010 |
Color Harmonies of #76ACDD
Complementary color
Monochromatic Colors of #76ACDD
Black with #76ACDD
Text Example
Text Example
White with #76ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ACDD; }
p { color: rgb(118,172,221); }
H1.HeaderClassName
{
color: #76ACDD;
}
.AnyTagClassName
{
color: #76ACDD;
}
</style>
background-color css
<style>
a { background-color: #76ACDD; }
a { background-color: rgb(118,172,221); }
div.DivClassName
{
background-color: #76ACDD;
}
.BgClassName
{
background-color: #76ACDD;
}
</style>
border-color css
<style>
span { border-color: #76ACDD; }
span { border-color: rgb(118,172,221); }
td.TdClassName
{
border-color: #76ACDD;
}
.TagClassName
{
border-color: #76ACDD;
}
</style>