Shades of Jordy Blue #7CACDC
Tints of Jordy Blue #7CACDC
RGB
CMYK
RGB Variations
Color information
#7CACDC (or 0x7CACDC) is known color: Jordy Blue. HEX triplet: 7C, AC and DC. RGB value is (124,172,220). Sum of RGB (Red+Green+Blue) = 124+172+220=516 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.03% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #7CACDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CACDC is #835323. Grayscale: #A2A2A2. Windows color (decimal): -8606500 or 14462076. OLE color: 14462076.
HSL color Cylindrical-coordinate representation of color #7CACDC: hue angle of 210º 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 #7CACDC is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 172 | 220 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.14 |
| HSL | 210º | 0.58% | 0.67% | - |
| HSV(B) | 210º | 0.44% | 0.86% | - |
| XYZ | 35.98 | 38.96 | 73.33 | - |
| YUV | 163.12 | 160.1 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 220 | 0.44 | 0.22 | 0 | 0.14 | 210 | 0.58 | 0.67 |
| Hex | 7C | AC | DC | 2C | 16 | 0 | E | D2 | 3A | 43 |
| Octal | 174 | 254 | 334 | 54 | 26 | 0 | 16 | 322 | 72 | 103 |
| Binary | 1111100 | 10101100 | 11011100 | 101100 | 10110 | 0 | 1110 | 11010010 | 111010 | 1000011 |
Color Harmonies of #7CACDC
Complementary color
Monochromatic Colors of #7CACDC
Black with #7CACDC
Text Example
Text Example
White with #7CACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CACDC; }
p { color: rgb(124,172,220); }
H1.HeaderClassName
{
color: #7CACDC;
}
.AnyTagClassName
{
color: #7CACDC;
}
</style>
background-color css
<style>
a { background-color: #7CACDC; }
a { background-color: rgb(124,172,220); }
div.DivClassName
{
background-color: #7CACDC;
}
.BgClassName
{
background-color: #7CACDC;
}
</style>
border-color css
<style>
span { border-color: #7CACDC; }
span { border-color: rgb(124,172,220); }
td.TdClassName
{
border-color: #7CACDC;
}
.TagClassName
{
border-color: #7CACDC;
}
</style>