Shades of Jordy Blue #7BB0DB
Tints of Jordy Blue #7BB0DB
RGB
CMYK
RGB Variations
Color information
#7BB0DB (or 0x7BB0DB) is known color: Jordy Blue. HEX triplet: 7B, B0 and DB. RGB value is (123,176,219). Sum of RGB (Red+Green+Blue) = 123+176+219=518 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.75% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #7BB0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BB0DB is #844F24. Grayscale: #A4A4A4. Windows color (decimal): -8671013 or 14397563. OLE color: 14397563.
HSL color Cylindrical-coordinate representation of color #7BB0DB: hue angle of 206.88º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BB0DB is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 176 | 219 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.14 |
| HSL | 206.88º | 0.57% | 0.67% | - |
| HSV(B) | 206.88º | 0.44% | 0.86% | - |
| XYZ | 36.48 | 40.38 | 72.89 | - |
| YUV | 165.06 | 158.44 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 176 | 219 | 0.44 | 0.20 | 0 | 0.14 | 206.88 | 0.57 | 0.67 |
| Hex | 7B | B0 | DB | 2C | 14 | 0 | E | CF | 39 | 43 |
| Octal | 173 | 260 | 333 | 54 | 24 | 0 | 16 | 317 | 71 | 103 |
| Binary | 1111011 | 10110000 | 11011011 | 101100 | 10100 | 0 | 1110 | 11001111 | 111001 | 1000011 |
Color Harmonies of #7BB0DB
Complementary color
Monochromatic Colors of #7BB0DB
Black with #7BB0DB
Text Example
Text Example
White with #7BB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB0DB; }
p { color: rgb(123,176,219); }
H1.HeaderClassName
{
color: #7BB0DB;
}
.AnyTagClassName
{
color: #7BB0DB;
}
</style>
background-color css
<style>
a { background-color: #7BB0DB; }
a { background-color: rgb(123,176,219); }
div.DivClassName
{
background-color: #7BB0DB;
}
.BgClassName
{
background-color: #7BB0DB;
}
</style>
border-color css
<style>
span { border-color: #7BB0DB; }
span { border-color: rgb(123,176,219); }
td.TdClassName
{
border-color: #7BB0DB;
}
.TagClassName
{
border-color: #7BB0DB;
}
</style>