Shades of Bondi Blue #078BBB
Tints of Bondi Blue #078BBB
RGB
CMYK
RGB Variations
Color information
#078BBB (or 0x078BBB) is known color: Bondi Blue. HEX triplet: 07, 8B and BB. RGB value is (7,139,187). Sum of RGB (Red+Green+Blue) = 7+139+187=333 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #078BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078BBB is #F87444. Grayscale: #686868. Windows color (decimal): -16282693 or 12290823. OLE color: 12290823.
HSL color Cylindrical-coordinate representation of color #078BBB: hue angle of 196º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078BBB is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 139 | 187 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.27 |
| HSL | 196º | 0.93% | 0.38% | - |
| HSV(B) | 196º | 0.96% | 0.73% | - |
| XYZ | 18.29 | 22.1 | 50.32 | - |
| YUV | 105 | 174.27 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 187 | 0.96 | 0.26 | 0 | 0.27 | 196 | 0.93 | 0.38 |
| Hex | 7 | 8B | BB | 60 | 1A | 0 | 1B | C4 | 5D | 26 |
| Octal | 7 | 213 | 273 | 140 | 32 | 0 | 33 | 304 | 135 | 46 |
| Binary | 111 | 10001011 | 10111011 | 1100000 | 11010 | 0 | 11011 | 11000100 | 1011101 | 100110 |
Color Harmonies of #078BBB
Complementary color
Monochromatic Colors of #078BBB
Black with #078BBB
Text Example
Text Example
White with #078BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078BBB; }
p { color: rgb(7,139,187); }
H1.HeaderClassName
{
color: #078BBB;
}
.AnyTagClassName
{
color: #078BBB;
}
</style>
background-color css
<style>
a { background-color: #078BBB; }
a { background-color: rgb(7,139,187); }
div.DivClassName
{
background-color: #078BBB;
}
.BgClassName
{
background-color: #078BBB;
}
</style>
border-color css
<style>
span { border-color: #078BBB; }
span { border-color: rgb(7,139,187); }
td.TdClassName
{
border-color: #078BBB;
}
.TagClassName
{
border-color: #078BBB;
}
</style>