Shades of Bondi Blue #078FBF
Tints of Bondi Blue #078FBF
RGB
CMYK
RGB Variations
Color information
#078FBF (or 0x078FBF) is known color: Bondi Blue. HEX triplet: 07, 8F and BF. RGB value is (7,143,191). Sum of RGB (Red+Green+Blue) = 7+143+191=341 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #078FBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078FBF is #F87040. Grayscale: #6B6B6B. Windows color (decimal): -16281665 or 12553991. OLE color: 12553991.
HSL color Cylindrical-coordinate representation of color #078FBF: hue angle of 195.65º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078FBF is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 143 | 191 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.25 |
| HSL | 195.65º | 0.93% | 0.39% | - |
| HSV(B) | 195.65º | 0.96% | 0.75% | - |
| XYZ | 19.31 | 23.45 | 52.8 | - |
| YUV | 107.81 | 174.94 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 191 | 0.96 | 0.25 | 0 | 0.25 | 195.65 | 0.93 | 0.39 |
| Hex | 7 | 8F | BF | 60 | 19 | 0 | 19 | C4 | 5D | 27 |
| Octal | 7 | 217 | 277 | 140 | 31 | 0 | 31 | 304 | 135 | 47 |
| Binary | 111 | 10001111 | 10111111 | 1100000 | 11001 | 0 | 11001 | 11000100 | 1011101 | 100111 |
Color Harmonies of #078FBF
Complementary color
Monochromatic Colors of #078FBF
Black with #078FBF
Text Example
Text Example
White with #078FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078FBF; }
p { color: rgb(7,143,191); }
H1.HeaderClassName
{
color: #078FBF;
}
.AnyTagClassName
{
color: #078FBF;
}
</style>
background-color css
<style>
a { background-color: #078FBF; }
a { background-color: rgb(7,143,191); }
div.DivClassName
{
background-color: #078FBF;
}
.BgClassName
{
background-color: #078FBF;
}
</style>
border-color css
<style>
span { border-color: #078FBF; }
span { border-color: rgb(7,143,191); }
td.TdClassName
{
border-color: #078FBF;
}
.TagClassName
{
border-color: #078FBF;
}
</style>