Shades of Bondi Blue #078BBA
Tints of Bondi Blue #078BBA
RGB
CMYK
RGB Variations
Color information
#078BBA (or 0x078BBA) is known color: Bondi Blue. HEX triplet: 07, 8B and BA. RGB value is (7,139,186). Sum of RGB (Red+Green+Blue) = 7+139+186=332 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #078BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078BBA is #F87445. Grayscale: #686868. Windows color (decimal): -16282694 or 12225287. OLE color: 12225287.
HSL color Cylindrical-coordinate representation of color #078BBA: hue angle of 195.75º 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 #078BBA is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 139 | 186 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.27 |
| HSL | 195.75º | 0.93% | 0.38% | - |
| HSV(B) | 195.75º | 0.96% | 0.73% | - |
| XYZ | 18.18 | 22.06 | 49.75 | - |
| YUV | 104.89 | 173.77 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 186 | 0.96 | 0.25 | 0 | 0.27 | 195.75 | 0.93 | 0.38 |
| Hex | 7 | 8B | BA | 60 | 19 | 0 | 1B | C4 | 5D | 26 |
| Octal | 7 | 213 | 272 | 140 | 31 | 0 | 33 | 304 | 135 | 46 |
| Binary | 111 | 10001011 | 10111010 | 1100000 | 11001 | 0 | 11011 | 11000100 | 1011101 | 100110 |
Color Harmonies of #078BBA
Complementary color
Monochromatic Colors of #078BBA
Black with #078BBA
Text Example
Text Example
White with #078BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078BBA; }
p { color: rgb(7,139,186); }
H1.HeaderClassName
{
color: #078BBA;
}
.AnyTagClassName
{
color: #078BBA;
}
</style>
background-color css
<style>
a { background-color: #078BBA; }
a { background-color: rgb(7,139,186); }
div.DivClassName
{
background-color: #078BBA;
}
.BgClassName
{
background-color: #078BBA;
}
</style>
border-color css
<style>
span { border-color: #078BBA; }
span { border-color: rgb(7,139,186); }
td.TdClassName
{
border-color: #078BBA;
}
.TagClassName
{
border-color: #078BBA;
}
</style>