Shades of Bondi Blue #0099BB
Tints of Bondi Blue #0099BB
RGB
CMYK
RGB Variations
Color information
#0099BB (or 0x0099BB) is known color: Bondi Blue. HEX triplet: 00, 99 and BB. RGB value is (0,153,187). Sum of RGB (Red+Green+Blue) = 0+153+187=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #0099BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0099BB is #FF6644. Grayscale: #6E6E6E. Windows color (decimal): -16737861 or 12294400. OLE color: 12294400.
HSL color Cylindrical-coordinate representation of color #0099BB: hue angle of 190.91º 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 #0099BB is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 153 | 187 | - |
| CMYK | 1 | 0.18 | 0 | 0.27 |
| HSL | 190.91º | 1% | 0.37% | - |
| HSV(B) | 190.91º | 1% | 0.73% | - |
| XYZ | 20.36 | 26.37 | 51.03 | - |
| YUV | 111.13 | 170.81 | 48.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 187 | 1 | 0.18 | 0 | 0.27 | 190.91 | 1 | 0.37 |
| Hex | 0 | 99 | BB | 64 | 12 | 0 | 1B | BF | 64 | 25 |
| Octal | 0 | 231 | 273 | 144 | 22 | 0 | 33 | 277 | 144 | 45 |
| Binary | 0 | 10011001 | 10111011 | 1100100 | 10010 | 0 | 11011 | 10111111 | 1100100 | 100101 |
Color Harmonies of #0099BB
Complementary color
Monochromatic Colors of #0099BB
Black with #0099BB
Text Example
Text Example
White with #0099BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0099BB; }
p { color: rgb(0,153,187); }
H1.HeaderClassName
{
color: #0099BB;
}
.AnyTagClassName
{
color: #0099BB;
}
</style>
background-color css
<style>
a { background-color: #0099BB; }
a { background-color: rgb(0,153,187); }
div.DivClassName
{
background-color: #0099BB;
}
.BgClassName
{
background-color: #0099BB;
}
</style>
border-color css
<style>
span { border-color: #0099BB; }
span { border-color: rgb(0,153,187); }
td.TdClassName
{
border-color: #0099BB;
}
.TagClassName
{
border-color: #0099BB;
}
</style>