Shades of Jordy Blue #7EACDA
Tints of Jordy Blue #7EACDA
RGB
CMYK
RGB Variations
Color information
#7EACDA (or 0x7EACDA) is known color: Jordy Blue. HEX triplet: 7E, AC and DA. RGB value is (126,172,218). Sum of RGB (Red+Green+Blue) = 126+172+218=516 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.42% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #7EACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EACDA is #815325. Grayscale: #A3A3A3. Windows color (decimal): -8475430 or 14331006. OLE color: 14331006.
HSL color Cylindrical-coordinate representation of color #7EACDA: hue angle of 210º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EACDA is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 172 | 218 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.15 |
| HSL | 210º | 0.55% | 0.67% | - |
| HSV(B) | 210º | 0.42% | 0.85% | - |
| XYZ | 36.01 | 39 | 71.96 | - |
| YUV | 163.49 | 158.76 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 218 | 0.42 | 0.21 | 0 | 0.15 | 210 | 0.55 | 0.67 |
| Hex | 7E | AC | DA | 2A | 15 | 0 | F | D2 | 37 | 43 |
| Octal | 176 | 254 | 332 | 52 | 25 | 0 | 17 | 322 | 67 | 103 |
| Binary | 1111110 | 10101100 | 11011010 | 101010 | 10101 | 0 | 1111 | 11010010 | 110111 | 1000011 |
Color Harmonies of #7EACDA
Complementary color
Monochromatic Colors of #7EACDA
Black with #7EACDA
Text Example
Text Example
White with #7EACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EACDA; }
p { color: rgb(126,172,218); }
H1.HeaderClassName
{
color: #7EACDA;
}
.AnyTagClassName
{
color: #7EACDA;
}
</style>
background-color css
<style>
a { background-color: #7EACDA; }
a { background-color: rgb(126,172,218); }
div.DivClassName
{
background-color: #7EACDA;
}
.BgClassName
{
background-color: #7EACDA;
}
</style>
border-color css
<style>
span { border-color: #7EACDA; }
span { border-color: rgb(126,172,218); }
td.TdClassName
{
border-color: #7EACDA;
}
.TagClassName
{
border-color: #7EACDA;
}
</style>