Shades of Bondi Blue #0896BB
Tints of Bondi Blue #0896BB
RGB
CMYK
RGB Variations
Color information
#0896BB (or 0x0896BB) is known color: Bondi Blue. HEX triplet: 08, 96 and BB. RGB value is (8,150,187). Sum of RGB (Red+Green+Blue) = 8+150+187=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #0896BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0896BB is #F76944. Grayscale: #6F6F6F. Windows color (decimal): -16214341 or 12293640. OLE color: 12293640.
HSL color Cylindrical-coordinate representation of color #0896BB: hue angle of 192.4º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0896BB is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 150 | 187 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.27 |
| HSL | 192.4º | 0.92% | 0.38% | - |
| HSV(B) | 192.4º | 0.96% | 0.73% | - |
| XYZ | 19.98 | 25.45 | 50.87 | - |
| YUV | 111.76 | 170.46 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 150 | 187 | 0.96 | 0.20 | 0 | 0.27 | 192.4 | 0.92 | 0.38 |
| Hex | 8 | 96 | BB | 60 | 14 | 0 | 1B | C0 | 5C | 26 |
| Octal | 10 | 226 | 273 | 140 | 24 | 0 | 33 | 300 | 134 | 46 |
| Binary | 1000 | 10010110 | 10111011 | 1100000 | 10100 | 0 | 11011 | 11000000 | 1011100 | 100110 |
Color Harmonies of #0896BB
Complementary color
Monochromatic Colors of #0896BB
Black with #0896BB
Text Example
Text Example
White with #0896BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0896BB; }
p { color: rgb(8,150,187); }
H1.HeaderClassName
{
color: #0896BB;
}
.AnyTagClassName
{
color: #0896BB;
}
</style>
background-color css
<style>
a { background-color: #0896BB; }
a { background-color: rgb(8,150,187); }
div.DivClassName
{
background-color: #0896BB;
}
.BgClassName
{
background-color: #0896BB;
}
</style>
border-color css
<style>
span { border-color: #0896BB; }
span { border-color: rgb(8,150,187); }
td.TdClassName
{
border-color: #0896BB;
}
.TagClassName
{
border-color: #0896BB;
}
</style>