Shades of Bondi Blue #0188BE
Tints of Bondi Blue #0188BE
RGB
CMYK
RGB Variations
Color information
#0188BE (or 0x0188BE) is known color: Bondi Blue. HEX triplet: 01, 88 and BE. RGB value is (1,136,190). Sum of RGB (Red+Green+Blue) = 1+136+190=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #0188BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0188BE is #FE7741. Grayscale: #656565. Windows color (decimal): -16676674 or 12486657. OLE color: 12486657.
HSL color Cylindrical-coordinate representation of color #0188BE: hue angle of 197.14º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0188BE is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 136 | 190 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.25 |
| HSL | 197.14º | 0.99% | 0.37% | - |
| HSV(B) | 197.14º | 0.99% | 0.75% | - |
| XYZ | 18.11 | 21.33 | 51.88 | - |
| YUV | 101.79 | 177.77 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 190 | 0.99 | 0.28 | 0 | 0.25 | 197.14 | 0.99 | 0.37 |
| Hex | 1 | 88 | BE | 63 | 1C | 0 | 19 | C5 | 63 | 25 |
| Octal | 1 | 210 | 276 | 143 | 34 | 0 | 31 | 305 | 143 | 45 |
| Binary | 1 | 10001000 | 10111110 | 1100011 | 11100 | 0 | 11001 | 11000101 | 1100011 | 100101 |
Color Harmonies of #0188BE
Complementary color
Monochromatic Colors of #0188BE
Black with #0188BE
Text Example
Text Example
White with #0188BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0188BE; }
p { color: rgb(1,136,190); }
H1.HeaderClassName
{
color: #0188BE;
}
.AnyTagClassName
{
color: #0188BE;
}
</style>
background-color css
<style>
a { background-color: #0188BE; }
a { background-color: rgb(1,136,190); }
div.DivClassName
{
background-color: #0188BE;
}
.BgClassName
{
background-color: #0188BE;
}
</style>
border-color css
<style>
span { border-color: #0188BE; }
span { border-color: rgb(1,136,190); }
td.TdClassName
{
border-color: #0188BE;
}
.TagClassName
{
border-color: #0188BE;
}
</style>