Shades of Jordy Blue #7DADDB
Tints of Jordy Blue #7DADDB
RGB
CMYK
RGB Variations
Color information
#7DADDB (or 0x7DADDB) is known color: Jordy Blue. HEX triplet: 7D, AD and DB. RGB value is (125,173,219). Sum of RGB (Red+Green+Blue) = 125+173+219=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #7DADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADDB is #825224. Grayscale: #A3A3A3. Windows color (decimal): -8540709 or 14396797. OLE color: 14396797.
HSL color Cylindrical-coordinate representation of color #7DADDB: hue angle of 209.36º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DADDB is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 173 | 219 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.14 |
| HSL | 209.36º | 0.57% | 0.67% | - |
| HSV(B) | 209.36º | 0.43% | 0.86% | - |
| XYZ | 36.19 | 39.36 | 72.71 | - |
| YUV | 163.89 | 159.1 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 219 | 0.43 | 0.21 | 0 | 0.14 | 209.36 | 0.57 | 0.67 |
| Hex | 7D | AD | DB | 2B | 15 | 0 | E | D1 | 39 | 43 |
| Octal | 175 | 255 | 333 | 53 | 25 | 0 | 16 | 321 | 71 | 103 |
| Binary | 1111101 | 10101101 | 11011011 | 101011 | 10101 | 0 | 1110 | 11010001 | 111001 | 1000011 |
Color Harmonies of #7DADDB
Complementary color
Monochromatic Colors of #7DADDB
Black with #7DADDB
Text Example
Text Example
White with #7DADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DADDB; }
p { color: rgb(125,173,219); }
H1.HeaderClassName
{
color: #7DADDB;
}
.AnyTagClassName
{
color: #7DADDB;
}
</style>
background-color css
<style>
a { background-color: #7DADDB; }
a { background-color: rgb(125,173,219); }
div.DivClassName
{
background-color: #7DADDB;
}
.BgClassName
{
background-color: #7DADDB;
}
</style>
border-color css
<style>
span { border-color: #7DADDB; }
span { border-color: rgb(125,173,219); }
td.TdClassName
{
border-color: #7DADDB;
}
.TagClassName
{
border-color: #7DADDB;
}
</style>