Shades of Bondi Blue #0096A7
Tints of Bondi Blue #0096A7
RGB
CMYK
RGB Variations
Color information
#0096A7 (or 0x0096A7) is known color: Bondi Blue. HEX triplet: 00, 96 and A7. RGB value is (0,150,167). Sum of RGB (Red+Green+Blue) = 0+150+167=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 167 (65.62% from 255 or 52.68% from 317); Max value from RGB is 167 - color contains mainly: blue. Hex color #0096A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0096A7 is #FF6958. Grayscale: #6A6A6A. Windows color (decimal): -16738649 or 10982912. OLE color: 10982912.
HSL color Cylindrical-coordinate representation of color #0096A7: hue angle of 186.11º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0096A7 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 150 | 167 | - |
| CMYK | 1 | 0.10 | 0 | 0.35 |
| HSL | 186.11º | 1% | 0.33% | - |
| HSV(B) | 186.11º | 1% | 0.65% | - |
| XYZ | 17.88 | 24.6 | 40.37 | - |
| YUV | 107.09 | 161.81 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 150 | 167 | 1 | 0.10 | 0 | 0.35 | 186.11 | 1 | 0.33 |
| Hex | 0 | 96 | A7 | 64 | A | 0 | 23 | BA | 64 | 21 |
| Octal | 0 | 226 | 247 | 144 | 12 | 0 | 43 | 272 | 144 | 41 |
| Binary | 0 | 10010110 | 10100111 | 1100100 | 1010 | 0 | 100011 | 10111010 | 1100100 | 100001 |
Color Harmonies of #0096A7
Complementary color
Monochromatic Colors of #0096A7
Black with #0096A7
Text Example
Text Example
White with #0096A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0096A7; }
p { color: rgb(0,150,167); }
H1.HeaderClassName
{
color: #0096A7;
}
.AnyTagClassName
{
color: #0096A7;
}
</style>
background-color css
<style>
a { background-color: #0096A7; }
a { background-color: rgb(0,150,167); }
div.DivClassName
{
background-color: #0096A7;
}
.BgClassName
{
background-color: #0096A7;
}
</style>
border-color css
<style>
span { border-color: #0096A7; }
span { border-color: rgb(0,150,167); }
td.TdClassName
{
border-color: #0096A7;
}
.TagClassName
{
border-color: #0096A7;
}
</style>