Shades of Bondi Blue #0096BE
Tints of Bondi Blue #0096BE
RGB
CMYK
RGB Variations
Color information
#0096BE (or 0x0096BE) is known color: Bondi Blue. HEX triplet: 00, 96 and BE. RGB value is (0,150,190). Sum of RGB (Red+Green+Blue) = 0+150+190=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #0096BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0096BE is #FF6941. Grayscale: #6D6D6D. Windows color (decimal): -16738626 or 12490240. OLE color: 12490240.
HSL color Cylindrical-coordinate representation of color #0096BE: hue angle of 192.63º 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 #0096BE is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 150 | 190 | - |
| CMYK | 1 | 0.21 | 0 | 0.25 |
| HSL | 192.63º | 1% | 0.37% | - |
| HSV(B) | 192.63º | 1% | 0.75% | - |
| XYZ | 20.2 | 25.53 | 52.58 | - |
| YUV | 109.71 | 173.31 | 49.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 150 | 190 | 1 | 0.21 | 0 | 0.25 | 192.63 | 1 | 0.37 |
| Hex | 0 | 96 | BE | 64 | 15 | 0 | 19 | C1 | 64 | 25 |
| Octal | 0 | 226 | 276 | 144 | 25 | 0 | 31 | 301 | 144 | 45 |
| Binary | 0 | 10010110 | 10111110 | 1100100 | 10101 | 0 | 11001 | 11000001 | 1100100 | 100101 |
Color Harmonies of #0096BE
Complementary color
Monochromatic Colors of #0096BE
Black with #0096BE
Text Example
Text Example
White with #0096BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0096BE; }
p { color: rgb(0,150,190); }
H1.HeaderClassName
{
color: #0096BE;
}
.AnyTagClassName
{
color: #0096BE;
}
</style>
background-color css
<style>
a { background-color: #0096BE; }
a { background-color: rgb(0,150,190); }
div.DivClassName
{
background-color: #0096BE;
}
.BgClassName
{
background-color: #0096BE;
}
</style>
border-color css
<style>
span { border-color: #0096BE; }
span { border-color: rgb(0,150,190); }
td.TdClassName
{
border-color: #0096BE;
}
.TagClassName
{
border-color: #0096BE;
}
</style>