Shades of Jordy Blue #7CB0D6
Tints of Jordy Blue #7CB0D6
RGB
CMYK
RGB Variations
Color information
#7CB0D6 (or 0x7CB0D6) is known color: Jordy Blue. HEX triplet: 7C, B0 and D6. RGB value is (124,176,214). Sum of RGB (Red+Green+Blue) = 124+176+214=514 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.12% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 214 (83.98% from 255 or 41.63% from 514); Max value from RGB is 214 - color contains mainly: blue. Hex color #7CB0D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CB0D6 is #834F29. Grayscale: #A4A4A4. Windows color (decimal): -8605482 or 14069884. OLE color: 14069884.
HSL color Cylindrical-coordinate representation of color #7CB0D6: hue angle of 205.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CB0D6 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 176 | 214 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.16 |
| HSL | 205.33º | 0.52% | 0.66% | - |
| HSV(B) | 205.33º | 0.42% | 0.84% | - |
| XYZ | 35.98 | 40.19 | 69.48 | - |
| YUV | 164.78 | 155.77 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 176 | 214 | 0.42 | 0.18 | 0 | 0.16 | 205.33 | 0.52 | 0.66 |
| Hex | 7C | B0 | D6 | 2A | 12 | 0 | 10 | CD | 34 | 42 |
| Octal | 174 | 260 | 326 | 52 | 22 | 0 | 20 | 315 | 64 | 102 |
| Binary | 1111100 | 10110000 | 11010110 | 101010 | 10010 | 0 | 10000 | 11001101 | 110100 | 1000010 |
Color Harmonies of #7CB0D6
Complementary color
Monochromatic Colors of #7CB0D6
Black with #7CB0D6
Text Example
Text Example
White with #7CB0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB0D6; }
p { color: rgb(124,176,214); }
H1.HeaderClassName
{
color: #7CB0D6;
}
.AnyTagClassName
{
color: #7CB0D6;
}
</style>
background-color css
<style>
a { background-color: #7CB0D6; }
a { background-color: rgb(124,176,214); }
div.DivClassName
{
background-color: #7CB0D6;
}
.BgClassName
{
background-color: #7CB0D6;
}
</style>
border-color css
<style>
span { border-color: #7CB0D6; }
span { border-color: rgb(124,176,214); }
td.TdClassName
{
border-color: #7CB0D6;
}
.TagClassName
{
border-color: #7CB0D6;
}
</style>