Shades of Bondi Blue #0096B1
Tints of Bondi Blue #0096B1
RGB
CMYK
RGB Variations
Color information
#0096B1 (or 0x0096B1) is known color: Bondi Blue. HEX triplet: 00, 96 and B1. RGB value is (0,150,177). Sum of RGB (Red+Green+Blue) = 0+150+177=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 177 (69.53% from 255 or 54.13% from 327); Max value from RGB is 177 - color contains mainly: blue. Hex color #0096B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0096B1 is #FF694E. Grayscale: #6B6B6B. Windows color (decimal): -16738639 or 11638272. OLE color: 11638272.
HSL color Cylindrical-coordinate representation of color #0096B1: hue angle of 189.15º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0096B1 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 150 | 177 | - |
| CMYK | 1 | 0.15 | 0 | 0.31 |
| HSL | 189.15º | 1% | 0.35% | - |
| HSV(B) | 189.15º | 1% | 0.69% | - |
| XYZ | 18.84 | 24.99 | 45.42 | - |
| YUV | 108.23 | 166.81 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 150 | 177 | 1 | 0.15 | 0 | 0.31 | 189.15 | 1 | 0.35 |
| Hex | 0 | 96 | B1 | 64 | F | 0 | 1F | BD | 64 | 23 |
| Octal | 0 | 226 | 261 | 144 | 17 | 0 | 37 | 275 | 144 | 43 |
| Binary | 0 | 10010110 | 10110001 | 1100100 | 1111 | 0 | 11111 | 10111101 | 1100100 | 100011 |
Color Harmonies of #0096B1
Complementary color
Monochromatic Colors of #0096B1
Black with #0096B1
Text Example
Text Example
White with #0096B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0096B1; }
p { color: rgb(0,150,177); }
H1.HeaderClassName
{
color: #0096B1;
}
.AnyTagClassName
{
color: #0096B1;
}
</style>
background-color css
<style>
a { background-color: #0096B1; }
a { background-color: rgb(0,150,177); }
div.DivClassName
{
background-color: #0096B1;
}
.BgClassName
{
background-color: #0096B1;
}
</style>
border-color css
<style>
span { border-color: #0096B1; }
span { border-color: rgb(0,150,177); }
td.TdClassName
{
border-color: #0096B1;
}
.TagClassName
{
border-color: #0096B1;
}
</style>