Shades of Jordy Blue #7FACD3
Tints of Jordy Blue #7FACD3
RGB
CMYK
RGB Variations
Color information
#7FACD3 (or 0x7FACD3) is known color: Jordy Blue. HEX triplet: 7F, AC and D3. RGB value is (127,172,211). Sum of RGB (Red+Green+Blue) = 127+172+211=510 (67% of max value = 765). Red value is 127 (50% from 255 or 24.90% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 211 - color contains mainly: blue. Hex color #7FACD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FACD3 is #80532C. Grayscale: #A2A2A2. Windows color (decimal): -8409901 or 13872255. OLE color: 13872255.
HSL color Cylindrical-coordinate representation of color #7FACD3: hue angle of 207.86º degrees, saturation: 0.49, 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 #7FACD3 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 172 | 211 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.17 |
| HSL | 207.86º | 0.49% | 0.66% | - |
| HSV(B) | 207.86º | 0.4% | 0.83% | - |
| XYZ | 35.26 | 38.72 | 67.24 | - |
| YUV | 162.99 | 155.09 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 211 | 0.40 | 0.18 | 0 | 0.17 | 207.86 | 0.49 | 0.66 |
| Hex | 7F | AC | D3 | 28 | 12 | 0 | 11 | D0 | 31 | 42 |
| Octal | 177 | 254 | 323 | 50 | 22 | 0 | 21 | 320 | 61 | 102 |
| Binary | 1111111 | 10101100 | 11010011 | 101000 | 10010 | 0 | 10001 | 11010000 | 110001 | 1000010 |
Color Harmonies of #7FACD3
Complementary color
Monochromatic Colors of #7FACD3
Black with #7FACD3
Text Example
Text Example
White with #7FACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FACD3; }
p { color: rgb(127,172,211); }
H1.HeaderClassName
{
color: #7FACD3;
}
.AnyTagClassName
{
color: #7FACD3;
}
</style>
background-color css
<style>
a { background-color: #7FACD3; }
a { background-color: rgb(127,172,211); }
div.DivClassName
{
background-color: #7FACD3;
}
.BgClassName
{
background-color: #7FACD3;
}
</style>
border-color css
<style>
span { border-color: #7FACD3; }
span { border-color: rgb(127,172,211); }
td.TdClassName
{
border-color: #7FACD3;
}
.TagClassName
{
border-color: #7FACD3;
}
</style>