Shades of Bondi Blue #0A98AF
Tints of Bondi Blue #0A98AF
RGB
CMYK
RGB Variations
Color information
#0A98AF (or 0x0A98AF) is known color: Bondi Blue. HEX triplet: 0A, 98 and AF. RGB value is (10,152,175). Sum of RGB (Red+Green+Blue) = 10+152+175=337 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.97% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #0A98AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A98AF is #F56750. Grayscale: #6F6F6F. Windows color (decimal): -16082769 or 11507722. OLE color: 11507722.
HSL color Cylindrical-coordinate representation of color #0A98AF: hue angle of 188.36º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A98AF is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 152 | 175 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.31 |
| HSL | 188.36º | 0.89% | 0.36% | - |
| HSV(B) | 188.36º | 0.94% | 0.69% | - |
| XYZ | 19.09 | 25.62 | 44.5 | - |
| YUV | 112.16 | 163.46 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 152 | 175 | 0.94 | 0.13 | 0 | 0.31 | 188.36 | 0.89 | 0.36 |
| Hex | A | 98 | AF | 5E | D | 0 | 1F | BC | 59 | 24 |
| Octal | 12 | 230 | 257 | 136 | 15 | 0 | 37 | 274 | 131 | 44 |
| Binary | 1010 | 10011000 | 10101111 | 1011110 | 1101 | 0 | 11111 | 10111100 | 1011001 | 100100 |
Color Harmonies of #0A98AF
Complementary color
Monochromatic Colors of #0A98AF
Black with #0A98AF
Text Example
Text Example
White with #0A98AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A98AF; }
p { color: rgb(10,152,175); }
H1.HeaderClassName
{
color: #0A98AF;
}
.AnyTagClassName
{
color: #0A98AF;
}
</style>
background-color css
<style>
a { background-color: #0A98AF; }
a { background-color: rgb(10,152,175); }
div.DivClassName
{
background-color: #0A98AF;
}
.BgClassName
{
background-color: #0A98AF;
}
</style>
border-color css
<style>
span { border-color: #0A98AF; }
span { border-color: rgb(10,152,175); }
td.TdClassName
{
border-color: #0A98AF;
}
.TagClassName
{
border-color: #0A98AF;
}
</style>