Shades of Jordy Blue #7BABDC
Tints of Jordy Blue #7BABDC
RGB
CMYK
RGB Variations
Color information
#7BABDC (or 0x7BABDC) is known color: Jordy Blue. HEX triplet: 7B, AB and DC. RGB value is (123,171,220). Sum of RGB (Red+Green+Blue) = 123+171+220=514 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.93% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BABDC is #845423. Grayscale: #A1A1A1. Windows color (decimal): -8672292 or 14461819. OLE color: 14461819.
HSL color Cylindrical-coordinate representation of color #7BABDC: hue angle of 210.31º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BABDC is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 171 | 220 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.14 |
| HSL | 210.31º | 0.58% | 0.67% | - |
| HSV(B) | 210.31º | 0.44% | 0.86% | - |
| XYZ | 35.65 | 38.5 | 73.26 | - |
| YUV | 162.23 | 160.6 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 220 | 0.44 | 0.22 | 0 | 0.14 | 210.31 | 0.58 | 0.67 |
| Hex | 7B | AB | DC | 2C | 16 | 0 | E | D2 | 3A | 43 |
| Octal | 173 | 253 | 334 | 54 | 26 | 0 | 16 | 322 | 72 | 103 |
| Binary | 1111011 | 10101011 | 11011100 | 101100 | 10110 | 0 | 1110 | 11010010 | 111010 | 1000011 |
Color Harmonies of #7BABDC
Complementary color
Monochromatic Colors of #7BABDC
Black with #7BABDC
Text Example
Text Example
White with #7BABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BABDC; }
p { color: rgb(123,171,220); }
H1.HeaderClassName
{
color: #7BABDC;
}
.AnyTagClassName
{
color: #7BABDC;
}
</style>
background-color css
<style>
a { background-color: #7BABDC; }
a { background-color: rgb(123,171,220); }
div.DivClassName
{
background-color: #7BABDC;
}
.BgClassName
{
background-color: #7BABDC;
}
</style>
border-color css
<style>
span { border-color: #7BABDC; }
span { border-color: rgb(123,171,220); }
td.TdClassName
{
border-color: #7BABDC;
}
.TagClassName
{
border-color: #7BABDC;
}
</style>