Shades of Bondi Blue #078FB3
Tints of Bondi Blue #078FB3
RGB
CMYK
RGB Variations
Color information
#078FB3 (or 0x078FB3) is known color: Bondi Blue. HEX triplet: 07, 8F and B3. RGB value is (7,143,179). Sum of RGB (Red+Green+Blue) = 7+143+179=329 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 179 (70.31% from 255 or 54.41% from 329); Max value from RGB is 179 - color contains mainly: blue. Hex color #078FB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078FB3 is #F8704C. Grayscale: #6A6A6A. Windows color (decimal): -16281677 or 11767559. OLE color: 11767559.
HSL color Cylindrical-coordinate representation of color #078FB3: hue angle of 192.56º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078FB3 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 143 | 179 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.30 |
| HSL | 192.56º | 0.92% | 0.36% | - |
| HSV(B) | 192.56º | 0.96% | 0.7% | - |
| XYZ | 18.05 | 22.94 | 46.13 | - |
| YUV | 106.44 | 168.94 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 179 | 0.96 | 0.20 | 0 | 0.30 | 192.56 | 0.92 | 0.36 |
| Hex | 7 | 8F | B3 | 60 | 14 | 0 | 1E | C1 | 5C | 24 |
| Octal | 7 | 217 | 263 | 140 | 24 | 0 | 36 | 301 | 134 | 44 |
| Binary | 111 | 10001111 | 10110011 | 1100000 | 10100 | 0 | 11110 | 11000001 | 1011100 | 100100 |
Color Harmonies of #078FB3
Complementary color
Monochromatic Colors of #078FB3
Black with #078FB3
Text Example
Text Example
White with #078FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078FB3; }
p { color: rgb(7,143,179); }
H1.HeaderClassName
{
color: #078FB3;
}
.AnyTagClassName
{
color: #078FB3;
}
</style>
background-color css
<style>
a { background-color: #078FB3; }
a { background-color: rgb(7,143,179); }
div.DivClassName
{
background-color: #078FB3;
}
.BgClassName
{
background-color: #078FB3;
}
</style>
border-color css
<style>
span { border-color: #078FB3; }
span { border-color: rgb(7,143,179); }
td.TdClassName
{
border-color: #078FB3;
}
.TagClassName
{
border-color: #078FB3;
}
</style>