Shades of Bondi Blue #0096B9
Tints of Bondi Blue #0096B9
RGB
CMYK
RGB Variations
Color information
#0096B9 (or 0x0096B9) is known color: Bondi Blue. HEX triplet: 00, 96 and B9. RGB value is (0,150,185). Sum of RGB (Red+Green+Blue) = 0+150+185=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 185 (72.66% from 255 or 55.22% from 335); Max value from RGB is 185 - color contains mainly: blue. Hex color #0096B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0096B9 is #FF6946. Grayscale: #6C6C6C. Windows color (decimal): -16738631 or 12162560. OLE color: 12162560.
HSL color Cylindrical-coordinate representation of color #0096B9: hue angle of 191.35º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0096B9 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 150 | 185 | - |
| CMYK | 1 | 0.19 | 0 | 0.27 |
| HSL | 191.35º | 1% | 0.36% | - |
| HSV(B) | 191.35º | 1% | 0.73% | - |
| XYZ | 19.66 | 25.32 | 49.75 | - |
| YUV | 109.14 | 170.81 | 50.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 150 | 185 | 1 | 0.19 | 0 | 0.27 | 191.35 | 1 | 0.36 |
| Hex | 0 | 96 | B9 | 64 | 13 | 0 | 1B | BF | 64 | 24 |
| Octal | 0 | 226 | 271 | 144 | 23 | 0 | 33 | 277 | 144 | 44 |
| Binary | 0 | 10010110 | 10111001 | 1100100 | 10011 | 0 | 11011 | 10111111 | 1100100 | 100100 |
Color Harmonies of #0096B9
Complementary color
Monochromatic Colors of #0096B9
Black with #0096B9
Text Example
Text Example
White with #0096B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0096B9; }
p { color: rgb(0,150,185); }
H1.HeaderClassName
{
color: #0096B9;
}
.AnyTagClassName
{
color: #0096B9;
}
</style>
background-color css
<style>
a { background-color: #0096B9; }
a { background-color: rgb(0,150,185); }
div.DivClassName
{
background-color: #0096B9;
}
.BgClassName
{
background-color: #0096B9;
}
</style>
border-color css
<style>
span { border-color: #0096B9; }
span { border-color: rgb(0,150,185); }
td.TdClassName
{
border-color: #0096B9;
}
.TagClassName
{
border-color: #0096B9;
}
</style>