Shades of Bondi Blue #0789BC
Tints of Bondi Blue #0789BC
RGB
CMYK
RGB Variations
Color information
#0789BC (or 0x0789BC) is known color: Bondi Blue. HEX triplet: 07, 89 and BC. RGB value is (7,137,188). Sum of RGB (Red+Green+Blue) = 7+137+188=332 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #0789BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0789BC is #F87643. Grayscale: #676767. Windows color (decimal): -16283204 or 12355847. OLE color: 12355847.
HSL color Cylindrical-coordinate representation of color #0789BC: hue angle of 196.91º 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 #0789BC is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 137 | 188 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.26 |
| HSL | 196.91º | 0.93% | 0.38% | - |
| HSV(B) | 196.91º | 0.96% | 0.74% | - |
| XYZ | 18.11 | 21.57 | 50.79 | - |
| YUV | 103.94 | 175.43 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 188 | 0.96 | 0.27 | 0 | 0.26 | 196.91 | 0.93 | 0.38 |
| Hex | 7 | 89 | BC | 60 | 1B | 0 | 1A | C5 | 5D | 26 |
| Octal | 7 | 211 | 274 | 140 | 33 | 0 | 32 | 305 | 135 | 46 |
| Binary | 111 | 10001001 | 10111100 | 1100000 | 11011 | 0 | 11010 | 11000101 | 1011101 | 100110 |
Color Harmonies of #0789BC
Complementary color
Monochromatic Colors of #0789BC
Black with #0789BC
Text Example
Text Example
White with #0789BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0789BC; }
p { color: rgb(7,137,188); }
H1.HeaderClassName
{
color: #0789BC;
}
.AnyTagClassName
{
color: #0789BC;
}
</style>
background-color css
<style>
a { background-color: #0789BC; }
a { background-color: rgb(7,137,188); }
div.DivClassName
{
background-color: #0789BC;
}
.BgClassName
{
background-color: #0789BC;
}
</style>
border-color css
<style>
span { border-color: #0789BC; }
span { border-color: rgb(7,137,188); }
td.TdClassName
{
border-color: #0789BC;
}
.TagClassName
{
border-color: #0789BC;
}
</style>