Shades of Jordy Blue #7CAAD1
Tints of Jordy Blue #7CAAD1
RGB
CMYK
RGB Variations
Color information
#7CAAD1 (or 0x7CAAD1) is known color: Jordy Blue. HEX triplet: 7C, AA and D1. RGB value is (124,170,209). Sum of RGB (Red+Green+Blue) = 124+170+209=503 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.65% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 209 - color contains mainly: blue. Hex color #7CAAD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAAD1 is #83552E. Grayscale: #A0A0A0. Windows color (decimal): -8607023 or 13740668. OLE color: 13740668.
HSL color Cylindrical-coordinate representation of color #7CAAD1: hue angle of 207.53º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CAAD1 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 124 | 170 | 209 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.18 |
| HSL | 207.53º | 0.48% | 0.65% | - |
| HSV(B) | 207.53º | 0.41% | 0.82% | - |
| XYZ | 34.2 | 37.64 | 65.78 | - |
| YUV | 160.69 | 155.26 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 170 | 209 | 0.41 | 0.19 | 0 | 0.18 | 207.53 | 0.48 | 0.65 |
| Hex | 7C | AA | D1 | 29 | 13 | 0 | 12 | D0 | 30 | 41 |
| Octal | 174 | 252 | 321 | 51 | 23 | 0 | 22 | 320 | 60 | 101 |
| Binary | 1111100 | 10101010 | 11010001 | 101001 | 10011 | 0 | 10010 | 11010000 | 110000 | 1000001 |
Color Harmonies of #7CAAD1
Complementary color
Monochromatic Colors of #7CAAD1
Black with #7CAAD1
Text Example
Text Example
White with #7CAAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAAD1; }
p { color: rgb(124,170,209); }
H1.HeaderClassName
{
color: #7CAAD1;
}
.AnyTagClassName
{
color: #7CAAD1;
}
</style>
background-color css
<style>
a { background-color: #7CAAD1; }
a { background-color: rgb(124,170,209); }
div.DivClassName
{
background-color: #7CAAD1;
}
.BgClassName
{
background-color: #7CAAD1;
}
</style>
border-color css
<style>
span { border-color: #7CAAD1; }
span { border-color: rgb(124,170,209); }
td.TdClassName
{
border-color: #7CAAD1;
}
.TagClassName
{
border-color: #7CAAD1;
}
</style>