Shades of Bondi Blue #0085BB
Tints of Bondi Blue #0085BB
RGB
CMYK
RGB Variations
Color information
#0085BB (or 0x0085BB) is known color: Bondi Blue. HEX triplet: 00, 85 and BB. RGB value is (0,133,187). Sum of RGB (Red+Green+Blue) = 0+133+187=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #0085BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0085BB is #FF7A44. Grayscale: #636363. Windows color (decimal): -16742981 or 12289280. OLE color: 12289280.
HSL color Cylindrical-coordinate representation of color #0085BB: hue angle of 197.33º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0085BB is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 133 | 187 | - |
| CMYK | 1 | 0.29 | 0 | 0.27 |
| HSL | 197.33º | 1% | 0.37% | - |
| HSV(B) | 197.33º | 1% | 0.73% | - |
| XYZ | 17.36 | 20.36 | 50.03 | - |
| YUV | 99.39 | 177.44 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 187 | 1 | 0.29 | 0 | 0.27 | 197.33 | 1 | 0.37 |
| Hex | 0 | 85 | BB | 64 | 1D | 0 | 1B | C5 | 64 | 25 |
| Octal | 0 | 205 | 273 | 144 | 35 | 0 | 33 | 305 | 144 | 45 |
| Binary | 0 | 10000101 | 10111011 | 1100100 | 11101 | 0 | 11011 | 11000101 | 1100100 | 100101 |
Color Harmonies of #0085BB
Complementary color
Monochromatic Colors of #0085BB
Black with #0085BB
Text Example
Text Example
White with #0085BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0085BB; }
p { color: rgb(0,133,187); }
H1.HeaderClassName
{
color: #0085BB;
}
.AnyTagClassName
{
color: #0085BB;
}
</style>
background-color css
<style>
a { background-color: #0085BB; }
a { background-color: rgb(0,133,187); }
div.DivClassName
{
background-color: #0085BB;
}
.BgClassName
{
background-color: #0085BB;
}
</style>
border-color css
<style>
span { border-color: #0085BB; }
span { border-color: rgb(0,133,187); }
td.TdClassName
{
border-color: #0085BB;
}
.TagClassName
{
border-color: #0085BB;
}
</style>