Shades of Bondi Blue #0885BB
Tints of Bondi Blue #0885BB
RGB
CMYK
RGB Variations
Color information
#0885BB (or 0x0885BB) is known color: Bondi Blue. HEX triplet: 08, 85 and BB. RGB value is (8,133,187). Sum of RGB (Red+Green+Blue) = 8+133+187=328 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.44% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #0885BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0885BB is #F77A44. Grayscale: #656565. Windows color (decimal): -16218693 or 12289288. OLE color: 12289288.
HSL color Cylindrical-coordinate representation of color #0885BB: hue angle of 198.1º 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 #0885BB is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 133 | 187 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.27 |
| HSL | 198.1º | 0.92% | 0.38% | - |
| HSV(B) | 198.1º | 0.96% | 0.73% | - |
| XYZ | 17.46 | 20.41 | 50.03 | - |
| YUV | 101.78 | 176.09 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 187 | 0.96 | 0.29 | 0 | 0.27 | 198.1 | 0.92 | 0.38 |
| Hex | 8 | 85 | BB | 60 | 1D | 0 | 1B | C6 | 5C | 26 |
| Octal | 10 | 205 | 273 | 140 | 35 | 0 | 33 | 306 | 134 | 46 |
| Binary | 1000 | 10000101 | 10111011 | 1100000 | 11101 | 0 | 11011 | 11000110 | 1011100 | 100110 |
Color Harmonies of #0885BB
Complementary color
Monochromatic Colors of #0885BB
Black with #0885BB
Text Example
Text Example
White with #0885BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0885BB; }
p { color: rgb(8,133,187); }
H1.HeaderClassName
{
color: #0885BB;
}
.AnyTagClassName
{
color: #0885BB;
}
</style>
background-color css
<style>
a { background-color: #0885BB; }
a { background-color: rgb(8,133,187); }
div.DivClassName
{
background-color: #0885BB;
}
.BgClassName
{
background-color: #0885BB;
}
</style>
border-color css
<style>
span { border-color: #0885BB; }
span { border-color: rgb(8,133,187); }
td.TdClassName
{
border-color: #0885BB;
}
.TagClassName
{
border-color: #0885BB;
}
</style>