Shades of Bondi Blue #0096AB
Tints of Bondi Blue #0096AB
RGB
CMYK
RGB Variations
Color information
#0096AB (or 0x0096AB) is known color: Bondi Blue. HEX triplet: 00, 96 and AB. RGB value is (0,150,171). Sum of RGB (Red+Green+Blue) = 0+150+171=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #0096AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0096AB is #FF6954. Grayscale: #6B6B6B. Windows color (decimal): -16738645 or 11245056. OLE color: 11245056.
HSL color Cylindrical-coordinate representation of color #0096AB: hue angle of 187.37º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0096AB is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 150 | 171 | - |
| CMYK | 1 | 0.12 | 0 | 0.33 |
| HSL | 187.37º | 1% | 0.34% | - |
| HSV(B) | 187.37º | 1% | 0.67% | - |
| XYZ | 18.26 | 24.75 | 42.34 | - |
| YUV | 107.54 | 163.81 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 150 | 171 | 1 | 0.12 | 0 | 0.33 | 187.37 | 1 | 0.34 |
| Hex | 0 | 96 | AB | 64 | C | 0 | 21 | BB | 64 | 22 |
| Octal | 0 | 226 | 253 | 144 | 14 | 0 | 41 | 273 | 144 | 42 |
| Binary | 0 | 10010110 | 10101011 | 1100100 | 1100 | 0 | 100001 | 10111011 | 1100100 | 100010 |
Color Harmonies of #0096AB
Complementary color
Monochromatic Colors of #0096AB
Black with #0096AB
Text Example
Text Example
White with #0096AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0096AB; }
p { color: rgb(0,150,171); }
H1.HeaderClassName
{
color: #0096AB;
}
.AnyTagClassName
{
color: #0096AB;
}
</style>
background-color css
<style>
a { background-color: #0096AB; }
a { background-color: rgb(0,150,171); }
div.DivClassName
{
background-color: #0096AB;
}
.BgClassName
{
background-color: #0096AB;
}
</style>
border-color css
<style>
span { border-color: #0096AB; }
span { border-color: rgb(0,150,171); }
td.TdClassName
{
border-color: #0096AB;
}
.TagClassName
{
border-color: #0096AB;
}
</style>