Shades of Jordy Blue #7DACDB
Tints of Jordy Blue #7DACDB
RGB
CMYK
RGB Variations
Color information
#7DACDB (or 0x7DACDB) is known color: Jordy Blue. HEX triplet: 7D, AC and DB. RGB value is (125,172,219). Sum of RGB (Red+Green+Blue) = 125+172+219=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #7DACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DACDB is #825324. Grayscale: #A3A3A3. Windows color (decimal): -8540965 or 14396541. OLE color: 14396541.
HSL color Cylindrical-coordinate representation of color #7DACDB: hue angle of 210º 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 #7DACDB is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 172 | 219 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.14 |
| HSL | 210º | 0.57% | 0.67% | - |
| HSV(B) | 210º | 0.43% | 0.86% | - |
| XYZ | 36 | 38.98 | 72.64 | - |
| YUV | 163.31 | 159.43 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 219 | 0.43 | 0.21 | 0 | 0.14 | 210 | 0.57 | 0.67 |
| Hex | 7D | AC | DB | 2B | 15 | 0 | E | D2 | 39 | 43 |
| Octal | 175 | 254 | 333 | 53 | 25 | 0 | 16 | 322 | 71 | 103 |
| Binary | 1111101 | 10101100 | 11011011 | 101011 | 10101 | 0 | 1110 | 11010010 | 111001 | 1000011 |
Color Harmonies of #7DACDB
Complementary color
Monochromatic Colors of #7DACDB
Black with #7DACDB
Text Example
Text Example
White with #7DACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DACDB; }
p { color: rgb(125,172,219); }
H1.HeaderClassName
{
color: #7DACDB;
}
.AnyTagClassName
{
color: #7DACDB;
}
</style>
background-color css
<style>
a { background-color: #7DACDB; }
a { background-color: rgb(125,172,219); }
div.DivClassName
{
background-color: #7DACDB;
}
.BgClassName
{
background-color: #7DACDB;
}
</style>
border-color css
<style>
span { border-color: #7DACDB; }
span { border-color: rgb(125,172,219); }
td.TdClassName
{
border-color: #7DACDB;
}
.TagClassName
{
border-color: #7DACDB;
}
</style>