Shades of Jordy Blue #7BB2EF
Tints of Jordy Blue #7BB2EF
RGB
CMYK
RGB Variations
Color information
#7BB2EF (or 0x7BB2EF) is known color: Jordy Blue. HEX triplet: 7B, B2 and EF. RGB value is (123,178,239). Sum of RGB (Red+Green+Blue) = 123+178+239=540 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.78% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BB2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BB2EF is #844D10. Grayscale: #A8A8A8. Windows color (decimal): -8670481 or 15708795. OLE color: 15708795.
HSL color Cylindrical-coordinate representation of color #7BB2EF: hue angle of 211.55º 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 #7BB2EF is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 178 | 239 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.06 |
| HSL | 211.55º | 0.78% | 0.71% | - |
| HSV(B) | 211.55º | 0.49% | 0.94% | - |
| XYZ | 39.67 | 42.28 | 87.73 | - |
| YUV | 168.51 | 167.78 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 178 | 239 | 0.49 | 0.26 | 0 | 0.06 | 211.55 | 0.78 | 0.71 |
| Hex | 7B | B2 | EF | 31 | 1A | 0 | 6 | D4 | 4E | 47 |
| Octal | 173 | 262 | 357 | 61 | 32 | 0 | 6 | 324 | 116 | 107 |
| Binary | 1111011 | 10110010 | 11101111 | 110001 | 11010 | 0 | 110 | 11010100 | 1001110 | 1000111 |
Color Harmonies of #7BB2EF
Complementary color
Monochromatic Colors of #7BB2EF
Black with #7BB2EF
Text Example
Text Example
White with #7BB2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB2EF; }
p { color: rgb(123,178,239); }
H1.HeaderClassName
{
color: #7BB2EF;
}
.AnyTagClassName
{
color: #7BB2EF;
}
</style>
background-color css
<style>
a { background-color: #7BB2EF; }
a { background-color: rgb(123,178,239); }
div.DivClassName
{
background-color: #7BB2EF;
}
.BgClassName
{
background-color: #7BB2EF;
}
</style>
border-color css
<style>
span { border-color: #7BB2EF; }
span { border-color: rgb(123,178,239); }
td.TdClassName
{
border-color: #7BB2EF;
}
.TagClassName
{
border-color: #7BB2EF;
}
</style>