Shades of Bondi Blue #078FB5
Tints of Bondi Blue #078FB5
RGB
CMYK
RGB Variations
Color information
#078FB5 (or 0x078FB5) is known color: Bondi Blue. HEX triplet: 07, 8F and B5. RGB value is (7,143,181). Sum of RGB (Red+Green+Blue) = 7+143+181=331 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 181 (71.09% from 255 or 54.68% from 331); Max value from RGB is 181 - color contains mainly: blue. Hex color #078FB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078FB5 is #F8704A. Grayscale: #6A6A6A. Windows color (decimal): -16281675 or 11898631. OLE color: 11898631.
HSL color Cylindrical-coordinate representation of color #078FB5: hue angle of 193.1º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078FB5 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 143 | 181 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.29 |
| HSL | 193.1º | 0.93% | 0.37% | - |
| HSV(B) | 193.1º | 0.96% | 0.71% | - |
| XYZ | 18.25 | 23.03 | 47.2 | - |
| YUV | 106.67 | 169.94 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 181 | 0.96 | 0.21 | 0 | 0.29 | 193.1 | 0.93 | 0.37 |
| Hex | 7 | 8F | B5 | 60 | 15 | 0 | 1D | C1 | 5D | 25 |
| Octal | 7 | 217 | 265 | 140 | 25 | 0 | 35 | 301 | 135 | 45 |
| Binary | 111 | 10001111 | 10110101 | 1100000 | 10101 | 0 | 11101 | 11000001 | 1011101 | 100101 |
Color Harmonies of #078FB5
Complementary color
Monochromatic Colors of #078FB5
Black with #078FB5
Text Example
Text Example
White with #078FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078FB5; }
p { color: rgb(7,143,181); }
H1.HeaderClassName
{
color: #078FB5;
}
.AnyTagClassName
{
color: #078FB5;
}
</style>
background-color css
<style>
a { background-color: #078FB5; }
a { background-color: rgb(7,143,181); }
div.DivClassName
{
background-color: #078FB5;
}
.BgClassName
{
background-color: #078FB5;
}
</style>
border-color css
<style>
span { border-color: #078FB5; }
span { border-color: rgb(7,143,181); }
td.TdClassName
{
border-color: #078FB5;
}
.TagClassName
{
border-color: #078FB5;
}
</style>