Shades of Jordy Blue #7FADD9
Tints of Jordy Blue #7FADD9
RGB
CMYK
RGB Variations
Color information
#7FADD9 (or 0x7FADD9) is known color: Jordy Blue. HEX triplet: 7F, AD and D9. RGB value is (127,173,217). Sum of RGB (Red+Green+Blue) = 127+173+217=517 (68% of max value = 765). Red value is 127 (50% from 255 or 24.56% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #7FADD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FADD9 is #805226. Grayscale: #A4A4A4. Windows color (decimal): -8409639 or 14265727. OLE color: 14265727.
HSL color Cylindrical-coordinate representation of color #7FADD9: hue angle of 209.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FADD9 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 173 | 217 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.15 |
| HSL | 209.33º | 0.54% | 0.67% | - |
| HSV(B) | 209.33º | 0.41% | 0.85% | - |
| XYZ | 36.22 | 39.41 | 71.34 | - |
| YUV | 164.26 | 157.76 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 217 | 0.41 | 0.20 | 0 | 0.15 | 209.33 | 0.54 | 0.67 |
| Hex | 7F | AD | D9 | 29 | 14 | 0 | F | D1 | 36 | 43 |
| Octal | 177 | 255 | 331 | 51 | 24 | 0 | 17 | 321 | 66 | 103 |
| Binary | 1111111 | 10101101 | 11011001 | 101001 | 10100 | 0 | 1111 | 11010001 | 110110 | 1000011 |
Color Harmonies of #7FADD9
Complementary color
Monochromatic Colors of #7FADD9
Black with #7FADD9
Text Example
Text Example
White with #7FADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FADD9; }
p { color: rgb(127,173,217); }
H1.HeaderClassName
{
color: #7FADD9;
}
.AnyTagClassName
{
color: #7FADD9;
}
</style>
background-color css
<style>
a { background-color: #7FADD9; }
a { background-color: rgb(127,173,217); }
div.DivClassName
{
background-color: #7FADD9;
}
.BgClassName
{
background-color: #7FADD9;
}
</style>
border-color css
<style>
span { border-color: #7FADD9; }
span { border-color: rgb(127,173,217); }
td.TdClassName
{
border-color: #7FADD9;
}
.TagClassName
{
border-color: #7FADD9;
}
</style>