Shades of Bondi Blue #0A9CAF
Tints of Bondi Blue #0A9CAF
RGB
CMYK
RGB Variations
Color information
#0A9CAF (or 0x0A9CAF) is known color: Bondi Blue. HEX triplet: 0A, 9C and AF. RGB value is (10,156,175). Sum of RGB (Red+Green+Blue) = 10+156+175=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #0A9CAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9CAF is #F56350. Grayscale: #727272. Windows color (decimal): -16081745 or 11508746. OLE color: 11508746.
HSL color Cylindrical-coordinate representation of color #0A9CAF: hue angle of 186.91º 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 #0A9CAF is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 156 | 175 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.31 |
| HSL | 186.91º | 0.89% | 0.36% | - |
| HSV(B) | 186.91º | 0.94% | 0.69% | - |
| XYZ | 19.75 | 26.94 | 44.72 | - |
| YUV | 114.51 | 162.13 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 156 | 175 | 0.94 | 0.11 | 0 | 0.31 | 186.91 | 0.89 | 0.36 |
| Hex | A | 9C | AF | 5E | B | 0 | 1F | BB | 59 | 24 |
| Octal | 12 | 234 | 257 | 136 | 13 | 0 | 37 | 273 | 131 | 44 |
| Binary | 1010 | 10011100 | 10101111 | 1011110 | 1011 | 0 | 11111 | 10111011 | 1011001 | 100100 |
Color Harmonies of #0A9CAF
Complementary color
Monochromatic Colors of #0A9CAF
Black with #0A9CAF
Text Example
Text Example
White with #0A9CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9CAF; }
p { color: rgb(10,156,175); }
H1.HeaderClassName
{
color: #0A9CAF;
}
.AnyTagClassName
{
color: #0A9CAF;
}
</style>
background-color css
<style>
a { background-color: #0A9CAF; }
a { background-color: rgb(10,156,175); }
div.DivClassName
{
background-color: #0A9CAF;
}
.BgClassName
{
background-color: #0A9CAF;
}
</style>
border-color css
<style>
span { border-color: #0A9CAF; }
span { border-color: rgb(10,156,175); }
td.TdClassName
{
border-color: #0A9CAF;
}
.TagClassName
{
border-color: #0A9CAF;
}
</style>