Shades of Bondi Blue #0786B5
Tints of Bondi Blue #0786B5
RGB
CMYK
RGB Variations
Color information
#0786B5 (or 0x0786B5) is known color: Bondi Blue. HEX triplet: 07, 86 and B5. RGB value is (7,134,181). Sum of RGB (Red+Green+Blue) = 7+134+181=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 181 (71.09% from 255 or 56.21% from 322); Max value from RGB is 181 - color contains mainly: blue. Hex color #0786B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0786B5 is #F8794A. Grayscale: #656565. Windows color (decimal): -16283979 or 11896327. OLE color: 11896327.
HSL color Cylindrical-coordinate representation of color #0786B5: hue angle of 196.21º 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 #0786B5 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 134 | 181 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.29 |
| HSL | 196.21º | 0.93% | 0.37% | - |
| HSV(B) | 196.21º | 0.96% | 0.71% | - |
| XYZ | 16.95 | 20.43 | 46.77 | - |
| YUV | 101.39 | 172.92 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 181 | 0.96 | 0.26 | 0 | 0.29 | 196.21 | 0.93 | 0.37 |
| Hex | 7 | 86 | B5 | 60 | 1A | 0 | 1D | C4 | 5D | 25 |
| Octal | 7 | 206 | 265 | 140 | 32 | 0 | 35 | 304 | 135 | 45 |
| Binary | 111 | 10000110 | 10110101 | 1100000 | 11010 | 0 | 11101 | 11000100 | 1011101 | 100101 |
Color Harmonies of #0786B5
Complementary color
Monochromatic Colors of #0786B5
Black with #0786B5
Text Example
Text Example
White with #0786B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0786B5; }
p { color: rgb(7,134,181); }
H1.HeaderClassName
{
color: #0786B5;
}
.AnyTagClassName
{
color: #0786B5;
}
</style>
background-color css
<style>
a { background-color: #0786B5; }
a { background-color: rgb(7,134,181); }
div.DivClassName
{
background-color: #0786B5;
}
.BgClassName
{
background-color: #0786B5;
}
</style>
border-color css
<style>
span { border-color: #0786B5; }
span { border-color: rgb(7,134,181); }
td.TdClassName
{
border-color: #0786B5;
}
.TagClassName
{
border-color: #0786B5;
}
</style>