Shades of Jordy Blue #7FACD5
Tints of Jordy Blue #7FACD5
RGB
CMYK
RGB Variations
Color information
#7FACD5 (or 0x7FACD5) is known color: Jordy Blue. HEX triplet: 7F, AC and D5. RGB value is (127,172,213). Sum of RGB (Red+Green+Blue) = 127+172+213=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #7FACD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FACD5 is #80532A. Grayscale: #A3A3A3. Windows color (decimal): -8409899 or 14003327. OLE color: 14003327.
HSL color Cylindrical-coordinate representation of color #7FACD5: hue angle of 208.6º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FACD5 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 172 | 213 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.16 |
| HSL | 208.6º | 0.51% | 0.67% | - |
| HSV(B) | 208.6º | 0.4% | 0.84% | - |
| XYZ | 35.52 | 38.82 | 68.57 | - |
| YUV | 163.22 | 156.09 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 213 | 0.40 | 0.19 | 0 | 0.16 | 208.6 | 0.51 | 0.67 |
| Hex | 7F | AC | D5 | 28 | 13 | 0 | 10 | D1 | 33 | 43 |
| Octal | 177 | 254 | 325 | 50 | 23 | 0 | 20 | 321 | 63 | 103 |
| Binary | 1111111 | 10101100 | 11010101 | 101000 | 10011 | 0 | 10000 | 11010001 | 110011 | 1000011 |
Color Harmonies of #7FACD5
Complementary color
Monochromatic Colors of #7FACD5
Black with #7FACD5
Text Example
Text Example
White with #7FACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FACD5; }
p { color: rgb(127,172,213); }
H1.HeaderClassName
{
color: #7FACD5;
}
.AnyTagClassName
{
color: #7FACD5;
}
</style>
background-color css
<style>
a { background-color: #7FACD5; }
a { background-color: rgb(127,172,213); }
div.DivClassName
{
background-color: #7FACD5;
}
.BgClassName
{
background-color: #7FACD5;
}
</style>
border-color css
<style>
span { border-color: #7FACD5; }
span { border-color: rgb(127,172,213); }
td.TdClassName
{
border-color: #7FACD5;
}
.TagClassName
{
border-color: #7FACD5;
}
</style>