Shades of Bondi Blue #0188BC
Tints of Bondi Blue #0188BC
RGB
CMYK
RGB Variations
Color information
#0188BC (or 0x0188BC) is known color: Bondi Blue. HEX triplet: 01, 88 and BC. RGB value is (1,136,188). Sum of RGB (Red+Green+Blue) = 1+136+188=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #0188BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0188BC is #FE7743. Grayscale: #656565. Windows color (decimal): -16676676 or 12355585. OLE color: 12355585.
HSL color Cylindrical-coordinate representation of color #0188BC: hue angle of 196.68º 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 #0188BC is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 136 | 188 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.26 |
| HSL | 196.68º | 0.99% | 0.37% | - |
| HSV(B) | 196.68º | 0.99% | 0.74% | - |
| XYZ | 17.89 | 21.25 | 50.73 | - |
| YUV | 101.56 | 176.77 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 188 | 0.99 | 0.28 | 0 | 0.26 | 196.68 | 0.99 | 0.37 |
| Hex | 1 | 88 | BC | 63 | 1C | 0 | 1A | C5 | 63 | 25 |
| Octal | 1 | 210 | 274 | 143 | 34 | 0 | 32 | 305 | 143 | 45 |
| Binary | 1 | 10001000 | 10111100 | 1100011 | 11100 | 0 | 11010 | 11000101 | 1100011 | 100101 |
Color Harmonies of #0188BC
Complementary color
Monochromatic Colors of #0188BC
Black with #0188BC
Text Example
Text Example
White with #0188BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0188BC; }
p { color: rgb(1,136,188); }
H1.HeaderClassName
{
color: #0188BC;
}
.AnyTagClassName
{
color: #0188BC;
}
</style>
background-color css
<style>
a { background-color: #0188BC; }
a { background-color: rgb(1,136,188); }
div.DivClassName
{
background-color: #0188BC;
}
.BgClassName
{
background-color: #0188BC;
}
</style>
border-color css
<style>
span { border-color: #0188BC; }
span { border-color: rgb(1,136,188); }
td.TdClassName
{
border-color: #0188BC;
}
.TagClassName
{
border-color: #0188BC;
}
</style>