Shades of Jordy Blue #7CB7DF
Tints of Jordy Blue #7CB7DF
RGB
CMYK
RGB Variations
Color information
#7CB7DF (or 0x7CB7DF) is known color: Jordy Blue. HEX triplet: 7C, B7 and DF. RGB value is (124,183,223). Sum of RGB (Red+Green+Blue) = 124+183+223=530 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.40% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CB7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB7DF is #834820. Grayscale: #A9A9A9. Windows color (decimal): -8603681 or 14661500. OLE color: 14661500.
HSL color Cylindrical-coordinate representation of color #7CB7DF: hue angle of 204.24º degrees, saturation: 0.61, 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 #7CB7DF is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 183 | 223 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.13 |
| HSL | 204.24º | 0.61% | 0.68% | - |
| HSV(B) | 204.24º | 0.44% | 0.87% | - |
| XYZ | 38.56 | 43.48 | 76.17 | - |
| YUV | 169.92 | 157.95 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 223 | 0.44 | 0.18 | 0 | 0.13 | 204.24 | 0.61 | 0.68 |
| Hex | 7C | B7 | DF | 2C | 12 | 0 | D | CC | 3D | 44 |
| Octal | 174 | 267 | 337 | 54 | 22 | 0 | 15 | 314 | 75 | 104 |
| Binary | 1111100 | 10110111 | 11011111 | 101100 | 10010 | 0 | 1101 | 11001100 | 111101 | 1000100 |
Color Harmonies of #7CB7DF
Complementary color
Monochromatic Colors of #7CB7DF
Black with #7CB7DF
Text Example
Text Example
White with #7CB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB7DF; }
p { color: rgb(124,183,223); }
H1.HeaderClassName
{
color: #7CB7DF;
}
.AnyTagClassName
{
color: #7CB7DF;
}
</style>
background-color css
<style>
a { background-color: #7CB7DF; }
a { background-color: rgb(124,183,223); }
div.DivClassName
{
background-color: #7CB7DF;
}
.BgClassName
{
background-color: #7CB7DF;
}
</style>
border-color css
<style>
span { border-color: #7CB7DF; }
span { border-color: rgb(124,183,223); }
td.TdClassName
{
border-color: #7CB7DF;
}
.TagClassName
{
border-color: #7CB7DF;
}
</style>