Shades of Bondi Blue #078EC0
Tints of Bondi Blue #078EC0
RGB
CMYK
RGB Variations
Color information
#078EC0 (or 0x078EC0) is known color: Bondi Blue. HEX triplet: 07, 8E and C0. RGB value is (7,142,192). Sum of RGB (Red+Green+Blue) = 7+142+192=341 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 341); Green value is 142 (55.86% from 255 or 41.64% from 341); Blue value is 192 (75.39% from 255 or 56.30% from 341); Max value from RGB is 192 - color contains mainly: blue. Hex color #078EC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078EC0 is #F8713F. Grayscale: #6B6B6B. Windows color (decimal): -16281920 or 12619271. OLE color: 12619271.
HSL color Cylindrical-coordinate representation of color #078EC0: hue angle of 196.22º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078EC0 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 142 | 192 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.25 |
| HSL | 196.22º | 0.93% | 0.39% | - |
| HSV(B) | 196.22º | 0.96% | 0.75% | - |
| XYZ | 19.28 | 23.2 | 53.33 | - |
| YUV | 107.34 | 175.77 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 142 | 192 | 0.96 | 0.26 | 0 | 0.25 | 196.22 | 0.93 | 0.39 |
| Hex | 7 | 8E | C0 | 60 | 1A | 0 | 19 | C4 | 5D | 27 |
| Octal | 7 | 216 | 300 | 140 | 32 | 0 | 31 | 304 | 135 | 47 |
| Binary | 111 | 10001110 | 11000000 | 1100000 | 11010 | 0 | 11001 | 11000100 | 1011101 | 100111 |
Color Harmonies of #078EC0
Complementary color
Monochromatic Colors of #078EC0
Black with #078EC0
Text Example
Text Example
White with #078EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078EC0; }
p { color: rgb(7,142,192); }
H1.HeaderClassName
{
color: #078EC0;
}
.AnyTagClassName
{
color: #078EC0;
}
</style>
background-color css
<style>
a { background-color: #078EC0; }
a { background-color: rgb(7,142,192); }
div.DivClassName
{
background-color: #078EC0;
}
.BgClassName
{
background-color: #078EC0;
}
</style>
border-color css
<style>
span { border-color: #078EC0; }
span { border-color: rgb(7,142,192); }
td.TdClassName
{
border-color: #078EC0;
}
.TagClassName
{
border-color: #078EC0;
}
</style>