Shades of Bondi Blue #0197B9
Tints of Bondi Blue #0197B9
RGB
CMYK
RGB Variations
Color information
#0197B9 (or 0x0197B9) is known color: Bondi Blue. HEX triplet: 01, 97 and B9. RGB value is (1,151,185). Sum of RGB (Red+Green+Blue) = 1+151+185=337 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 185 (72.66% from 255 or 54.90% from 337); Max value from RGB is 185 - color contains mainly: blue. Hex color #0197B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0197B9 is #FE6846. Grayscale: #6D6D6D. Windows color (decimal): -16672839 or 12162817. OLE color: 12162817.
HSL color Cylindrical-coordinate representation of color #0197B9: hue angle of 191.09º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0197B9 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 151 | 185 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.27 |
| HSL | 191.09º | 0.99% | 0.36% | - |
| HSV(B) | 191.09º | 0.99% | 0.73% | - |
| XYZ | 19.84 | 25.64 | 49.8 | - |
| YUV | 110.03 | 170.31 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 151 | 185 | 0.99 | 0.18 | 0 | 0.27 | 191.09 | 0.99 | 0.36 |
| Hex | 1 | 97 | B9 | 63 | 12 | 0 | 1B | BF | 63 | 24 |
| Octal | 1 | 227 | 271 | 143 | 22 | 0 | 33 | 277 | 143 | 44 |
| Binary | 1 | 10010111 | 10111001 | 1100011 | 10010 | 0 | 11011 | 10111111 | 1100011 | 100100 |
Color Harmonies of #0197B9
Complementary color
Monochromatic Colors of #0197B9
Black with #0197B9
Text Example
Text Example
White with #0197B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0197B9; }
p { color: rgb(1,151,185); }
H1.HeaderClassName
{
color: #0197B9;
}
.AnyTagClassName
{
color: #0197B9;
}
</style>
background-color css
<style>
a { background-color: #0197B9; }
a { background-color: rgb(1,151,185); }
div.DivClassName
{
background-color: #0197B9;
}
.BgClassName
{
background-color: #0197B9;
}
</style>
border-color css
<style>
span { border-color: #0197B9; }
span { border-color: rgb(1,151,185); }
td.TdClassName
{
border-color: #0197B9;
}
.TagClassName
{
border-color: #0197B9;
}
</style>