Shades of Jordy Blue #7CA6DE
Tints of Jordy Blue #7CA6DE
RGB
CMYK
RGB Variations
Color information
#7CA6DE (or 0x7CA6DE) is known color: Jordy Blue. HEX triplet: 7C, A6 and DE. RGB value is (124,166,222). Sum of RGB (Red+Green+Blue) = 124+166+222=512 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.22% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #7CA6DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA6DE is #835921. Grayscale: #9F9F9F. Windows color (decimal): -8608034 or 14591612. OLE color: 14591612.
HSL color Cylindrical-coordinate representation of color #7CA6DE: hue angle of 214.29º 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 #7CA6DE is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 166 | 222 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.13 |
| HSL | 214.29º | 0.6% | 0.68% | - |
| HSV(B) | 214.29º | 0.44% | 0.87% | - |
| XYZ | 35.13 | 36.83 | 74.36 | - |
| YUV | 159.83 | 163.09 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 166 | 222 | 0.44 | 0.25 | 0 | 0.13 | 214.29 | 0.6 | 0.68 |
| Hex | 7C | A6 | DE | 2C | 19 | 0 | D | D6 | 3C | 44 |
| Octal | 174 | 246 | 336 | 54 | 31 | 0 | 15 | 326 | 74 | 104 |
| Binary | 1111100 | 10100110 | 11011110 | 101100 | 11001 | 0 | 1101 | 11010110 | 111100 | 1000100 |
Color Harmonies of #7CA6DE
Complementary color
Monochromatic Colors of #7CA6DE
Black with #7CA6DE
Text Example
Text Example
White with #7CA6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA6DE; }
p { color: rgb(124,166,222); }
H1.HeaderClassName
{
color: #7CA6DE;
}
.AnyTagClassName
{
color: #7CA6DE;
}
</style>
background-color css
<style>
a { background-color: #7CA6DE; }
a { background-color: rgb(124,166,222); }
div.DivClassName
{
background-color: #7CA6DE;
}
.BgClassName
{
background-color: #7CA6DE;
}
</style>
border-color css
<style>
span { border-color: #7CA6DE; }
span { border-color: rgb(124,166,222); }
td.TdClassName
{
border-color: #7CA6DE;
}
.TagClassName
{
border-color: #7CA6DE;
}
</style>