Shades of Jordy Blue #76ADE0
Tints of Jordy Blue #76ADE0
RGB
CMYK
RGB Variations
Color information
#76ADE0 (or 0x76ADE0) is known color: Jordy Blue. HEX triplet: 76, AD and E0. RGB value is (118,173,224). Sum of RGB (Red+Green+Blue) = 118+173+224=515 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.91% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #76ADE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ADE0 is #89521F. Grayscale: #A2A2A2. Windows color (decimal): -8999456 or 14724470. OLE color: 14724470.
HSL color Cylindrical-coordinate representation of color #76ADE0: hue angle of 208.87º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76ADE0 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 173 | 224 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.12 |
| HSL | 208.87º | 0.63% | 0.67% | - |
| HSV(B) | 208.87º | 0.47% | 0.88% | - |
| XYZ | 35.87 | 39.12 | 76.18 | - |
| YUV | 162.37 | 162.78 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 173 | 224 | 0.47 | 0.23 | 0 | 0.12 | 208.87 | 0.63 | 0.67 |
| Hex | 76 | AD | E0 | 2F | 17 | 0 | C | D1 | 3F | 43 |
| Octal | 166 | 255 | 340 | 57 | 27 | 0 | 14 | 321 | 77 | 103 |
| Binary | 1110110 | 10101101 | 11100000 | 101111 | 10111 | 0 | 1100 | 11010001 | 111111 | 1000011 |
Color Harmonies of #76ADE0
Complementary color
Monochromatic Colors of #76ADE0
Black with #76ADE0
Text Example
Text Example
White with #76ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ADE0; }
p { color: rgb(118,173,224); }
H1.HeaderClassName
{
color: #76ADE0;
}
.AnyTagClassName
{
color: #76ADE0;
}
</style>
background-color css
<style>
a { background-color: #76ADE0; }
a { background-color: rgb(118,173,224); }
div.DivClassName
{
background-color: #76ADE0;
}
.BgClassName
{
background-color: #76ADE0;
}
</style>
border-color css
<style>
span { border-color: #76ADE0; }
span { border-color: rgb(118,173,224); }
td.TdClassName
{
border-color: #76ADE0;
}
.TagClassName
{
border-color: #76ADE0;
}
</style>