Shades of Jordy Blue #76ADDA
Tints of Jordy Blue #76ADDA
RGB
CMYK
RGB Variations
Color information
#76ADDA (or 0x76ADDA) is known color: Jordy Blue. HEX triplet: 76, AD and DA. RGB value is (118,173,218). Sum of RGB (Red+Green+Blue) = 118+173+218=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #76ADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ADDA is #895225. Grayscale: #A1A1A1. Windows color (decimal): -8999462 or 14331254. OLE color: 14331254.
HSL color Cylindrical-coordinate representation of color #76ADDA: hue angle of 207º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76ADDA is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 173 | 218 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.15 |
| HSL | 207º | 0.57% | 0.66% | - |
| HSV(B) | 207º | 0.46% | 0.85% | - |
| XYZ | 35.07 | 38.8 | 71.97 | - |
| YUV | 161.69 | 159.78 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 173 | 218 | 0.46 | 0.21 | 0 | 0.15 | 207 | 0.57 | 0.66 |
| Hex | 76 | AD | DA | 2E | 15 | 0 | F | CF | 39 | 42 |
| Octal | 166 | 255 | 332 | 56 | 25 | 0 | 17 | 317 | 71 | 102 |
| Binary | 1110110 | 10101101 | 11011010 | 101110 | 10101 | 0 | 1111 | 11001111 | 111001 | 1000010 |
Color Harmonies of #76ADDA
Complementary color
Monochromatic Colors of #76ADDA
Black with #76ADDA
Text Example
Text Example
White with #76ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ADDA; }
p { color: rgb(118,173,218); }
H1.HeaderClassName
{
color: #76ADDA;
}
.AnyTagClassName
{
color: #76ADDA;
}
</style>
background-color css
<style>
a { background-color: #76ADDA; }
a { background-color: rgb(118,173,218); }
div.DivClassName
{
background-color: #76ADDA;
}
.BgClassName
{
background-color: #76ADDA;
}
</style>
border-color css
<style>
span { border-color: #76ADDA; }
span { border-color: rgb(118,173,218); }
td.TdClassName
{
border-color: #76ADDA;
}
.TagClassName
{
border-color: #76ADDA;
}
</style>