Shades of Bondi Blue #009BBB
Tints of Bondi Blue #009BBB
RGB
CMYK
RGB Variations
Color information
#009BBB (or 0x009BBB) is known color: Bondi Blue. HEX triplet: 00, 9B and BB. RGB value is (0,155,187). Sum of RGB (Red+Green+Blue) = 0+155+187=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #009BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009BBB is #FF6444. Grayscale: #707070. Windows color (decimal): -16737349 or 12294912. OLE color: 12294912.
HSL color Cylindrical-coordinate representation of color #009BBB: hue angle of 190.27º 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 #009BBB is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 155 | 187 | - |
| CMYK | 1 | 0.17 | 0 | 0.27 |
| HSL | 190.27º | 1% | 0.37% | - |
| HSV(B) | 190.27º | 1% | 0.73% | - |
| XYZ | 20.69 | 27.03 | 51.14 | - |
| YUV | 112.3 | 170.15 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 187 | 1 | 0.17 | 0 | 0.27 | 190.27 | 1 | 0.37 |
| Hex | 0 | 9B | BB | 64 | 11 | 0 | 1B | BE | 64 | 25 |
| Octal | 0 | 233 | 273 | 144 | 21 | 0 | 33 | 276 | 144 | 45 |
| Binary | 0 | 10011011 | 10111011 | 1100100 | 10001 | 0 | 11011 | 10111110 | 1100100 | 100101 |
Color Harmonies of #009BBB
Complementary color
Monochromatic Colors of #009BBB
Black with #009BBB
Text Example
Text Example
White with #009BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009BBB; }
p { color: rgb(0,155,187); }
H1.HeaderClassName
{
color: #009BBB;
}
.AnyTagClassName
{
color: #009BBB;
}
</style>
background-color css
<style>
a { background-color: #009BBB; }
a { background-color: rgb(0,155,187); }
div.DivClassName
{
background-color: #009BBB;
}
.BgClassName
{
background-color: #009BBB;
}
</style>
border-color css
<style>
span { border-color: #009BBB; }
span { border-color: rgb(0,155,187); }
td.TdClassName
{
border-color: #009BBB;
}
.TagClassName
{
border-color: #009BBB;
}
</style>