Shades of Jordy Blue #7FACD4
Tints of Jordy Blue #7FACD4
RGB
CMYK
RGB Variations
Color information
#7FACD4 (or 0x7FACD4) is known color: Jordy Blue. HEX triplet: 7F, AC and D4. RGB value is (127,172,212). Sum of RGB (Red+Green+Blue) = 127+172+212=511 (67% of max value = 765). Red value is 127 (50% from 255 or 24.85% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 212 - color contains mainly: blue. Hex color #7FACD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FACD4 is #80532B. Grayscale: #A2A2A2. Windows color (decimal): -8409900 or 13937791. OLE color: 13937791.
HSL color Cylindrical-coordinate representation of color #7FACD4: hue angle of 208.24º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FACD4 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 172 | 212 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.17 |
| HSL | 208.24º | 0.5% | 0.66% | - |
| HSV(B) | 208.24º | 0.4% | 0.83% | - |
| XYZ | 35.39 | 38.77 | 67.91 | - |
| YUV | 163.11 | 155.59 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 212 | 0.40 | 0.19 | 0 | 0.17 | 208.24 | 0.5 | 0.66 |
| Hex | 7F | AC | D4 | 28 | 13 | 0 | 11 | D0 | 32 | 42 |
| Octal | 177 | 254 | 324 | 50 | 23 | 0 | 21 | 320 | 62 | 102 |
| Binary | 1111111 | 10101100 | 11010100 | 101000 | 10011 | 0 | 10001 | 11010000 | 110010 | 1000010 |
Color Harmonies of #7FACD4
Complementary color
Monochromatic Colors of #7FACD4
Black with #7FACD4
Text Example
Text Example
White with #7FACD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FACD4; }
p { color: rgb(127,172,212); }
H1.HeaderClassName
{
color: #7FACD4;
}
.AnyTagClassName
{
color: #7FACD4;
}
</style>
background-color css
<style>
a { background-color: #7FACD4; }
a { background-color: rgb(127,172,212); }
div.DivClassName
{
background-color: #7FACD4;
}
.BgClassName
{
background-color: #7FACD4;
}
</style>
border-color css
<style>
span { border-color: #7FACD4; }
span { border-color: rgb(127,172,212); }
td.TdClassName
{
border-color: #7FACD4;
}
.TagClassName
{
border-color: #7FACD4;
}
</style>