Shades of Jordy Blue #7CAEDC
Tints of Jordy Blue #7CAEDC
RGB
CMYK
RGB Variations
Color information
#7CAEDC (or 0x7CAEDC) is known color: Jordy Blue. HEX triplet: 7C, AE and DC. RGB value is (124,174,220). Sum of RGB (Red+Green+Blue) = 124+174+220=518 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.94% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #7CAEDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAEDC is #835123. Grayscale: #A4A4A4. Windows color (decimal): -8605988 or 14462588. OLE color: 14462588.
HSL color Cylindrical-coordinate representation of color #7CAEDC: hue angle of 208.75º 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 #7CAEDC is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 174 | 220 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.14 |
| HSL | 208.75º | 0.58% | 0.67% | - |
| HSV(B) | 208.75º | 0.44% | 0.86% | - |
| XYZ | 36.37 | 39.72 | 73.46 | - |
| YUV | 164.29 | 159.44 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 174 | 220 | 0.44 | 0.21 | 0 | 0.14 | 208.75 | 0.58 | 0.67 |
| Hex | 7C | AE | DC | 2C | 15 | 0 | E | D1 | 3A | 43 |
| Octal | 174 | 256 | 334 | 54 | 25 | 0 | 16 | 321 | 72 | 103 |
| Binary | 1111100 | 10101110 | 11011100 | 101100 | 10101 | 0 | 1110 | 11010001 | 111010 | 1000011 |
Color Harmonies of #7CAEDC
Complementary color
Monochromatic Colors of #7CAEDC
Black with #7CAEDC
Text Example
Text Example
White with #7CAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAEDC; }
p { color: rgb(124,174,220); }
H1.HeaderClassName
{
color: #7CAEDC;
}
.AnyTagClassName
{
color: #7CAEDC;
}
</style>
background-color css
<style>
a { background-color: #7CAEDC; }
a { background-color: rgb(124,174,220); }
div.DivClassName
{
background-color: #7CAEDC;
}
.BgClassName
{
background-color: #7CAEDC;
}
</style>
border-color css
<style>
span { border-color: #7CAEDC; }
span { border-color: rgb(124,174,220); }
td.TdClassName
{
border-color: #7CAEDC;
}
.TagClassName
{
border-color: #7CAEDC;
}
</style>