Shades of Bondi Blue #0087BE
Tints of Bondi Blue #0087BE
RGB
CMYK
RGB Variations
Color information
#0087BE (or 0x0087BE) is known color: Bondi Blue. HEX triplet: 00, 87 and BE. RGB value is (0,135,190). Sum of RGB (Red+Green+Blue) = 0+135+190=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #0087BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0087BE is #FF7841. Grayscale: #646464. Windows color (decimal): -16742466 or 12486400. OLE color: 12486400.
HSL color Cylindrical-coordinate representation of color #0087BE: hue angle of 197.37º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0087BE is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 135 | 190 | - |
| CMYK | 1 | 0.29 | 0 | 0.25 |
| HSL | 197.37º | 1% | 0.37% | - |
| HSV(B) | 197.37º | 1% | 0.75% | - |
| XYZ | 17.96 | 21.05 | 51.83 | - |
| YUV | 100.91 | 178.27 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 190 | 1 | 0.29 | 0 | 0.25 | 197.37 | 1 | 0.37 |
| Hex | 0 | 87 | BE | 64 | 1D | 0 | 19 | C5 | 64 | 25 |
| Octal | 0 | 207 | 276 | 144 | 35 | 0 | 31 | 305 | 144 | 45 |
| Binary | 0 | 10000111 | 10111110 | 1100100 | 11101 | 0 | 11001 | 11000101 | 1100100 | 100101 |
Color Harmonies of #0087BE
Complementary color
Monochromatic Colors of #0087BE
Black with #0087BE
Text Example
Text Example
White with #0087BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0087BE; }
p { color: rgb(0,135,190); }
H1.HeaderClassName
{
color: #0087BE;
}
.AnyTagClassName
{
color: #0087BE;
}
</style>
background-color css
<style>
a { background-color: #0087BE; }
a { background-color: rgb(0,135,190); }
div.DivClassName
{
background-color: #0087BE;
}
.BgClassName
{
background-color: #0087BE;
}
</style>
border-color css
<style>
span { border-color: #0087BE; }
span { border-color: rgb(0,135,190); }
td.TdClassName
{
border-color: #0087BE;
}
.TagClassName
{
border-color: #0087BE;
}
</style>