Shades of Bondi Blue #0787BA
Tints of Bondi Blue #0787BA
RGB
CMYK
RGB Variations
Color information
#0787BA (or 0x0787BA) is known color: Bondi Blue. HEX triplet: 07, 87 and BA. RGB value is (7,135,186). Sum of RGB (Red+Green+Blue) = 7+135+186=328 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #0787BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0787BA is #F87845. Grayscale: #666666. Windows color (decimal): -16283718 or 12224263. OLE color: 12224263.
HSL color Cylindrical-coordinate representation of color #0787BA: hue angle of 197.09º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0787BA is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 135 | 186 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.27 |
| HSL | 197.1º | 0.93% | 0.38% | - |
| HSV(B) | 197.1º | 0.96% | 0.73% | - |
| XYZ | 17.61 | 20.92 | 49.56 | - |
| YUV | 102.54 | 175.09 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 186 | 0.96 | 0.27 | 0 | 0.27 | 197.1 | 0.93 | 0.38 |
| Hex | 7 | 87 | BA | 60 | 1B | 0 | 1B | C5 | 5D | 26 |
| Octal | 7 | 207 | 272 | 140 | 33 | 0 | 33 | 305 | 135 | 46 |
| Binary | 111 | 10000111 | 10111010 | 1100000 | 11011 | 0 | 11011 | 11000101 | 1011101 | 100110 |
Color Harmonies of #0787BA
Complementary color
Monochromatic Colors of #0787BA
Black with #0787BA
Text Example
Text Example
White with #0787BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0787BA; }
p { color: rgb(7,135,186); }
H1.HeaderClassName
{
color: #0787BA;
}
.AnyTagClassName
{
color: #0787BA;
}
</style>
background-color css
<style>
a { background-color: #0787BA; }
a { background-color: rgb(7,135,186); }
div.DivClassName
{
background-color: #0787BA;
}
.BgClassName
{
background-color: #0787BA;
}
</style>
border-color css
<style>
span { border-color: #0787BA; }
span { border-color: rgb(7,135,186); }
td.TdClassName
{
border-color: #0787BA;
}
.TagClassName
{
border-color: #0787BA;
}
</style>