Shades of Jordy Blue #7BABFD
Tints of Jordy Blue #7BABFD
RGB
CMYK
RGB Variations
Color information
#7BABFD (or 0x7BABFD) is known color: Jordy Blue. HEX triplet: 7B, AB and FD. RGB value is (123,171,253). Sum of RGB (Red+Green+Blue) = 123+171+253=547 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.49% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BABFD is #845402. Grayscale: #A5A5A5. Windows color (decimal): -8672259 or 16624507. OLE color: 16624507.
HSL color Cylindrical-coordinate representation of color #7BABFD: hue angle of 217.85º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BABFD is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 171 | 253 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.01 |
| HSL | 217.85º | 0.97% | 0.74% | - |
| HSV(B) | 217.85º | 0.51% | 0.99% | - |
| XYZ | 40.46 | 40.43 | 98.6 | - |
| YUV | 166 | 177.1 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 253 | 0.51 | 0.32 | 0 | 0.01 | 217.85 | 0.97 | 0.74 |
| Hex | 7B | AB | FD | 33 | 20 | 0 | 1 | DA | 61 | 4A |
| Octal | 173 | 253 | 375 | 63 | 40 | 0 | 1 | 332 | 141 | 112 |
| Binary | 1111011 | 10101011 | 11111101 | 110011 | 100000 | 0 | 1 | 11011010 | 1100001 | 1001010 |
Color Harmonies of #7BABFD
Complementary color
Monochromatic Colors of #7BABFD
Black with #7BABFD
Text Example
Text Example
White with #7BABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BABFD; }
p { color: rgb(123,171,253); }
H1.HeaderClassName
{
color: #7BABFD;
}
.AnyTagClassName
{
color: #7BABFD;
}
</style>
background-color css
<style>
a { background-color: #7BABFD; }
a { background-color: rgb(123,171,253); }
div.DivClassName
{
background-color: #7BABFD;
}
.BgClassName
{
background-color: #7BABFD;
}
</style>
border-color css
<style>
span { border-color: #7BABFD; }
span { border-color: rgb(123,171,253); }
td.TdClassName
{
border-color: #7BABFD;
}
.TagClassName
{
border-color: #7BABFD;
}
</style>