Shades of Bondi Blue #078DBC
Tints of Bondi Blue #078DBC
RGB
CMYK
RGB Variations
Color information
#078DBC (or 0x078DBC) is known color: Bondi Blue. HEX triplet: 07, 8D and BC. RGB value is (7,141,188). Sum of RGB (Red+Green+Blue) = 7+141+188=336 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #078DBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078DBC is #F87243. Grayscale: #696969. Windows color (decimal): -16282180 or 12356871. OLE color: 12356871.
HSL color Cylindrical-coordinate representation of color #078DBC: hue angle of 195.58º 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 #078DBC is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 141 | 188 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.26 |
| HSL | 195.58º | 0.93% | 0.38% | - |
| HSV(B) | 195.58º | 0.96% | 0.74% | - |
| XYZ | 18.69 | 22.73 | 50.98 | - |
| YUV | 106.29 | 174.11 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 141 | 188 | 0.96 | 0.25 | 0 | 0.26 | 195.58 | 0.93 | 0.38 |
| Hex | 7 | 8D | BC | 60 | 19 | 0 | 1A | C4 | 5D | 26 |
| Octal | 7 | 215 | 274 | 140 | 31 | 0 | 32 | 304 | 135 | 46 |
| Binary | 111 | 10001101 | 10111100 | 1100000 | 11001 | 0 | 11010 | 11000100 | 1011101 | 100110 |
Color Harmonies of #078DBC
Complementary color
Monochromatic Colors of #078DBC
Black with #078DBC
Text Example
Text Example
White with #078DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078DBC; }
p { color: rgb(7,141,188); }
H1.HeaderClassName
{
color: #078DBC;
}
.AnyTagClassName
{
color: #078DBC;
}
</style>
background-color css
<style>
a { background-color: #078DBC; }
a { background-color: rgb(7,141,188); }
div.DivClassName
{
background-color: #078DBC;
}
.BgClassName
{
background-color: #078DBC;
}
</style>
border-color css
<style>
span { border-color: #078DBC; }
span { border-color: rgb(7,141,188); }
td.TdClassName
{
border-color: #078DBC;
}
.TagClassName
{
border-color: #078DBC;
}
</style>