Shades of Bondi Blue #0099B7
Tints of Bondi Blue #0099B7
RGB
CMYK
RGB Variations
Color information
#0099B7 (or 0x0099B7) is known color: Bondi Blue. HEX triplet: 00, 99 and B7. RGB value is (0,153,183). Sum of RGB (Red+Green+Blue) = 0+153+183=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 183 (71.88% from 255 or 54.46% from 336); Max value from RGB is 183 - color contains mainly: blue. Hex color #0099B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0099B7 is #FF6648. Grayscale: #6E6E6E. Windows color (decimal): -16737865 or 12032256. OLE color: 12032256.
HSL color Cylindrical-coordinate representation of color #0099B7: hue angle of 189.84º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0099B7 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 153 | 183 | - |
| CMYK | 1 | 0.16 | 0 | 0.28 |
| HSL | 189.84º | 1% | 0.36% | - |
| HSV(B) | 189.84º | 1% | 0.72% | - |
| XYZ | 19.94 | 26.2 | 48.81 | - |
| YUV | 110.67 | 168.81 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 183 | 1 | 0.16 | 0 | 0.28 | 189.84 | 1 | 0.36 |
| Hex | 0 | 99 | B7 | 64 | 10 | 0 | 1C | BE | 64 | 24 |
| Octal | 0 | 231 | 267 | 144 | 20 | 0 | 34 | 276 | 144 | 44 |
| Binary | 0 | 10011001 | 10110111 | 1100100 | 10000 | 0 | 11100 | 10111110 | 1100100 | 100100 |
Color Harmonies of #0099B7
Complementary color
Monochromatic Colors of #0099B7
Black with #0099B7
Text Example
Text Example
White with #0099B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0099B7; }
p { color: rgb(0,153,183); }
H1.HeaderClassName
{
color: #0099B7;
}
.AnyTagClassName
{
color: #0099B7;
}
</style>
background-color css
<style>
a { background-color: #0099B7; }
a { background-color: rgb(0,153,183); }
div.DivClassName
{
background-color: #0099B7;
}
.BgClassName
{
background-color: #0099B7;
}
</style>
border-color css
<style>
span { border-color: #0099B7; }
span { border-color: rgb(0,153,183); }
td.TdClassName
{
border-color: #0099B7;
}
.TagClassName
{
border-color: #0099B7;
}
</style>