Shades of Bondi Blue #078BAF
Tints of Bondi Blue #078BAF
RGB
CMYK
RGB Variations
Color information
#078BAF (or 0x078BAF) is known color: Bondi Blue. HEX triplet: 07, 8B and AF. RGB value is (7,139,175). Sum of RGB (Red+Green+Blue) = 7+139+175=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #078BAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078BAF is #F87450. Grayscale: #676767. Windows color (decimal): -16282705 or 11504391. OLE color: 11504391.
HSL color Cylindrical-coordinate representation of color #078BAF: hue angle of 192.86º 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 #078BAF is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 139 | 175 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.31 |
| HSL | 192.86º | 0.92% | 0.36% | - |
| HSV(B) | 192.86º | 0.96% | 0.69% | - |
| XYZ | 17.06 | 21.61 | 43.83 | - |
| YUV | 103.64 | 168.27 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 175 | 0.96 | 0.21 | 0 | 0.31 | 192.86 | 0.92 | 0.36 |
| Hex | 7 | 8B | AF | 60 | 15 | 0 | 1F | C1 | 5C | 24 |
| Octal | 7 | 213 | 257 | 140 | 25 | 0 | 37 | 301 | 134 | 44 |
| Binary | 111 | 10001011 | 10101111 | 1100000 | 10101 | 0 | 11111 | 11000001 | 1011100 | 100100 |
Color Harmonies of #078BAF
Complementary color
Monochromatic Colors of #078BAF
Black with #078BAF
Text Example
Text Example
White with #078BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078BAF; }
p { color: rgb(7,139,175); }
H1.HeaderClassName
{
color: #078BAF;
}
.AnyTagClassName
{
color: #078BAF;
}
</style>
background-color css
<style>
a { background-color: #078BAF; }
a { background-color: rgb(7,139,175); }
div.DivClassName
{
background-color: #078BAF;
}
.BgClassName
{
background-color: #078BAF;
}
</style>
border-color css
<style>
span { border-color: #078BAF; }
span { border-color: rgb(7,139,175); }
td.TdClassName
{
border-color: #078BAF;
}
.TagClassName
{
border-color: #078BAF;
}
</style>