Shades of Jordy Blue #7CACDE
Tints of Jordy Blue #7CACDE
RGB
CMYK
RGB Variations
Color information
#7CACDE (or 0x7CACDE) is known color: Jordy Blue. HEX triplet: 7C, AC and DE. RGB value is (124,172,222). Sum of RGB (Red+Green+Blue) = 124+172+222=518 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.94% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #7CACDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CACDE is #835321. Grayscale: #A3A3A3. Windows color (decimal): -8606498 or 14593148. OLE color: 14593148.
HSL color Cylindrical-coordinate representation of color #7CACDE: hue angle of 210.61º 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 #7CACDE is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 172 | 222 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.13 |
| HSL | 210.61º | 0.6% | 0.68% | - |
| HSV(B) | 210.61º | 0.44% | 0.87% | - |
| XYZ | 36.25 | 39.06 | 74.74 | - |
| YUV | 163.35 | 161.1 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 222 | 0.44 | 0.23 | 0 | 0.13 | 210.61 | 0.6 | 0.68 |
| Hex | 7C | AC | DE | 2C | 17 | 0 | D | D3 | 3C | 44 |
| Octal | 174 | 254 | 336 | 54 | 27 | 0 | 15 | 323 | 74 | 104 |
| Binary | 1111100 | 10101100 | 11011110 | 101100 | 10111 | 0 | 1101 | 11010011 | 111100 | 1000100 |
Color Harmonies of #7CACDE
Complementary color
Monochromatic Colors of #7CACDE
Black with #7CACDE
Text Example
Text Example
White with #7CACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CACDE; }
p { color: rgb(124,172,222); }
H1.HeaderClassName
{
color: #7CACDE;
}
.AnyTagClassName
{
color: #7CACDE;
}
</style>
background-color css
<style>
a { background-color: #7CACDE; }
a { background-color: rgb(124,172,222); }
div.DivClassName
{
background-color: #7CACDE;
}
.BgClassName
{
background-color: #7CACDE;
}
</style>
border-color css
<style>
span { border-color: #7CACDE; }
span { border-color: rgb(124,172,222); }
td.TdClassName
{
border-color: #7CACDE;
}
.TagClassName
{
border-color: #7CACDE;
}
</style>