Shades of Jordy Blue #7EADDB
Tints of Jordy Blue #7EADDB
RGB
CMYK
RGB Variations
Color information
#7EADDB (or 0x7EADDB) is known color: Jordy Blue. HEX triplet: 7E, AD and DB. RGB value is (126,173,219). Sum of RGB (Red+Green+Blue) = 126+173+219=518 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.32% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EADDB is #815224. Grayscale: #A3A3A3. Windows color (decimal): -8475173 or 14396798. OLE color: 14396798.
HSL color Cylindrical-coordinate representation of color #7EADDB: hue angle of 209.68º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EADDB is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 173 | 219 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.14 |
| HSL | 209.68º | 0.56% | 0.68% | - |
| HSV(B) | 209.68º | 0.42% | 0.86% | - |
| XYZ | 36.33 | 39.44 | 72.71 | - |
| YUV | 164.19 | 158.93 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 173 | 219 | 0.42 | 0.21 | 0 | 0.14 | 209.68 | 0.56 | 0.68 |
| Hex | 7E | AD | DB | 2A | 15 | 0 | E | D2 | 38 | 44 |
| Octal | 176 | 255 | 333 | 52 | 25 | 0 | 16 | 322 | 70 | 104 |
| Binary | 1111110 | 10101101 | 11011011 | 101010 | 10101 | 0 | 1110 | 11010010 | 111000 | 1000100 |
Color Harmonies of #7EADDB
Complementary color
Monochromatic Colors of #7EADDB
Black with #7EADDB
Text Example
Text Example
White with #7EADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EADDB; }
p { color: rgb(126,173,219); }
H1.HeaderClassName
{
color: #7EADDB;
}
.AnyTagClassName
{
color: #7EADDB;
}
</style>
background-color css
<style>
a { background-color: #7EADDB; }
a { background-color: rgb(126,173,219); }
div.DivClassName
{
background-color: #7EADDB;
}
.BgClassName
{
background-color: #7EADDB;
}
</style>
border-color css
<style>
span { border-color: #7EADDB; }
span { border-color: rgb(126,173,219); }
td.TdClassName
{
border-color: #7EADDB;
}
.TagClassName
{
border-color: #7EADDB;
}
</style>