Shades of Bondi Blue #0186BC
Tints of Bondi Blue #0186BC
RGB
CMYK
RGB Variations
Color information
#0186BC (or 0x0186BC) is known color: Bondi Blue. HEX triplet: 01, 86 and BC. RGB value is (1,134,188). Sum of RGB (Red+Green+Blue) = 1+134+188=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #0186BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0186BC is #FE7943. Grayscale: #646464. Windows color (decimal): -16677188 or 12355073. OLE color: 12355073.
HSL color Cylindrical-coordinate representation of color #0186BC: hue angle of 197.33º 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 #0186BC is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 134 | 188 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.26 |
| HSL | 197.33º | 0.99% | 0.37% | - |
| HSV(B) | 197.33º | 0.99% | 0.74% | - |
| XYZ | 17.61 | 20.69 | 50.64 | - |
| YUV | 100.39 | 177.44 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 188 | 0.99 | 0.29 | 0 | 0.26 | 197.33 | 0.99 | 0.37 |
| Hex | 1 | 86 | BC | 63 | 1D | 0 | 1A | C5 | 63 | 25 |
| Octal | 1 | 206 | 274 | 143 | 35 | 0 | 32 | 305 | 143 | 45 |
| Binary | 1 | 10000110 | 10111100 | 1100011 | 11101 | 0 | 11010 | 11000101 | 1100011 | 100101 |
Color Harmonies of #0186BC
Complementary color
Monochromatic Colors of #0186BC
Black with #0186BC
Text Example
Text Example
White with #0186BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0186BC; }
p { color: rgb(1,134,188); }
H1.HeaderClassName
{
color: #0186BC;
}
.AnyTagClassName
{
color: #0186BC;
}
</style>
background-color css
<style>
a { background-color: #0186BC; }
a { background-color: rgb(1,134,188); }
div.DivClassName
{
background-color: #0186BC;
}
.BgClassName
{
background-color: #0186BC;
}
</style>
border-color css
<style>
span { border-color: #0186BC; }
span { border-color: rgb(1,134,188); }
td.TdClassName
{
border-color: #0186BC;
}
.TagClassName
{
border-color: #0186BC;
}
</style>