Shades of Bondi Blue #0997B9
Tints of Bondi Blue #0997B9
RGB
CMYK
RGB Variations
Color information
#0997B9 (or 0x0997B9) is known color: Bondi Blue. HEX triplet: 09, 97 and B9. RGB value is (9,151,185). Sum of RGB (Red+Green+Blue) = 9+151+185=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 185 (72.66% from 255 or 53.62% from 345); Max value from RGB is 185 - color contains mainly: blue. Hex color #0997B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0997B9 is #F66846. Grayscale: #707070. Windows color (decimal): -16148551 or 12162825. OLE color: 12162825.
HSL color Cylindrical-coordinate representation of color #0997B9: hue angle of 191.59º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0997B9 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 151 | 185 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.27 |
| HSL | 191.59º | 0.91% | 0.38% | - |
| HSV(B) | 191.59º | 0.95% | 0.73% | - |
| XYZ | 19.94 | 25.69 | 49.81 | - |
| YUV | 112.42 | 168.96 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 151 | 185 | 0.95 | 0.18 | 0 | 0.27 | 191.59 | 0.91 | 0.38 |
| Hex | 9 | 97 | B9 | 5F | 12 | 0 | 1B | C0 | 5B | 26 |
| Octal | 11 | 227 | 271 | 137 | 22 | 0 | 33 | 300 | 133 | 46 |
| Binary | 1001 | 10010111 | 10111001 | 1011111 | 10010 | 0 | 11011 | 11000000 | 1011011 | 100110 |
Color Harmonies of #0997B9
Complementary color
Monochromatic Colors of #0997B9
Black with #0997B9
Text Example
Text Example
White with #0997B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0997B9; }
p { color: rgb(9,151,185); }
H1.HeaderClassName
{
color: #0997B9;
}
.AnyTagClassName
{
color: #0997B9;
}
</style>
background-color css
<style>
a { background-color: #0997B9; }
a { background-color: rgb(9,151,185); }
div.DivClassName
{
background-color: #0997B9;
}
.BgClassName
{
background-color: #0997B9;
}
</style>
border-color css
<style>
span { border-color: #0997B9; }
span { border-color: rgb(9,151,185); }
td.TdClassName
{
border-color: #0997B9;
}
.TagClassName
{
border-color: #0997B9;
}
</style>