Shades of Jordy Blue #7CADDD
Tints of Jordy Blue #7CADDD
RGB
CMYK
RGB Variations
Color information
#7CADDD (or 0x7CADDD) is known color: Jordy Blue. HEX triplet: 7C, AD and DD. RGB value is (124,173,221). Sum of RGB (Red+Green+Blue) = 124+173+221=518 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.94% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CADDD is #835222. Grayscale: #A3A3A3. Windows color (decimal): -8606243 or 14527868. OLE color: 14527868.
HSL color Cylindrical-coordinate representation of color #7CADDD: hue angle of 209.69º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CADDD is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 173 | 221 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.13 |
| HSL | 209.69º | 0.59% | 0.68% | - |
| HSV(B) | 209.69º | 0.44% | 0.87% | - |
| XYZ | 36.31 | 39.39 | 74.1 | - |
| YUV | 163.82 | 160.27 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 173 | 221 | 0.44 | 0.22 | 0 | 0.13 | 209.69 | 0.59 | 0.68 |
| Hex | 7C | AD | DD | 2C | 16 | 0 | D | D2 | 3B | 44 |
| Octal | 174 | 255 | 335 | 54 | 26 | 0 | 15 | 322 | 73 | 104 |
| Binary | 1111100 | 10101101 | 11011101 | 101100 | 10110 | 0 | 1101 | 11010010 | 111011 | 1000100 |
Color Harmonies of #7CADDD
Complementary color
Monochromatic Colors of #7CADDD
Black with #7CADDD
Text Example
Text Example
White with #7CADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CADDD; }
p { color: rgb(124,173,221); }
H1.HeaderClassName
{
color: #7CADDD;
}
.AnyTagClassName
{
color: #7CADDD;
}
</style>
background-color css
<style>
a { background-color: #7CADDD; }
a { background-color: rgb(124,173,221); }
div.DivClassName
{
background-color: #7CADDD;
}
.BgClassName
{
background-color: #7CADDD;
}
</style>
border-color css
<style>
span { border-color: #7CADDD; }
span { border-color: rgb(124,173,221); }
td.TdClassName
{
border-color: #7CADDD;
}
.TagClassName
{
border-color: #7CADDD;
}
</style>