Shades of Bondi Blue #0A9FAD
Tints of Bondi Blue #0A9FAD
RGB
CMYK
RGB Variations
Color information
#0A9FAD (or 0x0A9FAD) is known color: Bondi Blue. HEX triplet: 0A, 9F and AD. RGB value is (10,159,173). Sum of RGB (Red+Green+Blue) = 10+159+173=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A9FAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9FAD is #F56052. Grayscale: #737373. Windows color (decimal): -16080979 or 11378442. OLE color: 11378442.
HSL color Cylindrical-coordinate representation of color #0A9FAD: hue angle of 185.15º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9FAD is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 159 | 173 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.32 |
| HSL | 185.15º | 0.89% | 0.36% | - |
| HSV(B) | 185.15º | 0.94% | 0.68% | - |
| XYZ | 20.07 | 27.88 | 43.86 | - |
| YUV | 116.05 | 160.14 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 159 | 173 | 0.94 | 0.08 | 0 | 0.32 | 185.15 | 0.89 | 0.36 |
| Hex | A | 9F | AD | 5E | 8 | 0 | 20 | B9 | 59 | 24 |
| Octal | 12 | 237 | 255 | 136 | 10 | 0 | 40 | 271 | 131 | 44 |
| Binary | 1010 | 10011111 | 10101101 | 1011110 | 1000 | 0 | 100000 | 10111001 | 1011001 | 100100 |
Color Harmonies of #0A9FAD
Complementary color
Monochromatic Colors of #0A9FAD
Black with #0A9FAD
Text Example
Text Example
White with #0A9FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9FAD; }
p { color: rgb(10,159,173); }
H1.HeaderClassName
{
color: #0A9FAD;
}
.AnyTagClassName
{
color: #0A9FAD;
}
</style>
background-color css
<style>
a { background-color: #0A9FAD; }
a { background-color: rgb(10,159,173); }
div.DivClassName
{
background-color: #0A9FAD;
}
.BgClassName
{
background-color: #0A9FAD;
}
</style>
border-color css
<style>
span { border-color: #0A9FAD; }
span { border-color: rgb(10,159,173); }
td.TdClassName
{
border-color: #0A9FAD;
}
.TagClassName
{
border-color: #0A9FAD;
}
</style>