Shades of Jordy Blue #7BB0EF
Tints of Jordy Blue #7BB0EF
RGB
CMYK
RGB Variations
Color information
#7BB0EF (or 0x7BB0EF) is known color: Jordy Blue. HEX triplet: 7B, B0 and EF. RGB value is (123,176,239). Sum of RGB (Red+Green+Blue) = 123+176+239=538 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.86% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BB0EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BB0EF is #844F10. Grayscale: #A7A7A7. Windows color (decimal): -8670993 or 15708283. OLE color: 15708283.
HSL color Cylindrical-coordinate representation of color #7BB0EF: hue angle of 212.59º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BB0EF is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 176 | 239 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.06 |
| HSL | 212.59º | 0.78% | 0.71% | - |
| HSV(B) | 212.59º | 0.49% | 0.94% | - |
| XYZ | 39.27 | 41.49 | 87.6 | - |
| YUV | 167.34 | 168.44 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 176 | 239 | 0.49 | 0.26 | 0 | 0.06 | 212.59 | 0.78 | 0.71 |
| Hex | 7B | B0 | EF | 31 | 1A | 0 | 6 | D5 | 4E | 47 |
| Octal | 173 | 260 | 357 | 61 | 32 | 0 | 6 | 325 | 116 | 107 |
| Binary | 1111011 | 10110000 | 11101111 | 110001 | 11010 | 0 | 110 | 11010101 | 1001110 | 1000111 |
Color Harmonies of #7BB0EF
Complementary color
Monochromatic Colors of #7BB0EF
Black with #7BB0EF
Text Example
Text Example
White with #7BB0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB0EF; }
p { color: rgb(123,176,239); }
H1.HeaderClassName
{
color: #7BB0EF;
}
.AnyTagClassName
{
color: #7BB0EF;
}
</style>
background-color css
<style>
a { background-color: #7BB0EF; }
a { background-color: rgb(123,176,239); }
div.DivClassName
{
background-color: #7BB0EF;
}
.BgClassName
{
background-color: #7BB0EF;
}
</style>
border-color css
<style>
span { border-color: #7BB0EF; }
span { border-color: rgb(123,176,239); }
td.TdClassName
{
border-color: #7BB0EF;
}
.TagClassName
{
border-color: #7BB0EF;
}
</style>