Shades of Bondi Blue #0097BE
Tints of Bondi Blue #0097BE
RGB
CMYK
RGB Variations
Color information
#0097BE (or 0x0097BE) is known color: Bondi Blue. HEX triplet: 00, 97 and BE. RGB value is (0,151,190). Sum of RGB (Red+Green+Blue) = 0+151+190=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #0097BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0097BE is #FF6841. Grayscale: #6D6D6D. Windows color (decimal): -16738370 or 12490496. OLE color: 12490496.
HSL color Cylindrical-coordinate representation of color #0097BE: hue angle of 192.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0097BE is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 151 | 190 | - |
| CMYK | 1 | 0.21 | 0 | 0.25 |
| HSL | 192.32º | 1% | 0.37% | - |
| HSV(B) | 192.32º | 1% | 0.75% | - |
| XYZ | 20.36 | 25.85 | 52.63 | - |
| YUV | 110.3 | 172.97 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 151 | 190 | 1 | 0.21 | 0 | 0.25 | 192.32 | 1 | 0.37 |
| Hex | 0 | 97 | BE | 64 | 15 | 0 | 19 | C0 | 64 | 25 |
| Octal | 0 | 227 | 276 | 144 | 25 | 0 | 31 | 300 | 144 | 45 |
| Binary | 0 | 10010111 | 10111110 | 1100100 | 10101 | 0 | 11001 | 11000000 | 1100100 | 100101 |
Color Harmonies of #0097BE
Complementary color
Monochromatic Colors of #0097BE
Black with #0097BE
Text Example
Text Example
White with #0097BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0097BE; }
p { color: rgb(0,151,190); }
H1.HeaderClassName
{
color: #0097BE;
}
.AnyTagClassName
{
color: #0097BE;
}
</style>
background-color css
<style>
a { background-color: #0097BE; }
a { background-color: rgb(0,151,190); }
div.DivClassName
{
background-color: #0097BE;
}
.BgClassName
{
background-color: #0097BE;
}
</style>
border-color css
<style>
span { border-color: #0097BE; }
span { border-color: rgb(0,151,190); }
td.TdClassName
{
border-color: #0097BE;
}
.TagClassName
{
border-color: #0097BE;
}
</style>