Shades of Bondi Blue #0088BA
Tints of Bondi Blue #0088BA
RGB
CMYK
RGB Variations
Color information
#0088BA (or 0x0088BA) is known color: Bondi Blue. HEX triplet: 00, 88 and BA. RGB value is (0,136,186). Sum of RGB (Red+Green+Blue) = 0+136+186=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #0088BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0088BA is #FF7745. Grayscale: #646464. Windows color (decimal): -16742214 or 12224512. OLE color: 12224512.
HSL color Cylindrical-coordinate representation of color #0088BA: hue angle of 196.13º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0088BA is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 136 | 186 | - |
| CMYK | 1 | 0.27 | 0 | 0.27 |
| HSL | 196.13º | 1% | 0.36% | - |
| HSV(B) | 196.13º | 1% | 0.73% | - |
| XYZ | 17.67 | 21.15 | 49.61 | - |
| YUV | 101.04 | 175.94 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 186 | 1 | 0.27 | 0 | 0.27 | 196.13 | 1 | 0.36 |
| Hex | 0 | 88 | BA | 64 | 1B | 0 | 1B | C4 | 64 | 24 |
| Octal | 0 | 210 | 272 | 144 | 33 | 0 | 33 | 304 | 144 | 44 |
| Binary | 0 | 10001000 | 10111010 | 1100100 | 11011 | 0 | 11011 | 11000100 | 1100100 | 100100 |
Color Harmonies of #0088BA
Complementary color
Monochromatic Colors of #0088BA
Black with #0088BA
Text Example
Text Example
White with #0088BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0088BA; }
p { color: rgb(0,136,186); }
H1.HeaderClassName
{
color: #0088BA;
}
.AnyTagClassName
{
color: #0088BA;
}
</style>
background-color css
<style>
a { background-color: #0088BA; }
a { background-color: rgb(0,136,186); }
div.DivClassName
{
background-color: #0088BA;
}
.BgClassName
{
background-color: #0088BA;
}
</style>
border-color css
<style>
span { border-color: #0088BA; }
span { border-color: rgb(0,136,186); }
td.TdClassName
{
border-color: #0088BA;
}
.TagClassName
{
border-color: #0088BA;
}
</style>