Shades of Jordy Blue #7EACDC
Tints of Jordy Blue #7EACDC
RGB
CMYK
RGB Variations
Color information
#7EACDC (or 0x7EACDC) is known color: Jordy Blue. HEX triplet: 7E, AC and DC. RGB value is (126,172,220). Sum of RGB (Red+Green+Blue) = 126+172+220=518 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.32% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #7EACDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EACDC is #815323. Grayscale: #A3A3A3. Windows color (decimal): -8475428 or 14462078. OLE color: 14462078.
HSL color Cylindrical-coordinate representation of color #7EACDC: hue angle of 210.64º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EACDC is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 172 | 220 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.14 |
| HSL | 210.64º | 0.57% | 0.68% | - |
| HSV(B) | 210.64º | 0.43% | 0.86% | - |
| XYZ | 36.27 | 39.11 | 73.35 | - |
| YUV | 163.72 | 159.76 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 220 | 0.43 | 0.22 | 0 | 0.14 | 210.64 | 0.57 | 0.68 |
| Hex | 7E | AC | DC | 2B | 16 | 0 | E | D3 | 39 | 44 |
| Octal | 176 | 254 | 334 | 53 | 26 | 0 | 16 | 323 | 71 | 104 |
| Binary | 1111110 | 10101100 | 11011100 | 101011 | 10110 | 0 | 1110 | 11010011 | 111001 | 1000100 |
Color Harmonies of #7EACDC
Complementary color
Monochromatic Colors of #7EACDC
Black with #7EACDC
Text Example
Text Example
White with #7EACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EACDC; }
p { color: rgb(126,172,220); }
H1.HeaderClassName
{
color: #7EACDC;
}
.AnyTagClassName
{
color: #7EACDC;
}
</style>
background-color css
<style>
a { background-color: #7EACDC; }
a { background-color: rgb(126,172,220); }
div.DivClassName
{
background-color: #7EACDC;
}
.BgClassName
{
background-color: #7EACDC;
}
</style>
border-color css
<style>
span { border-color: #7EACDC; }
span { border-color: rgb(126,172,220); }
td.TdClassName
{
border-color: #7EACDC;
}
.TagClassName
{
border-color: #7EACDC;
}
</style>