Shades of Jordy Blue #7EACDF
Tints of Jordy Blue #7EACDF
RGB
CMYK
RGB Variations
Color information
#7EACDF (or 0x7EACDF) is known color: Jordy Blue. HEX triplet: 7E, AC and DF. RGB value is (126,172,223). Sum of RGB (Red+Green+Blue) = 126+172+223=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #7EACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EACDF is #815320. Grayscale: #A3A3A3. Windows color (decimal): -8475425 or 14658686. OLE color: 14658686.
HSL color Cylindrical-coordinate representation of color #7EACDF: hue angle of 211.55º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EACDF is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 172 | 223 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.13 |
| HSL | 211.55º | 0.6% | 0.68% | - |
| HSV(B) | 211.55º | 0.43% | 0.87% | - |
| XYZ | 36.68 | 39.27 | 75.46 | - |
| YUV | 164.06 | 161.26 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 223 | 0.43 | 0.23 | 0 | 0.13 | 211.55 | 0.6 | 0.68 |
| Hex | 7E | AC | DF | 2B | 17 | 0 | D | D4 | 3C | 44 |
| Octal | 176 | 254 | 337 | 53 | 27 | 0 | 15 | 324 | 74 | 104 |
| Binary | 1111110 | 10101100 | 11011111 | 101011 | 10111 | 0 | 1101 | 11010100 | 111100 | 1000100 |
Color Harmonies of #7EACDF
Complementary color
Monochromatic Colors of #7EACDF
Black with #7EACDF
Text Example
Text Example
White with #7EACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EACDF; }
p { color: rgb(126,172,223); }
H1.HeaderClassName
{
color: #7EACDF;
}
.AnyTagClassName
{
color: #7EACDF;
}
</style>
background-color css
<style>
a { background-color: #7EACDF; }
a { background-color: rgb(126,172,223); }
div.DivClassName
{
background-color: #7EACDF;
}
.BgClassName
{
background-color: #7EACDF;
}
</style>
border-color css
<style>
span { border-color: #7EACDF; }
span { border-color: rgb(126,172,223); }
td.TdClassName
{
border-color: #7EACDF;
}
.TagClassName
{
border-color: #7EACDF;
}
</style>