Shades of Jordy Blue #7CABDC
Tints of Jordy Blue #7CABDC
RGB
CMYK
RGB Variations
Color information
#7CABDC (or 0x7CABDC) is known color: Jordy Blue. HEX triplet: 7C, AB and DC. RGB value is (124,171,220). Sum of RGB (Red+Green+Blue) = 124+171+220=515 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.08% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #7CABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CABDC is #835423. Grayscale: #A2A2A2. Windows color (decimal): -8606756 or 14461820. OLE color: 14461820.
HSL color Cylindrical-coordinate representation of color #7CABDC: hue angle of 210.62º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CABDC is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 171 | 220 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.14 |
| HSL | 210.63º | 0.58% | 0.67% | - |
| HSV(B) | 210.63º | 0.44% | 0.86% | - |
| XYZ | 35.79 | 38.58 | 73.27 | - |
| YUV | 162.53 | 160.43 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 171 | 220 | 0.44 | 0.22 | 0 | 0.14 | 210.63 | 0.58 | 0.67 |
| Hex | 7C | AB | DC | 2C | 16 | 0 | E | D3 | 3A | 43 |
| Octal | 174 | 253 | 334 | 54 | 26 | 0 | 16 | 323 | 72 | 103 |
| Binary | 1111100 | 10101011 | 11011100 | 101100 | 10110 | 0 | 1110 | 11010011 | 111010 | 1000011 |
Color Harmonies of #7CABDC
Complementary color
Monochromatic Colors of #7CABDC
Black with #7CABDC
Text Example
Text Example
White with #7CABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CABDC; }
p { color: rgb(124,171,220); }
H1.HeaderClassName
{
color: #7CABDC;
}
.AnyTagClassName
{
color: #7CABDC;
}
</style>
background-color css
<style>
a { background-color: #7CABDC; }
a { background-color: rgb(124,171,220); }
div.DivClassName
{
background-color: #7CABDC;
}
.BgClassName
{
background-color: #7CABDC;
}
</style>
border-color css
<style>
span { border-color: #7CABDC; }
span { border-color: rgb(124,171,220); }
td.TdClassName
{
border-color: #7CABDC;
}
.TagClassName
{
border-color: #7CABDC;
}
</style>