Shades of Bondi Blue #078BBC
Tints of Bondi Blue #078BBC
RGB
CMYK
RGB Variations
Color information
#078BBC (or 0x078BBC) is known color: Bondi Blue. HEX triplet: 07, 8B and BC. RGB value is (7,139,188). Sum of RGB (Red+Green+Blue) = 7+139+188=334 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #078BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078BBC is #F87443. Grayscale: #686868. Windows color (decimal): -16282692 or 12356359. OLE color: 12356359.
HSL color Cylindrical-coordinate representation of color #078BBC: hue angle of 196.24º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078BBC is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 139 | 188 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.26 |
| HSL | 196.24º | 0.93% | 0.38% | - |
| HSV(B) | 196.24º | 0.96% | 0.74% | - |
| XYZ | 18.4 | 22.14 | 50.88 | - |
| YUV | 105.12 | 174.77 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 188 | 0.96 | 0.26 | 0 | 0.26 | 196.24 | 0.93 | 0.38 |
| Hex | 7 | 8B | BC | 60 | 1A | 0 | 1A | C4 | 5D | 26 |
| Octal | 7 | 213 | 274 | 140 | 32 | 0 | 32 | 304 | 135 | 46 |
| Binary | 111 | 10001011 | 10111100 | 1100000 | 11010 | 0 | 11010 | 11000100 | 1011101 | 100110 |
Color Harmonies of #078BBC
Complementary color
Monochromatic Colors of #078BBC
Black with #078BBC
Text Example
Text Example
White with #078BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078BBC; }
p { color: rgb(7,139,188); }
H1.HeaderClassName
{
color: #078BBC;
}
.AnyTagClassName
{
color: #078BBC;
}
</style>
background-color css
<style>
a { background-color: #078BBC; }
a { background-color: rgb(7,139,188); }
div.DivClassName
{
background-color: #078BBC;
}
.BgClassName
{
background-color: #078BBC;
}
</style>
border-color css
<style>
span { border-color: #078BBC; }
span { border-color: rgb(7,139,188); }
td.TdClassName
{
border-color: #078BBC;
}
.TagClassName
{
border-color: #078BBC;
}
</style>