Shades of Bondi Blue #078AB0
Tints of Bondi Blue #078AB0
RGB
CMYK
RGB Variations
Color information
#078AB0 (or 0x078AB0) is known color: Bondi Blue. HEX triplet: 07, 8A and B0. RGB value is (7,138,176). Sum of RGB (Red+Green+Blue) = 7+138+176=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 176 (69.14% from 255 or 54.83% from 321); Max value from RGB is 176 - color contains mainly: blue. Hex color #078AB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078AB0 is #F8754F. Grayscale: #666666. Windows color (decimal): -16282960 or 11569671. OLE color: 11569671.
HSL color Cylindrical-coordinate representation of color #078AB0: hue angle of 193.49º 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 #078AB0 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 138 | 176 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.31 |
| HSL | 193.49º | 0.92% | 0.36% | - |
| HSV(B) | 193.49º | 0.96% | 0.69% | - |
| XYZ | 17.01 | 21.36 | 44.3 | - |
| YUV | 103.16 | 169.1 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 176 | 0.96 | 0.22 | 0 | 0.31 | 193.49 | 0.92 | 0.36 |
| Hex | 7 | 8A | B0 | 60 | 16 | 0 | 1F | C1 | 5C | 24 |
| Octal | 7 | 212 | 260 | 140 | 26 | 0 | 37 | 301 | 134 | 44 |
| Binary | 111 | 10001010 | 10110000 | 1100000 | 10110 | 0 | 11111 | 11000001 | 1011100 | 100100 |
Color Harmonies of #078AB0
Complementary color
Monochromatic Colors of #078AB0
Black with #078AB0
Text Example
Text Example
White with #078AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078AB0; }
p { color: rgb(7,138,176); }
H1.HeaderClassName
{
color: #078AB0;
}
.AnyTagClassName
{
color: #078AB0;
}
</style>
background-color css
<style>
a { background-color: #078AB0; }
a { background-color: rgb(7,138,176); }
div.DivClassName
{
background-color: #078AB0;
}
.BgClassName
{
background-color: #078AB0;
}
</style>
border-color css
<style>
span { border-color: #078AB0; }
span { border-color: rgb(7,138,176); }
td.TdClassName
{
border-color: #078AB0;
}
.TagClassName
{
border-color: #078AB0;
}
</style>