Shades of Bondi Blue #078FBA
Tints of Bondi Blue #078FBA
RGB
CMYK
RGB Variations
Color information
#078FBA (or 0x078FBA) is known color: Bondi Blue. HEX triplet: 07, 8F and BA. RGB value is (7,143,186). Sum of RGB (Red+Green+Blue) = 7+143+186=336 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #078FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078FBA is #F87045. Grayscale: #6A6A6A. Windows color (decimal): -16281670 or 12226311. OLE color: 12226311.
HSL color Cylindrical-coordinate representation of color #078FBA: hue angle of 194.41º 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 #078FBA is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 143 | 186 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.27 |
| HSL | 194.41º | 0.93% | 0.38% | - |
| HSV(B) | 194.41º | 0.96% | 0.73% | - |
| XYZ | 18.77 | 23.24 | 49.95 | - |
| YUV | 107.24 | 172.44 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 186 | 0.96 | 0.23 | 0 | 0.27 | 194.41 | 0.93 | 0.38 |
| Hex | 7 | 8F | BA | 60 | 17 | 0 | 1B | C2 | 5D | 26 |
| Octal | 7 | 217 | 272 | 140 | 27 | 0 | 33 | 302 | 135 | 46 |
| Binary | 111 | 10001111 | 10111010 | 1100000 | 10111 | 0 | 11011 | 11000010 | 1011101 | 100110 |
Color Harmonies of #078FBA
Complementary color
Monochromatic Colors of #078FBA
Black with #078FBA
Text Example
Text Example
White with #078FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078FBA; }
p { color: rgb(7,143,186); }
H1.HeaderClassName
{
color: #078FBA;
}
.AnyTagClassName
{
color: #078FBA;
}
</style>
background-color css
<style>
a { background-color: #078FBA; }
a { background-color: rgb(7,143,186); }
div.DivClassName
{
background-color: #078FBA;
}
.BgClassName
{
background-color: #078FBA;
}
</style>
border-color css
<style>
span { border-color: #078FBA; }
span { border-color: rgb(7,143,186); }
td.TdClassName
{
border-color: #078FBA;
}
.TagClassName
{
border-color: #078FBA;
}
</style>