Shades of Bondi Blue #0997BA
Tints of Bondi Blue #0997BA
RGB
CMYK
RGB Variations
Color information
#0997BA (or 0x0997BA) is known color: Bondi Blue. HEX triplet: 09, 97 and BA. RGB value is (9,151,186). Sum of RGB (Red+Green+Blue) = 9+151+186=346 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.60% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #0997BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0997BA is #F66845. Grayscale: #707070. Windows color (decimal): -16148550 or 12228361. OLE color: 12228361.
HSL color Cylindrical-coordinate representation of color #0997BA: hue angle of 191.86º 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 #0997BA is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 151 | 186 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.27 |
| HSL | 191.86º | 0.91% | 0.38% | - |
| HSV(B) | 191.86º | 0.95% | 0.73% | - |
| XYZ | 20.04 | 25.74 | 50.37 | - |
| YUV | 112.53 | 169.46 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 151 | 186 | 0.95 | 0.19 | 0 | 0.27 | 191.86 | 0.91 | 0.38 |
| Hex | 9 | 97 | BA | 5F | 13 | 0 | 1B | C0 | 5B | 26 |
| Octal | 11 | 227 | 272 | 137 | 23 | 0 | 33 | 300 | 133 | 46 |
| Binary | 1001 | 10010111 | 10111010 | 1011111 | 10011 | 0 | 11011 | 11000000 | 1011011 | 100110 |
Color Harmonies of #0997BA
Complementary color
Monochromatic Colors of #0997BA
Black with #0997BA
Text Example
Text Example
White with #0997BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0997BA; }
p { color: rgb(9,151,186); }
H1.HeaderClassName
{
color: #0997BA;
}
.AnyTagClassName
{
color: #0997BA;
}
</style>
background-color css
<style>
a { background-color: #0997BA; }
a { background-color: rgb(9,151,186); }
div.DivClassName
{
background-color: #0997BA;
}
.BgClassName
{
background-color: #0997BA;
}
</style>
border-color css
<style>
span { border-color: #0997BA; }
span { border-color: rgb(9,151,186); }
td.TdClassName
{
border-color: #0997BA;
}
.TagClassName
{
border-color: #0997BA;
}
</style>