Shades of Bondi Blue #0198A7
Tints of Bondi Blue #0198A7
RGB
CMYK
RGB Variations
Color information
#0198A7 (or 0x0198A7) is known color: Bondi Blue. HEX triplet: 01, 98 and A7. RGB value is (1,152,167). Sum of RGB (Red+Green+Blue) = 1+152+167=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 167 (65.62% from 255 or 52.19% from 320); Max value from RGB is 167 - color contains mainly: blue. Hex color #0198A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0198A7 is #FE6758. Grayscale: #6C6C6C. Windows color (decimal): -16672601 or 10983425. OLE color: 10983425.
HSL color Cylindrical-coordinate representation of color #0198A7: hue angle of 185.42º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0198A7 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 152 | 167 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.35 |
| HSL | 185.42º | 0.99% | 0.33% | - |
| HSV(B) | 185.42º | 0.99% | 0.65% | - |
| XYZ | 18.22 | 25.25 | 40.47 | - |
| YUV | 108.56 | 160.97 | 51.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 167 | 0.99 | 0.09 | 0 | 0.35 | 185.42 | 0.99 | 0.33 |
| Hex | 1 | 98 | A7 | 63 | 9 | 0 | 23 | B9 | 63 | 21 |
| Octal | 1 | 230 | 247 | 143 | 11 | 0 | 43 | 271 | 143 | 41 |
| Binary | 1 | 10011000 | 10100111 | 1100011 | 1001 | 0 | 100011 | 10111001 | 1100011 | 100001 |
Color Harmonies of #0198A7
Complementary color
Monochromatic Colors of #0198A7
Black with #0198A7
Text Example
Text Example
White with #0198A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0198A7; }
p { color: rgb(1,152,167); }
H1.HeaderClassName
{
color: #0198A7;
}
.AnyTagClassName
{
color: #0198A7;
}
</style>
background-color css
<style>
a { background-color: #0198A7; }
a { background-color: rgb(1,152,167); }
div.DivClassName
{
background-color: #0198A7;
}
.BgClassName
{
background-color: #0198A7;
}
</style>
border-color css
<style>
span { border-color: #0198A7; }
span { border-color: rgb(1,152,167); }
td.TdClassName
{
border-color: #0198A7;
}
.TagClassName
{
border-color: #0198A7;
}
</style>