Shades of Jordy Blue #7CB8DF
Tints of Jordy Blue #7CB8DF
RGB
CMYK
RGB Variations
Color information
#7CB8DF (or 0x7CB8DF) is known color: Jordy Blue. HEX triplet: 7C, B8 and DF. RGB value is (124,184,223). Sum of RGB (Red+Green+Blue) = 124+184+223=531 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.35% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CB8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB8DF is #834720. Grayscale: #AAAAAA. Windows color (decimal): -8603425 or 14661756. OLE color: 14661756.
HSL color Cylindrical-coordinate representation of color #7CB8DF: hue angle of 203.64º 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 #7CB8DF is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 184 | 223 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.13 |
| HSL | 203.64º | 0.61% | 0.68% | - |
| HSV(B) | 203.64º | 0.44% | 0.87% | - |
| XYZ | 38.77 | 43.89 | 76.24 | - |
| YUV | 170.51 | 157.62 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 184 | 223 | 0.44 | 0.17 | 0 | 0.13 | 203.64 | 0.61 | 0.68 |
| Hex | 7C | B8 | DF | 2C | 11 | 0 | D | CC | 3D | 44 |
| Octal | 174 | 270 | 337 | 54 | 21 | 0 | 15 | 314 | 75 | 104 |
| Binary | 1111100 | 10111000 | 11011111 | 101100 | 10001 | 0 | 1101 | 11001100 | 111101 | 1000100 |
Color Harmonies of #7CB8DF
Complementary color
Monochromatic Colors of #7CB8DF
Black with #7CB8DF
Text Example
Text Example
White with #7CB8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB8DF; }
p { color: rgb(124,184,223); }
H1.HeaderClassName
{
color: #7CB8DF;
}
.AnyTagClassName
{
color: #7CB8DF;
}
</style>
background-color css
<style>
a { background-color: #7CB8DF; }
a { background-color: rgb(124,184,223); }
div.DivClassName
{
background-color: #7CB8DF;
}
.BgClassName
{
background-color: #7CB8DF;
}
</style>
border-color css
<style>
span { border-color: #7CB8DF; }
span { border-color: rgb(124,184,223); }
td.TdClassName
{
border-color: #7CB8DF;
}
.TagClassName
{
border-color: #7CB8DF;
}
</style>