Shades of Bondi Blue #0198AC
Tints of Bondi Blue #0198AC
RGB
CMYK
RGB Variations
Color information
#0198AC (or 0x0198AC) is known color: Bondi Blue. HEX triplet: 01, 98 and AC. RGB value is (1,152,172). Sum of RGB (Red+Green+Blue) = 1+152+172=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #0198AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0198AC is #FE6753. Grayscale: #6C6C6C. Windows color (decimal): -16672596 or 11311105. OLE color: 11311105.
HSL color Cylindrical-coordinate representation of color #0198AC: hue angle of 187.02º 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 #0198AC is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 152 | 172 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.33 |
| HSL | 187.02º | 0.99% | 0.34% | - |
| HSV(B) | 187.02º | 0.99% | 0.67% | - |
| XYZ | 18.69 | 25.44 | 42.96 | - |
| YUV | 109.13 | 163.47 | 50.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 172 | 0.99 | 0.12 | 0 | 0.33 | 187.02 | 0.99 | 0.34 |
| Hex | 1 | 98 | AC | 63 | C | 0 | 21 | BB | 63 | 22 |
| Octal | 1 | 230 | 254 | 143 | 14 | 0 | 41 | 273 | 143 | 42 |
| Binary | 1 | 10011000 | 10101100 | 1100011 | 1100 | 0 | 100001 | 10111011 | 1100011 | 100010 |
Color Harmonies of #0198AC
Complementary color
Monochromatic Colors of #0198AC
Black with #0198AC
Text Example
Text Example
White with #0198AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0198AC; }
p { color: rgb(1,152,172); }
H1.HeaderClassName
{
color: #0198AC;
}
.AnyTagClassName
{
color: #0198AC;
}
</style>
background-color css
<style>
a { background-color: #0198AC; }
a { background-color: rgb(1,152,172); }
div.DivClassName
{
background-color: #0198AC;
}
.BgClassName
{
background-color: #0198AC;
}
</style>
border-color css
<style>
span { border-color: #0198AC; }
span { border-color: rgb(1,152,172); }
td.TdClassName
{
border-color: #0198AC;
}
.TagClassName
{
border-color: #0198AC;
}
</style>