Shades of Bondi Blue #0996B0
Tints of Bondi Blue #0996B0
RGB
CMYK
RGB Variations
Color information
#0996B0 (or 0x0996B0) is known color: Bondi Blue. HEX triplet: 09, 96 and B0. RGB value is (9,150,176). Sum of RGB (Red+Green+Blue) = 9+150+176=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 176 (69.14% from 255 or 52.54% from 335); Max value from RGB is 176 - color contains mainly: blue. Hex color #0996B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0996B0 is #F6694F. Grayscale: #6E6E6E. Windows color (decimal): -16148816 or 11572745. OLE color: 11572745.
HSL color Cylindrical-coordinate representation of color #0996B0: hue angle of 189.34º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0996B0 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 150 | 176 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.31 |
| HSL | 189.34º | 0.9% | 0.36% | - |
| HSV(B) | 189.34º | 0.95% | 0.69% | - |
| XYZ | 18.86 | 25.01 | 44.91 | - |
| YUV | 110.81 | 164.79 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 150 | 176 | 0.95 | 0.15 | 0 | 0.31 | 189.34 | 0.9 | 0.36 |
| Hex | 9 | 96 | B0 | 5F | F | 0 | 1F | BD | 5A | 24 |
| Octal | 11 | 226 | 260 | 137 | 17 | 0 | 37 | 275 | 132 | 44 |
| Binary | 1001 | 10010110 | 10110000 | 1011111 | 1111 | 0 | 11111 | 10111101 | 1011010 | 100100 |
Color Harmonies of #0996B0
Complementary color
Monochromatic Colors of #0996B0
Black with #0996B0
Text Example
Text Example
White with #0996B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0996B0; }
p { color: rgb(9,150,176); }
H1.HeaderClassName
{
color: #0996B0;
}
.AnyTagClassName
{
color: #0996B0;
}
</style>
background-color css
<style>
a { background-color: #0996B0; }
a { background-color: rgb(9,150,176); }
div.DivClassName
{
background-color: #0996B0;
}
.BgClassName
{
background-color: #0996B0;
}
</style>
border-color css
<style>
span { border-color: #0996B0; }
span { border-color: rgb(9,150,176); }
td.TdClassName
{
border-color: #0996B0;
}
.TagClassName
{
border-color: #0996B0;
}
</style>