Shades of Bondi Blue #078DB5
Tints of Bondi Blue #078DB5
RGB
CMYK
RGB Variations
Color information
#078DB5 (or 0x078DB5) is known color: Bondi Blue. HEX triplet: 07, 8D and B5. RGB value is (7,141,181). Sum of RGB (Red+Green+Blue) = 7+141+181=329 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 181 (71.09% from 255 or 55.02% from 329); Max value from RGB is 181 - color contains mainly: blue. Hex color #078DB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078DB5 is #F8724A. Grayscale: #696969. Windows color (decimal): -16282187 or 11898119. OLE color: 11898119.
HSL color Cylindrical-coordinate representation of color #078DB5: hue angle of 193.79º 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 #078DB5 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 141 | 181 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.29 |
| HSL | 193.79º | 0.93% | 0.37% | - |
| HSV(B) | 193.79º | 0.96% | 0.71% | - |
| XYZ | 17.95 | 22.43 | 47.1 | - |
| YUV | 105.49 | 170.61 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 141 | 181 | 0.96 | 0.22 | 0 | 0.29 | 193.79 | 0.93 | 0.37 |
| Hex | 7 | 8D | B5 | 60 | 16 | 0 | 1D | C2 | 5D | 25 |
| Octal | 7 | 215 | 265 | 140 | 26 | 0 | 35 | 302 | 135 | 45 |
| Binary | 111 | 10001101 | 10110101 | 1100000 | 10110 | 0 | 11101 | 11000010 | 1011101 | 100101 |
Color Harmonies of #078DB5
Complementary color
Monochromatic Colors of #078DB5
Black with #078DB5
Text Example
Text Example
White with #078DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078DB5; }
p { color: rgb(7,141,181); }
H1.HeaderClassName
{
color: #078DB5;
}
.AnyTagClassName
{
color: #078DB5;
}
</style>
background-color css
<style>
a { background-color: #078DB5; }
a { background-color: rgb(7,141,181); }
div.DivClassName
{
background-color: #078DB5;
}
.BgClassName
{
background-color: #078DB5;
}
</style>
border-color css
<style>
span { border-color: #078DB5; }
span { border-color: rgb(7,141,181); }
td.TdClassName
{
border-color: #078DB5;
}
.TagClassName
{
border-color: #078DB5;
}
</style>