Shades of Bondi Blue #0099B0
Tints of Bondi Blue #0099B0
RGB
CMYK
RGB Variations
Color information
#0099B0 (or 0x0099B0) is known color: Bondi Blue. HEX triplet: 00, 99 and B0. RGB value is (0,153,176). Sum of RGB (Red+Green+Blue) = 0+153+176=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 176 (69.14% from 255 or 53.50% from 329); Max value from RGB is 176 - color contains mainly: blue. Hex color #0099B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0099B0 is #FF664F. Grayscale: #6D6D6D. Windows color (decimal): -16737872 or 11573504. OLE color: 11573504.
HSL color Cylindrical-coordinate representation of color #0099B0: hue angle of 187.84º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0099B0 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 153 | 176 | - |
| CMYK | 1 | 0.13 | 0 | 0.31 |
| HSL | 187.84º | 1% | 0.35% | - |
| HSV(B) | 187.84º | 1% | 0.69% | - |
| XYZ | 19.23 | 25.92 | 45.06 | - |
| YUV | 109.88 | 165.31 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 176 | 1 | 0.13 | 0 | 0.31 | 187.84 | 1 | 0.35 |
| Hex | 0 | 99 | B0 | 64 | D | 0 | 1F | BC | 64 | 23 |
| Octal | 0 | 231 | 260 | 144 | 15 | 0 | 37 | 274 | 144 | 43 |
| Binary | 0 | 10011001 | 10110000 | 1100100 | 1101 | 0 | 11111 | 10111100 | 1100100 | 100011 |
Color Harmonies of #0099B0
Complementary color
Monochromatic Colors of #0099B0
Black with #0099B0
Text Example
Text Example
White with #0099B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0099B0; }
p { color: rgb(0,153,176); }
H1.HeaderClassName
{
color: #0099B0;
}
.AnyTagClassName
{
color: #0099B0;
}
</style>
background-color css
<style>
a { background-color: #0099B0; }
a { background-color: rgb(0,153,176); }
div.DivClassName
{
background-color: #0099B0;
}
.BgClassName
{
background-color: #0099B0;
}
</style>
border-color css
<style>
span { border-color: #0099B0; }
span { border-color: rgb(0,153,176); }
td.TdClassName
{
border-color: #0099B0;
}
.TagClassName
{
border-color: #0099B0;
}
</style>