Shades of Bondi Blue #078CB0
Tints of Bondi Blue #078CB0
RGB
CMYK
RGB Variations
Color information
#078CB0 (or 0x078CB0) is known color: Bondi Blue. HEX triplet: 07, 8C and B0. RGB value is (7,140,176). Sum of RGB (Red+Green+Blue) = 7+140+176=323 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 176 (69.14% from 255 or 54.49% from 323); Max value from RGB is 176 - color contains mainly: blue. Hex color #078CB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078CB0 is #F8734F. Grayscale: #686868. Windows color (decimal): -16282448 or 11570183. OLE color: 11570183.
HSL color Cylindrical-coordinate representation of color #078CB0: hue angle of 192.78º 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 #078CB0 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 140 | 176 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.31 |
| HSL | 192.78º | 0.92% | 0.36% | - |
| HSV(B) | 192.78º | 0.96% | 0.69% | - |
| XYZ | 17.3 | 21.94 | 44.4 | - |
| YUV | 104.34 | 168.44 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 176 | 0.96 | 0.20 | 0 | 0.31 | 192.78 | 0.92 | 0.36 |
| Hex | 7 | 8C | B0 | 60 | 14 | 0 | 1F | C1 | 5C | 24 |
| Octal | 7 | 214 | 260 | 140 | 24 | 0 | 37 | 301 | 134 | 44 |
| Binary | 111 | 10001100 | 10110000 | 1100000 | 10100 | 0 | 11111 | 11000001 | 1011100 | 100100 |
Color Harmonies of #078CB0
Complementary color
Monochromatic Colors of #078CB0
Black with #078CB0
Text Example
Text Example
White with #078CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078CB0; }
p { color: rgb(7,140,176); }
H1.HeaderClassName
{
color: #078CB0;
}
.AnyTagClassName
{
color: #078CB0;
}
</style>
background-color css
<style>
a { background-color: #078CB0; }
a { background-color: rgb(7,140,176); }
div.DivClassName
{
background-color: #078CB0;
}
.BgClassName
{
background-color: #078CB0;
}
</style>
border-color css
<style>
span { border-color: #078CB0; }
span { border-color: rgb(7,140,176); }
td.TdClassName
{
border-color: #078CB0;
}
.TagClassName
{
border-color: #078CB0;
}
</style>