Shades of Bondi Blue #078EBA
Tints of Bondi Blue #078EBA
RGB
CMYK
RGB Variations
Color information
#078EBA (or 0x078EBA) is known color: Bondi Blue. HEX triplet: 07, 8E and BA. RGB value is (7,142,186). Sum of RGB (Red+Green+Blue) = 7+142+186=335 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.09% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #078EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078EBA is #F87145. Grayscale: #6A6A6A. Windows color (decimal): -16281926 or 12226055. OLE color: 12226055.
HSL color Cylindrical-coordinate representation of color #078EBA: hue angle of 194.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 #078EBA is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 142 | 186 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.27 |
| HSL | 194.75º | 0.93% | 0.38% | - |
| HSV(B) | 194.75º | 0.96% | 0.73% | - |
| XYZ | 18.62 | 22.94 | 49.9 | - |
| YUV | 106.65 | 172.77 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 142 | 186 | 0.96 | 0.24 | 0 | 0.27 | 194.75 | 0.93 | 0.38 |
| Hex | 7 | 8E | BA | 60 | 18 | 0 | 1B | C3 | 5D | 26 |
| Octal | 7 | 216 | 272 | 140 | 30 | 0 | 33 | 303 | 135 | 46 |
| Binary | 111 | 10001110 | 10111010 | 1100000 | 11000 | 0 | 11011 | 11000011 | 1011101 | 100110 |
Color Harmonies of #078EBA
Complementary color
Monochromatic Colors of #078EBA
Black with #078EBA
Text Example
Text Example
White with #078EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078EBA; }
p { color: rgb(7,142,186); }
H1.HeaderClassName
{
color: #078EBA;
}
.AnyTagClassName
{
color: #078EBA;
}
</style>
background-color css
<style>
a { background-color: #078EBA; }
a { background-color: rgb(7,142,186); }
div.DivClassName
{
background-color: #078EBA;
}
.BgClassName
{
background-color: #078EBA;
}
</style>
border-color css
<style>
span { border-color: #078EBA; }
span { border-color: rgb(7,142,186); }
td.TdClassName
{
border-color: #078EBA;
}
.TagClassName
{
border-color: #078EBA;
}
</style>