Shades of Bondi Blue #0788BB
Tints of Bondi Blue #0788BB
RGB
CMYK
RGB Variations
Color information
#0788BB (or 0x0788BB) is known color: Bondi Blue. HEX triplet: 07, 88 and BB. RGB value is (7,136,187). Sum of RGB (Red+Green+Blue) = 7+136+187=330 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.12% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #0788BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0788BB is #F87744. Grayscale: #666666. Windows color (decimal): -16283461 or 12290055. OLE color: 12290055.
HSL color Cylindrical-coordinate representation of color #0788BB: hue angle of 197º 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 #0788BB is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 136 | 187 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.27 |
| HSL | 197º | 0.93% | 0.38% | - |
| HSV(B) | 197º | 0.96% | 0.73% | - |
| XYZ | 17.86 | 21.24 | 50.17 | - |
| YUV | 103.24 | 175.26 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 187 | 0.96 | 0.27 | 0 | 0.27 | 197 | 0.93 | 0.38 |
| Hex | 7 | 88 | BB | 60 | 1B | 0 | 1B | C5 | 5D | 26 |
| Octal | 7 | 210 | 273 | 140 | 33 | 0 | 33 | 305 | 135 | 46 |
| Binary | 111 | 10001000 | 10111011 | 1100000 | 11011 | 0 | 11011 | 11000101 | 1011101 | 100110 |
Color Harmonies of #0788BB
Complementary color
Monochromatic Colors of #0788BB
Black with #0788BB
Text Example
Text Example
White with #0788BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0788BB; }
p { color: rgb(7,136,187); }
H1.HeaderClassName
{
color: #0788BB;
}
.AnyTagClassName
{
color: #0788BB;
}
</style>
background-color css
<style>
a { background-color: #0788BB; }
a { background-color: rgb(7,136,187); }
div.DivClassName
{
background-color: #0788BB;
}
.BgClassName
{
background-color: #0788BB;
}
</style>
border-color css
<style>
span { border-color: #0788BB; }
span { border-color: rgb(7,136,187); }
td.TdClassName
{
border-color: #0788BB;
}
.TagClassName
{
border-color: #0788BB;
}
</style>