Shades of Jordy Blue #7FACD9
Tints of Jordy Blue #7FACD9
RGB
CMYK
RGB Variations
Color information
#7FACD9 (or 0x7FACD9) is known color: Jordy Blue. HEX triplet: 7F, AC and D9. RGB value is (127,172,217). Sum of RGB (Red+Green+Blue) = 127+172+217=516 (68% of max value = 765). Red value is 127 (50% from 255 or 24.61% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #7FACD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FACD9 is #805326. Grayscale: #A3A3A3. Windows color (decimal): -8409895 or 14265471. OLE color: 14265471.
HSL color Cylindrical-coordinate representation of color #7FACD9: hue angle of 210º 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 #7FACD9 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 172 | 217 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.15 |
| HSL | 210º | 0.54% | 0.67% | - |
| HSV(B) | 210º | 0.41% | 0.85% | - |
| XYZ | 36.03 | 39.03 | 71.28 | - |
| YUV | 163.68 | 158.09 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 217 | 0.41 | 0.21 | 0 | 0.15 | 210 | 0.54 | 0.67 |
| Hex | 7F | AC | D9 | 29 | 15 | 0 | F | D2 | 36 | 43 |
| Octal | 177 | 254 | 331 | 51 | 25 | 0 | 17 | 322 | 66 | 103 |
| Binary | 1111111 | 10101100 | 11011001 | 101001 | 10101 | 0 | 1111 | 11010010 | 110110 | 1000011 |
Color Harmonies of #7FACD9
Complementary color
Monochromatic Colors of #7FACD9
Black with #7FACD9
Text Example
Text Example
White with #7FACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FACD9; }
p { color: rgb(127,172,217); }
H1.HeaderClassName
{
color: #7FACD9;
}
.AnyTagClassName
{
color: #7FACD9;
}
</style>
background-color css
<style>
a { background-color: #7FACD9; }
a { background-color: rgb(127,172,217); }
div.DivClassName
{
background-color: #7FACD9;
}
.BgClassName
{
background-color: #7FACD9;
}
</style>
border-color css
<style>
span { border-color: #7FACD9; }
span { border-color: rgb(127,172,217); }
td.TdClassName
{
border-color: #7FACD9;
}
.TagClassName
{
border-color: #7FACD9;
}
</style>