Shades of Jordy Blue #76ACD6
Tints of Jordy Blue #76ACD6
RGB
CMYK
RGB Variations
Color information
#76ACD6 (or 0x76ACD6) is known color: Jordy Blue. HEX triplet: 76, AC and D6. RGB value is (118,172,214). Sum of RGB (Red+Green+Blue) = 118+172+214=504 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.41% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 214 - color contains mainly: blue. Hex color #76ACD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ACD6 is #895329. Grayscale: #A0A0A0. Windows color (decimal): -8999722 or 14068854. OLE color: 14068854.
HSL color Cylindrical-coordinate representation of color #76ACD6: hue angle of 206.25º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76ACD6 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 172 | 214 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.16 |
| HSL | 206.25º | 0.54% | 0.65% | - |
| HSV(B) | 206.25º | 0.45% | 0.84% | - |
| XYZ | 34.36 | 38.21 | 69.18 | - |
| YUV | 160.64 | 158.11 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 172 | 214 | 0.45 | 0.20 | 0 | 0.16 | 206.25 | 0.54 | 0.65 |
| Hex | 76 | AC | D6 | 2D | 14 | 0 | 10 | CE | 36 | 41 |
| Octal | 166 | 254 | 326 | 55 | 24 | 0 | 20 | 316 | 66 | 101 |
| Binary | 1110110 | 10101100 | 11010110 | 101101 | 10100 | 0 | 10000 | 11001110 | 110110 | 1000001 |
Color Harmonies of #76ACD6
Complementary color
Monochromatic Colors of #76ACD6
Black with #76ACD6
Text Example
Text Example
White with #76ACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ACD6; }
p { color: rgb(118,172,214); }
H1.HeaderClassName
{
color: #76ACD6;
}
.AnyTagClassName
{
color: #76ACD6;
}
</style>
background-color css
<style>
a { background-color: #76ACD6; }
a { background-color: rgb(118,172,214); }
div.DivClassName
{
background-color: #76ACD6;
}
.BgClassName
{
background-color: #76ACD6;
}
</style>
border-color css
<style>
span { border-color: #76ACD6; }
span { border-color: rgb(118,172,214); }
td.TdClassName
{
border-color: #76ACD6;
}
.TagClassName
{
border-color: #76ACD6;
}
</style>