Shades of Bondi Blue #0897BA
Tints of Bondi Blue #0897BA
RGB
CMYK
RGB Variations
Color information
#0897BA (or 0x0897BA) is known color: Bondi Blue. HEX triplet: 08, 97 and BA. RGB value is (8,151,186). Sum of RGB (Red+Green+Blue) = 8+151+186=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #0897BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0897BA is #F76845. Grayscale: #6F6F6F. Windows color (decimal): -16214086 or 12228360. OLE color: 12228360.
HSL color Cylindrical-coordinate representation of color #0897BA: hue angle of 191.8º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0897BA is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 151 | 186 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.27 |
| HSL | 191.8º | 0.92% | 0.38% | - |
| HSV(B) | 191.8º | 0.96% | 0.73% | - |
| XYZ | 20.03 | 25.73 | 50.37 | - |
| YUV | 112.23 | 169.62 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 151 | 186 | 0.96 | 0.19 | 0 | 0.27 | 191.8 | 0.92 | 0.38 |
| Hex | 8 | 97 | BA | 60 | 13 | 0 | 1B | C0 | 5C | 26 |
| Octal | 10 | 227 | 272 | 140 | 23 | 0 | 33 | 300 | 134 | 46 |
| Binary | 1000 | 10010111 | 10111010 | 1100000 | 10011 | 0 | 11011 | 11000000 | 1011100 | 100110 |
Color Harmonies of #0897BA
Complementary color
Monochromatic Colors of #0897BA
Black with #0897BA
Text Example
Text Example
White with #0897BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0897BA; }
p { color: rgb(8,151,186); }
H1.HeaderClassName
{
color: #0897BA;
}
.AnyTagClassName
{
color: #0897BA;
}
</style>
background-color css
<style>
a { background-color: #0897BA; }
a { background-color: rgb(8,151,186); }
div.DivClassName
{
background-color: #0897BA;
}
.BgClassName
{
background-color: #0897BA;
}
</style>
border-color css
<style>
span { border-color: #0897BA; }
span { border-color: rgb(8,151,186); }
td.TdClassName
{
border-color: #0897BA;
}
.TagClassName
{
border-color: #0897BA;
}
</style>