Shades of Bondi Blue #0A8BAC
Tints of Bondi Blue #0A8BAC
RGB
CMYK
RGB Variations
Color information
#0A8BAC (or 0x0A8BAC) is known color: Bondi Blue. HEX triplet: 0A, 8B and AC. RGB value is (10,139,172). Sum of RGB (Red+Green+Blue) = 10+139+172=321 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A8BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8BAC is #F57453. Grayscale: #676767. Windows color (decimal): -16086100 or 11307786. OLE color: 11307786.
HSL color Cylindrical-coordinate representation of color #0A8BAC: hue angle of 192.22º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A8BAC is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 139 | 172 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.33 |
| HSL | 192.22º | 0.89% | 0.36% | - |
| HSV(B) | 192.22º | 0.94% | 0.67% | - |
| XYZ | 16.8 | 21.51 | 42.3 | - |
| YUV | 104.19 | 166.26 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 139 | 172 | 0.94 | 0.19 | 0 | 0.33 | 192.22 | 0.89 | 0.36 |
| Hex | A | 8B | AC | 5E | 13 | 0 | 21 | C0 | 59 | 24 |
| Octal | 12 | 213 | 254 | 136 | 23 | 0 | 41 | 300 | 131 | 44 |
| Binary | 1010 | 10001011 | 10101100 | 1011110 | 10011 | 0 | 100001 | 11000000 | 1011001 | 100100 |
Color Harmonies of #0A8BAC
Complementary color
Monochromatic Colors of #0A8BAC
Black with #0A8BAC
Text Example
Text Example
White with #0A8BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8BAC; }
p { color: rgb(10,139,172); }
H1.HeaderClassName
{
color: #0A8BAC;
}
.AnyTagClassName
{
color: #0A8BAC;
}
</style>
background-color css
<style>
a { background-color: #0A8BAC; }
a { background-color: rgb(10,139,172); }
div.DivClassName
{
background-color: #0A8BAC;
}
.BgClassName
{
background-color: #0A8BAC;
}
</style>
border-color css
<style>
span { border-color: #0A8BAC; }
span { border-color: rgb(10,139,172); }
td.TdClassName
{
border-color: #0A8BAC;
}
.TagClassName
{
border-color: #0A8BAC;
}
</style>