Shades of Bondi Blue #078FB0
Tints of Bondi Blue #078FB0
RGB
CMYK
RGB Variations
Color information
#078FB0 (or 0x078FB0) is known color: Bondi Blue. HEX triplet: 07, 8F and B0. RGB value is (7,143,176). Sum of RGB (Red+Green+Blue) = 7+143+176=326 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 176 (69.14% from 255 or 53.99% from 326); Max value from RGB is 176 - color contains mainly: blue. Hex color #078FB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078FB0 is #F8704F. Grayscale: #696969. Windows color (decimal): -16281680 or 11570951. OLE color: 11570951.
HSL color Cylindrical-coordinate representation of color #078FB0: hue angle of 191.72º 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 #078FB0 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 143 | 176 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.31 |
| HSL | 191.72º | 0.92% | 0.36% | - |
| HSV(B) | 191.72º | 0.96% | 0.69% | - |
| XYZ | 17.75 | 22.82 | 44.54 | - |
| YUV | 106.1 | 167.44 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 176 | 0.96 | 0.19 | 0 | 0.31 | 191.72 | 0.92 | 0.36 |
| Hex | 7 | 8F | B0 | 60 | 13 | 0 | 1F | C0 | 5C | 24 |
| Octal | 7 | 217 | 260 | 140 | 23 | 0 | 37 | 300 | 134 | 44 |
| Binary | 111 | 10001111 | 10110000 | 1100000 | 10011 | 0 | 11111 | 11000000 | 1011100 | 100100 |
Color Harmonies of #078FB0
Complementary color
Monochromatic Colors of #078FB0
Black with #078FB0
Text Example
Text Example
White with #078FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078FB0; }
p { color: rgb(7,143,176); }
H1.HeaderClassName
{
color: #078FB0;
}
.AnyTagClassName
{
color: #078FB0;
}
</style>
background-color css
<style>
a { background-color: #078FB0; }
a { background-color: rgb(7,143,176); }
div.DivClassName
{
background-color: #078FB0;
}
.BgClassName
{
background-color: #078FB0;
}
</style>
border-color css
<style>
span { border-color: #078FB0; }
span { border-color: rgb(7,143,176); }
td.TdClassName
{
border-color: #078FB0;
}
.TagClassName
{
border-color: #078FB0;
}
</style>