Shades of Jordy Blue #7EADD2
Tints of Jordy Blue #7EADD2
RGB
CMYK
RGB Variations
Color information
#7EADD2 (or 0x7EADD2) is known color: Jordy Blue. HEX triplet: 7E, AD and D2. RGB value is (126,173,210). Sum of RGB (Red+Green+Blue) = 126+173+210=509 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.75% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 210 - color contains mainly: blue. Hex color #7EADD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EADD2 is #81522D. Grayscale: #A2A2A2. Windows color (decimal): -8475182 or 13806974. OLE color: 13806974.
HSL color Cylindrical-coordinate representation of color #7EADD2: hue angle of 206.43º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7EADD2 is Cyan = 0.4, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 173 | 210 | - |
| CMYK | 0.4 | 0.18 | 0 | 0.18 |
| HSL | 206.43º | 0.48% | 0.66% | - |
| HSV(B) | 206.43º | 0.4% | 0.82% | - |
| XYZ | 35.18 | 38.98 | 66.64 | - |
| YUV | 163.17 | 154.43 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 173 | 210 | 0.4 | 0.18 | 0 | 0.18 | 206.43 | 0.48 | 0.66 |
| Hex | 7E | AD | D2 | 28 | 12 | 0 | 12 | CE | 30 | 42 |
| Octal | 176 | 255 | 322 | 50 | 22 | 0 | 22 | 316 | 60 | 102 |
| Binary | 1111110 | 10101101 | 11010010 | 101000 | 10010 | 0 | 10010 | 11001110 | 110000 | 1000010 |
Color Harmonies of #7EADD2
Complementary color
Monochromatic Colors of #7EADD2
Black with #7EADD2
Text Example
Text Example
White with #7EADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EADD2; }
p { color: rgb(126,173,210); }
H1.HeaderClassName
{
color: #7EADD2;
}
.AnyTagClassName
{
color: #7EADD2;
}
</style>
background-color css
<style>
a { background-color: #7EADD2; }
a { background-color: rgb(126,173,210); }
div.DivClassName
{
background-color: #7EADD2;
}
.BgClassName
{
background-color: #7EADD2;
}
</style>
border-color css
<style>
span { border-color: #7EADD2; }
span { border-color: rgb(126,173,210); }
td.TdClassName
{
border-color: #7EADD2;
}
.TagClassName
{
border-color: #7EADD2;
}
</style>