Shades of Jordy Blue #7BABD3
Tints of Jordy Blue #7BABD3
RGB
CMYK
RGB Variations
Color information
#7BABD3 (or 0x7BABD3) is known color: Jordy Blue. HEX triplet: 7B, AB and D3. RGB value is (123,171,211). Sum of RGB (Red+Green+Blue) = 123+171+211=505 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.36% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #7BABD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BABD3 is #84542C. Grayscale: #A1A1A1. Windows color (decimal): -8672301 or 13871995. OLE color: 13871995.
HSL color Cylindrical-coordinate representation of color #7BABD3: hue angle of 207.27º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BABD3 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 123 | 171 | 211 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.17 |
| HSL | 207.27º | 0.5% | 0.65% | - |
| HSV(B) | 207.27º | 0.42% | 0.83% | - |
| XYZ | 34.49 | 38.04 | 67.15 | - |
| YUV | 161.21 | 156.1 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 211 | 0.42 | 0.19 | 0 | 0.17 | 207.27 | 0.5 | 0.65 |
| Hex | 7B | AB | D3 | 2A | 13 | 0 | 11 | CF | 32 | 41 |
| Octal | 173 | 253 | 323 | 52 | 23 | 0 | 21 | 317 | 62 | 101 |
| Binary | 1111011 | 10101011 | 11010011 | 101010 | 10011 | 0 | 10001 | 11001111 | 110010 | 1000001 |
Color Harmonies of #7BABD3
Complementary color
Monochromatic Colors of #7BABD3
Black with #7BABD3
Text Example
Text Example
White with #7BABD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BABD3; }
p { color: rgb(123,171,211); }
H1.HeaderClassName
{
color: #7BABD3;
}
.AnyTagClassName
{
color: #7BABD3;
}
</style>
background-color css
<style>
a { background-color: #7BABD3; }
a { background-color: rgb(123,171,211); }
div.DivClassName
{
background-color: #7BABD3;
}
.BgClassName
{
background-color: #7BABD3;
}
</style>
border-color css
<style>
span { border-color: #7BABD3; }
span { border-color: rgb(123,171,211); }
td.TdClassName
{
border-color: #7BABD3;
}
.TagClassName
{
border-color: #7BABD3;
}
</style>