Shades of Jordy Blue #7BABD2
Tints of Jordy Blue #7BABD2
RGB
CMYK
RGB Variations
Color information
#7BABD2 (or 0x7BABD2) is known color: Jordy Blue. HEX triplet: 7B, AB and D2. RGB value is (123,171,210). Sum of RGB (Red+Green+Blue) = 123+171+210=504 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.40% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 210 - color contains mainly: blue. Hex color #7BABD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BABD2 is #84542D. Grayscale: #A0A0A0. Windows color (decimal): -8672302 or 13806459. OLE color: 13806459.
HSL color Cylindrical-coordinate representation of color #7BABD2: hue angle of 206.9º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BABD2 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 171 | 210 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.18 |
| HSL | 206.9º | 0.49% | 0.65% | - |
| HSV(B) | 206.9º | 0.41% | 0.82% | - |
| XYZ | 34.36 | 37.99 | 66.49 | - |
| YUV | 161.09 | 155.6 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 210 | 0.41 | 0.19 | 0 | 0.18 | 206.9 | 0.49 | 0.65 |
| Hex | 7B | AB | D2 | 29 | 13 | 0 | 12 | CF | 31 | 41 |
| Octal | 173 | 253 | 322 | 51 | 23 | 0 | 22 | 317 | 61 | 101 |
| Binary | 1111011 | 10101011 | 11010010 | 101001 | 10011 | 0 | 10010 | 11001111 | 110001 | 1000001 |
Color Harmonies of #7BABD2
Complementary color
Monochromatic Colors of #7BABD2
Black with #7BABD2
Text Example
Text Example
White with #7BABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BABD2; }
p { color: rgb(123,171,210); }
H1.HeaderClassName
{
color: #7BABD2;
}
.AnyTagClassName
{
color: #7BABD2;
}
</style>
background-color css
<style>
a { background-color: #7BABD2; }
a { background-color: rgb(123,171,210); }
div.DivClassName
{
background-color: #7BABD2;
}
.BgClassName
{
background-color: #7BABD2;
}
</style>
border-color css
<style>
span { border-color: #7BABD2; }
span { border-color: rgb(123,171,210); }
td.TdClassName
{
border-color: #7BABD2;
}
.TagClassName
{
border-color: #7BABD2;
}
</style>