Shades of Bondi Blue #0786BC
Tints of Bondi Blue #0786BC
RGB
CMYK
RGB Variations
Color information
#0786BC (or 0x0786BC) is known color: Bondi Blue. HEX triplet: 07, 86 and BC. RGB value is (7,134,188). Sum of RGB (Red+Green+Blue) = 7+134+188=329 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #0786BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0786BC is #F87943. Grayscale: #656565. Windows color (decimal): -16283972 or 12355079. OLE color: 12355079.
HSL color Cylindrical-coordinate representation of color #0786BC: hue angle of 197.9º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0786BC is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 134 | 188 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.26 |
| HSL | 197.9º | 0.93% | 0.38% | - |
| HSV(B) | 197.9º | 0.96% | 0.74% | - |
| XYZ | 17.69 | 20.73 | 50.65 | - |
| YUV | 102.18 | 176.42 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 188 | 0.96 | 0.29 | 0 | 0.26 | 197.9 | 0.93 | 0.38 |
| Hex | 7 | 86 | BC | 60 | 1D | 0 | 1A | C6 | 5D | 26 |
| Octal | 7 | 206 | 274 | 140 | 35 | 0 | 32 | 306 | 135 | 46 |
| Binary | 111 | 10000110 | 10111100 | 1100000 | 11101 | 0 | 11010 | 11000110 | 1011101 | 100110 |
Color Harmonies of #0786BC
Complementary color
Monochromatic Colors of #0786BC
Black with #0786BC
Text Example
Text Example
White with #0786BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0786BC; }
p { color: rgb(7,134,188); }
H1.HeaderClassName
{
color: #0786BC;
}
.AnyTagClassName
{
color: #0786BC;
}
</style>
background-color css
<style>
a { background-color: #0786BC; }
a { background-color: rgb(7,134,188); }
div.DivClassName
{
background-color: #0786BC;
}
.BgClassName
{
background-color: #0786BC;
}
</style>
border-color css
<style>
span { border-color: #0786BC; }
span { border-color: rgb(7,134,188); }
td.TdClassName
{
border-color: #0786BC;
}
.TagClassName
{
border-color: #0786BC;
}
</style>