Shades of Bondi Blue #0198AF
Tints of Bondi Blue #0198AF
RGB
CMYK
RGB Variations
Color information
#0198AF (or 0x0198AF) is known color: Bondi Blue. HEX triplet: 01, 98 and AF. RGB value is (1,152,175). Sum of RGB (Red+Green+Blue) = 1+152+175=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #0198AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0198AF is #FE6750. Grayscale: #6D6D6D. Windows color (decimal): -16672593 or 11507713. OLE color: 11507713.
HSL color Cylindrical-coordinate representation of color #0198AF: hue angle of 187.93º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0198AF is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 152 | 175 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.31 |
| HSL | 187.93º | 0.99% | 0.35% | - |
| HSV(B) | 187.93º | 0.99% | 0.69% | - |
| XYZ | 18.98 | 25.56 | 44.49 | - |
| YUV | 109.47 | 164.97 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 175 | 0.99 | 0.13 | 0 | 0.31 | 187.93 | 0.99 | 0.35 |
| Hex | 1 | 98 | AF | 63 | D | 0 | 1F | BC | 63 | 23 |
| Octal | 1 | 230 | 257 | 143 | 15 | 0 | 37 | 274 | 143 | 43 |
| Binary | 1 | 10011000 | 10101111 | 1100011 | 1101 | 0 | 11111 | 10111100 | 1100011 | 100011 |
Color Harmonies of #0198AF
Complementary color
Monochromatic Colors of #0198AF
Black with #0198AF
Text Example
Text Example
White with #0198AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0198AF; }
p { color: rgb(1,152,175); }
H1.HeaderClassName
{
color: #0198AF;
}
.AnyTagClassName
{
color: #0198AF;
}
</style>
background-color css
<style>
a { background-color: #0198AF; }
a { background-color: rgb(1,152,175); }
div.DivClassName
{
background-color: #0198AF;
}
.BgClassName
{
background-color: #0198AF;
}
</style>
border-color css
<style>
span { border-color: #0198AF; }
span { border-color: rgb(1,152,175); }
td.TdClassName
{
border-color: #0198AF;
}
.TagClassName
{
border-color: #0198AF;
}
</style>