Shades of Bondi Blue #0188BB
Tints of Bondi Blue #0188BB
RGB
CMYK
RGB Variations
Color information
#0188BB (or 0x0188BB) is known color: Bondi Blue. HEX triplet: 01, 88 and BB. RGB value is (1,136,187). Sum of RGB (Red+Green+Blue) = 1+136+187=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #0188BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0188BB is #FE7744. Grayscale: #656565. Windows color (decimal): -16676677 or 12290049. OLE color: 12290049.
HSL color Cylindrical-coordinate representation of color #0188BB: hue angle of 196.45º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0188BB is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 136 | 187 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.27 |
| HSL | 196.45º | 0.99% | 0.37% | - |
| HSV(B) | 196.45º | 0.99% | 0.73% | - |
| XYZ | 17.79 | 21.2 | 50.17 | - |
| YUV | 101.45 | 176.27 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 187 | 0.99 | 0.27 | 0 | 0.27 | 196.45 | 0.99 | 0.37 |
| Hex | 1 | 88 | BB | 63 | 1B | 0 | 1B | C4 | 63 | 25 |
| Octal | 1 | 210 | 273 | 143 | 33 | 0 | 33 | 304 | 143 | 45 |
| Binary | 1 | 10001000 | 10111011 | 1100011 | 11011 | 0 | 11011 | 11000100 | 1100011 | 100101 |
Color Harmonies of #0188BB
Complementary color
Monochromatic Colors of #0188BB
Black with #0188BB
Text Example
Text Example
White with #0188BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0188BB; }
p { color: rgb(1,136,187); }
H1.HeaderClassName
{
color: #0188BB;
}
.AnyTagClassName
{
color: #0188BB;
}
</style>
background-color css
<style>
a { background-color: #0188BB; }
a { background-color: rgb(1,136,187); }
div.DivClassName
{
background-color: #0188BB;
}
.BgClassName
{
background-color: #0188BB;
}
</style>
border-color css
<style>
span { border-color: #0188BB; }
span { border-color: rgb(1,136,187); }
td.TdClassName
{
border-color: #0188BB;
}
.TagClassName
{
border-color: #0188BB;
}
</style>