Shades of Jordy Blue #7BABDB
Tints of Jordy Blue #7BABDB
RGB
CMYK
RGB Variations
Color information
#7BABDB (or 0x7BABDB) is known color: Jordy Blue. HEX triplet: 7B, AB and DB. RGB value is (123,171,219). Sum of RGB (Red+Green+Blue) = 123+171+219=513 (67% of max value = 765). Red value is 123 (48.44% from 255 or 23.98% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #7BABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BABDB is #845424. Grayscale: #A1A1A1. Windows color (decimal): -8672293 or 14396283. OLE color: 14396283.
HSL color Cylindrical-coordinate representation of color #7BABDB: hue angle of 210º degrees, saturation: 0.57, 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 #7BABDB is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 123 | 171 | 219 | - |
CMYK | 0.44 | 0.22 | 0 | 0.14 |
HSL | 210º | 0.57% | 0.67% | - |
HSV(B) | 210º | 0.44% | 0.86% | - |
XYZ | 35.52 | 38.45 | 72.57 | - |
YUV | 162.12 | 160.1 | 100.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 171 | 219 | 0.44 | 0.22 | 0 | 0.14 | 210 | 0.57 | 0.67 |
Hex | 7B | AB | DB | 2C | 16 | 0 | E | D2 | 39 | 43 |
Octal | 173 | 253 | 333 | 54 | 26 | 0 | 16 | 322 | 71 | 103 |
Binary | 1111011 | 10101011 | 11011011 | 101100 | 10110 | 0 | 1110 | 11010010 | 111001 | 1000011 |
Color Harmonies of #7BABDB
Complementary color
Monochromatic Colors of #7BABDB
Black with #7BABDB
Text Example
Text Example
White with #7BABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BABDB; }
p { color: rgb(123,171,219); }
H1.HeaderClassName
{
color: #7BABDB;
}
.AnyTagClassName
{
color: #7BABDB;
}
</style>
background-color css
<style>
a { background-color: #7BABDB; }
a { background-color: rgb(123,171,219); }
div.DivClassName
{
background-color: #7BABDB;
}
.BgClassName
{
background-color: #7BABDB;
}
</style>
border-color css
<style>
span { border-color: #7BABDB; }
span { border-color: rgb(123,171,219); }
td.TdClassName
{
border-color: #7BABDB;
}
.TagClassName
{
border-color: #7BABDB;
}
</style>