Shades of Jordy Blue #7CABDE
Tints of Jordy Blue #7CABDE
RGB
CMYK
RGB Variations
Color information
#7CABDE (or 0x7CABDE) is known color: Jordy Blue. HEX triplet: 7C, AB and DE. RGB value is (124,171,222). Sum of RGB (Red+Green+Blue) = 124+171+222=517 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.98% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #7CABDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CABDE is #835421. Grayscale: #A2A2A2. Windows color (decimal): -8606754 or 14592892. OLE color: 14592892.
HSL color Cylindrical-coordinate representation of color #7CABDE: hue angle of 211.22º degrees, saturation: 0.6, 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 #7CABDE is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 171 | 222 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.13 |
| HSL | 211.22º | 0.6% | 0.68% | - |
| HSV(B) | 211.22º | 0.44% | 0.87% | - |
| XYZ | 36.06 | 38.68 | 74.67 | - |
| YUV | 162.76 | 161.43 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 171 | 222 | 0.44 | 0.23 | 0 | 0.13 | 211.22 | 0.6 | 0.68 |
| Hex | 7C | AB | DE | 2C | 17 | 0 | D | D3 | 3C | 44 |
| Octal | 174 | 253 | 336 | 54 | 27 | 0 | 15 | 323 | 74 | 104 |
| Binary | 1111100 | 10101011 | 11011110 | 101100 | 10111 | 0 | 1101 | 11010011 | 111100 | 1000100 |
Color Harmonies of #7CABDE
Complementary color
Monochromatic Colors of #7CABDE
Black with #7CABDE
Text Example
Text Example
White with #7CABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CABDE; }
p { color: rgb(124,171,222); }
H1.HeaderClassName
{
color: #7CABDE;
}
.AnyTagClassName
{
color: #7CABDE;
}
</style>
background-color css
<style>
a { background-color: #7CABDE; }
a { background-color: rgb(124,171,222); }
div.DivClassName
{
background-color: #7CABDE;
}
.BgClassName
{
background-color: #7CABDE;
}
</style>
border-color css
<style>
span { border-color: #7CABDE; }
span { border-color: rgb(124,171,222); }
td.TdClassName
{
border-color: #7CABDE;
}
.TagClassName
{
border-color: #7CABDE;
}
</style>