Shades of Jordy Blue #7CABDB
Tints of Jordy Blue #7CABDB
RGB
CMYK
RGB Variations
Color information
#7CABDB (or 0x7CABDB) is known color: Jordy Blue. HEX triplet: 7C, AB and DB. RGB value is (124,171,219). Sum of RGB (Red+Green+Blue) = 124+171+219=514 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.12% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #7CABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CABDB is #835424. Grayscale: #A2A2A2. Windows color (decimal): -8606757 or 14396284. OLE color: 14396284.
HSL color Cylindrical-coordinate representation of color #7CABDB: hue angle of 210.32º 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 #7CABDB is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 171 | 219 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.14 |
| HSL | 210.32º | 0.57% | 0.67% | - |
| HSV(B) | 210.32º | 0.43% | 0.86% | - |
| XYZ | 35.66 | 38.53 | 72.57 | - |
| YUV | 162.42 | 159.93 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 171 | 219 | 0.43 | 0.22 | 0 | 0.14 | 210.32 | 0.57 | 0.67 |
| Hex | 7C | AB | DB | 2B | 16 | 0 | E | D2 | 39 | 43 |
| Octal | 174 | 253 | 333 | 53 | 26 | 0 | 16 | 322 | 71 | 103 |
| Binary | 1111100 | 10101011 | 11011011 | 101011 | 10110 | 0 | 1110 | 11010010 | 111001 | 1000011 |
Color Harmonies of #7CABDB
Complementary color
Monochromatic Colors of #7CABDB
Black with #7CABDB
Text Example
Text Example
White with #7CABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CABDB; }
p { color: rgb(124,171,219); }
H1.HeaderClassName
{
color: #7CABDB;
}
.AnyTagClassName
{
color: #7CABDB;
}
</style>
background-color css
<style>
a { background-color: #7CABDB; }
a { background-color: rgb(124,171,219); }
div.DivClassName
{
background-color: #7CABDB;
}
.BgClassName
{
background-color: #7CABDB;
}
</style>
border-color css
<style>
span { border-color: #7CABDB; }
span { border-color: rgb(124,171,219); }
td.TdClassName
{
border-color: #7CABDB;
}
.TagClassName
{
border-color: #7CABDB;
}
</style>