Shades of Bondi Blue #0198AA
Tints of Bondi Blue #0198AA
RGB
CMYK
RGB Variations
Color information
#0198AA (or 0x0198AA) is known color: Bondi Blue. HEX triplet: 01, 98 and AA. RGB value is (1,152,170). Sum of RGB (Red+Green+Blue) = 1+152+170=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #0198AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0198AA is #FE6755. Grayscale: #6C6C6C. Windows color (decimal): -16672598 or 11180033. OLE color: 11180033.
HSL color Cylindrical-coordinate representation of color #0198AA: hue angle of 186.39º 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 #0198AA is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 152 | 170 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.33 |
| HSL | 186.39º | 0.99% | 0.34% | - |
| HSV(B) | 186.39º | 0.99% | 0.67% | - |
| XYZ | 18.5 | 25.37 | 41.95 | - |
| YUV | 108.9 | 162.47 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 170 | 0.99 | 0.11 | 0 | 0.33 | 186.39 | 0.99 | 0.34 |
| Hex | 1 | 98 | AA | 63 | B | 0 | 21 | BA | 63 | 22 |
| Octal | 1 | 230 | 252 | 143 | 13 | 0 | 41 | 272 | 143 | 42 |
| Binary | 1 | 10011000 | 10101010 | 1100011 | 1011 | 0 | 100001 | 10111010 | 1100011 | 100010 |
Color Harmonies of #0198AA
Complementary color
Monochromatic Colors of #0198AA
Black with #0198AA
Text Example
Text Example
White with #0198AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0198AA; }
p { color: rgb(1,152,170); }
H1.HeaderClassName
{
color: #0198AA;
}
.AnyTagClassName
{
color: #0198AA;
}
</style>
background-color css
<style>
a { background-color: #0198AA; }
a { background-color: rgb(1,152,170); }
div.DivClassName
{
background-color: #0198AA;
}
.BgClassName
{
background-color: #0198AA;
}
</style>
border-color css
<style>
span { border-color: #0198AA; }
span { border-color: rgb(1,152,170); }
td.TdClassName
{
border-color: #0198AA;
}
.TagClassName
{
border-color: #0198AA;
}
</style>