Shades of Jordy Blue #7BABDF
Tints of Jordy Blue #7BABDF
RGB
CMYK
RGB Variations
Color information
#7BABDF (or 0x7BABDF) is known color: Jordy Blue. HEX triplet: 7B, AB and DF. RGB value is (123,171,223). Sum of RGB (Red+Green+Blue) = 123+171+223=517 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.79% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #7BABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BABDF is #845420. Grayscale: #A2A2A2. Windows color (decimal): -8672289 or 14658427. OLE color: 14658427.
HSL color Cylindrical-coordinate representation of color #7BABDF: hue angle of 211.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BABDF is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 171 | 223 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.13 |
| HSL | 211.2º | 0.61% | 0.68% | - |
| HSV(B) | 211.2º | 0.45% | 0.87% | - |
| XYZ | 36.05 | 38.66 | 75.37 | - |
| YUV | 162.58 | 162.1 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 223 | 0.45 | 0.23 | 0 | 0.13 | 211.2 | 0.61 | 0.68 |
| Hex | 7B | AB | DF | 2D | 17 | 0 | D | D3 | 3D | 44 |
| Octal | 173 | 253 | 337 | 55 | 27 | 0 | 15 | 323 | 75 | 104 |
| Binary | 1111011 | 10101011 | 11011111 | 101101 | 10111 | 0 | 1101 | 11010011 | 111101 | 1000100 |
Color Harmonies of #7BABDF
Complementary color
Monochromatic Colors of #7BABDF
Black with #7BABDF
Text Example
Text Example
White with #7BABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BABDF; }
p { color: rgb(123,171,223); }
H1.HeaderClassName
{
color: #7BABDF;
}
.AnyTagClassName
{
color: #7BABDF;
}
</style>
background-color css
<style>
a { background-color: #7BABDF; }
a { background-color: rgb(123,171,223); }
div.DivClassName
{
background-color: #7BABDF;
}
.BgClassName
{
background-color: #7BABDF;
}
</style>
border-color css
<style>
span { border-color: #7BABDF; }
span { border-color: rgb(123,171,223); }
td.TdClassName
{
border-color: #7BABDF;
}
.TagClassName
{
border-color: #7BABDF;
}
</style>