Shades of Bondi Blue #0188BD
Tints of Bondi Blue #0188BD
RGB
CMYK
RGB Variations
Color information
#0188BD (or 0x0188BD) is known color: Bondi Blue. HEX triplet: 01, 88 and BD. RGB value is (1,136,189). Sum of RGB (Red+Green+Blue) = 1+136+189=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #0188BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0188BD is #FE7742. Grayscale: #656565. Windows color (decimal): -16676675 or 12421121. OLE color: 12421121.
HSL color Cylindrical-coordinate representation of color #0188BD: hue angle of 196.91º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0188BD is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 136 | 189 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.26 |
| HSL | 196.91º | 0.99% | 0.37% | - |
| HSV(B) | 196.91º | 0.99% | 0.74% | - |
| XYZ | 18 | 21.29 | 51.3 | - |
| YUV | 101.68 | 177.27 | 56.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 189 | 0.99 | 0.28 | 0 | 0.26 | 196.91 | 0.99 | 0.37 |
| Hex | 1 | 88 | BD | 63 | 1C | 0 | 1A | C5 | 63 | 25 |
| Octal | 1 | 210 | 275 | 143 | 34 | 0 | 32 | 305 | 143 | 45 |
| Binary | 1 | 10001000 | 10111101 | 1100011 | 11100 | 0 | 11010 | 11000101 | 1100011 | 100101 |
Color Harmonies of #0188BD
Complementary color
Monochromatic Colors of #0188BD
Black with #0188BD
Text Example
Text Example
White with #0188BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0188BD; }
p { color: rgb(1,136,189); }
H1.HeaderClassName
{
color: #0188BD;
}
.AnyTagClassName
{
color: #0188BD;
}
</style>
background-color css
<style>
a { background-color: #0188BD; }
a { background-color: rgb(1,136,189); }
div.DivClassName
{
background-color: #0188BD;
}
.BgClassName
{
background-color: #0188BD;
}
</style>
border-color css
<style>
span { border-color: #0188BD; }
span { border-color: rgb(1,136,189); }
td.TdClassName
{
border-color: #0188BD;
}
.TagClassName
{
border-color: #0188BD;
}
</style>