Shades of Bondi Blue #0187BC
Tints of Bondi Blue #0187BC
RGB
CMYK
RGB Variations
Color information
#0187BC (or 0x0187BC) is known color: Bondi Blue. HEX triplet: 01, 87 and BC. RGB value is (1,135,188). Sum of RGB (Red+Green+Blue) = 1+135+188=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #0187BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0187BC is #FE7843. Grayscale: #646464. Windows color (decimal): -16676932 or 12355329. OLE color: 12355329.
HSL color Cylindrical-coordinate representation of color #0187BC: hue angle of 197.01º 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 #0187BC is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 135 | 188 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.26 |
| HSL | 197.01º | 0.99% | 0.37% | - |
| HSV(B) | 197.01º | 0.99% | 0.74% | - |
| XYZ | 17.75 | 20.97 | 50.69 | - |
| YUV | 100.98 | 177.11 | 56.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 188 | 0.99 | 0.28 | 0 | 0.26 | 197.01 | 0.99 | 0.37 |
| Hex | 1 | 87 | BC | 63 | 1C | 0 | 1A | C5 | 63 | 25 |
| Octal | 1 | 207 | 274 | 143 | 34 | 0 | 32 | 305 | 143 | 45 |
| Binary | 1 | 10000111 | 10111100 | 1100011 | 11100 | 0 | 11010 | 11000101 | 1100011 | 100101 |
Color Harmonies of #0187BC
Complementary color
Monochromatic Colors of #0187BC
Black with #0187BC
Text Example
Text Example
White with #0187BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0187BC; }
p { color: rgb(1,135,188); }
H1.HeaderClassName
{
color: #0187BC;
}
.AnyTagClassName
{
color: #0187BC;
}
</style>
background-color css
<style>
a { background-color: #0187BC; }
a { background-color: rgb(1,135,188); }
div.DivClassName
{
background-color: #0187BC;
}
.BgClassName
{
background-color: #0187BC;
}
</style>
border-color css
<style>
span { border-color: #0187BC; }
span { border-color: rgb(1,135,188); }
td.TdClassName
{
border-color: #0187BC;
}
.TagClassName
{
border-color: #0187BC;
}
</style>