Shades of Bondi Blue #0197AB
Tints of Bondi Blue #0197AB
RGB
CMYK
RGB Variations
Color information
#0197AB (or 0x0197AB) is known color: Bondi Blue. HEX triplet: 01, 97 and AB. RGB value is (1,151,171). Sum of RGB (Red+Green+Blue) = 1+151+171=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #0197AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0197AB is #FE6854. Grayscale: #6C6C6C. Windows color (decimal): -16672853 or 11245313. OLE color: 11245313.
HSL color Cylindrical-coordinate representation of color #0197AB: hue angle of 187.06º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0197AB is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 151 | 171 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.33 |
| HSL | 187.06º | 0.99% | 0.34% | - |
| HSV(B) | 187.06º | 0.99% | 0.67% | - |
| XYZ | 18.43 | 25.08 | 42.4 | - |
| YUV | 108.43 | 163.31 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 151 | 171 | 0.99 | 0.12 | 0 | 0.33 | 187.06 | 0.99 | 0.34 |
| Hex | 1 | 97 | AB | 63 | C | 0 | 21 | BB | 63 | 22 |
| Octal | 1 | 227 | 253 | 143 | 14 | 0 | 41 | 273 | 143 | 42 |
| Binary | 1 | 10010111 | 10101011 | 1100011 | 1100 | 0 | 100001 | 10111011 | 1100011 | 100010 |
Color Harmonies of #0197AB
Complementary color
Monochromatic Colors of #0197AB
Black with #0197AB
Text Example
Text Example
White with #0197AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0197AB; }
p { color: rgb(1,151,171); }
H1.HeaderClassName
{
color: #0197AB;
}
.AnyTagClassName
{
color: #0197AB;
}
</style>
background-color css
<style>
a { background-color: #0197AB; }
a { background-color: rgb(1,151,171); }
div.DivClassName
{
background-color: #0197AB;
}
.BgClassName
{
background-color: #0197AB;
}
</style>
border-color css
<style>
span { border-color: #0197AB; }
span { border-color: rgb(1,151,171); }
td.TdClassName
{
border-color: #0197AB;
}
.TagClassName
{
border-color: #0197AB;
}
</style>