Shades of Bondi Blue #078BB0
Tints of Bondi Blue #078BB0
RGB
CMYK
RGB Variations
Color information
#078BB0 (or 0x078BB0) is known color: Bondi Blue. HEX triplet: 07, 8B and B0. RGB value is (7,139,176). Sum of RGB (Red+Green+Blue) = 7+139+176=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 176 (69.14% from 255 or 54.66% from 322); Max value from RGB is 176 - color contains mainly: blue. Hex color #078BB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078BB0 is #F8744F. Grayscale: #676767. Windows color (decimal): -16282704 or 11569927. OLE color: 11569927.
HSL color Cylindrical-coordinate representation of color #078BB0: hue angle of 193.14º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078BB0 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 139 | 176 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.31 |
| HSL | 193.14º | 0.92% | 0.36% | - |
| HSV(B) | 193.14º | 0.96% | 0.69% | - |
| XYZ | 17.16 | 21.65 | 44.35 | - |
| YUV | 103.75 | 168.77 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 176 | 0.96 | 0.21 | 0 | 0.31 | 193.14 | 0.92 | 0.36 |
| Hex | 7 | 8B | B0 | 60 | 15 | 0 | 1F | C1 | 5C | 24 |
| Octal | 7 | 213 | 260 | 140 | 25 | 0 | 37 | 301 | 134 | 44 |
| Binary | 111 | 10001011 | 10110000 | 1100000 | 10101 | 0 | 11111 | 11000001 | 1011100 | 100100 |
Color Harmonies of #078BB0
Complementary color
Monochromatic Colors of #078BB0
Black with #078BB0
Text Example
Text Example
White with #078BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078BB0; }
p { color: rgb(7,139,176); }
H1.HeaderClassName
{
color: #078BB0;
}
.AnyTagClassName
{
color: #078BB0;
}
</style>
background-color css
<style>
a { background-color: #078BB0; }
a { background-color: rgb(7,139,176); }
div.DivClassName
{
background-color: #078BB0;
}
.BgClassName
{
background-color: #078BB0;
}
</style>
border-color css
<style>
span { border-color: #078BB0; }
span { border-color: rgb(7,139,176); }
td.TdClassName
{
border-color: #078BB0;
}
.TagClassName
{
border-color: #078BB0;
}
</style>