Shades of Bondi Blue #0A93A8
Tints of Bondi Blue #0A93A8
RGB
CMYK
RGB Variations
Color information
#0A93A8 (or 0x0A93A8) is known color: Bondi Blue. HEX triplet: 0A, 93 and A8. RGB value is (10,147,168). Sum of RGB (Red+Green+Blue) = 10+147+168=325 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.08% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 168 (66.02% from 255 or 51.69% from 325); Max value from RGB is 168 - color contains mainly: blue. Hex color #0A93A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A93A8 is #F56C57. Grayscale: #6C6C6C. Windows color (decimal): -16084056 or 11047690. OLE color: 11047690.
HSL color Cylindrical-coordinate representation of color #0A93A8: hue angle of 187.97º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A93A8 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 10 | 147 | 168 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.34 |
| HSL | 187.97º | 0.89% | 0.35% | - |
| HSV(B) | 187.97º | 0.94% | 0.66% | - |
| XYZ | 17.63 | 23.76 | 40.7 | - |
| YUV | 108.43 | 161.61 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 147 | 168 | 0.94 | 0.13 | 0 | 0.34 | 187.97 | 0.89 | 0.35 |
| Hex | A | 93 | A8 | 5E | D | 0 | 22 | BC | 59 | 23 |
| Octal | 12 | 223 | 250 | 136 | 15 | 0 | 42 | 274 | 131 | 43 |
| Binary | 1010 | 10010011 | 10101000 | 1011110 | 1101 | 0 | 100010 | 10111100 | 1011001 | 100011 |
Color Harmonies of #0A93A8
Complementary color
Monochromatic Colors of #0A93A8
Black with #0A93A8
Text Example
Text Example
White with #0A93A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A93A8; }
p { color: rgb(10,147,168); }
H1.HeaderClassName
{
color: #0A93A8;
}
.AnyTagClassName
{
color: #0A93A8;
}
</style>
background-color css
<style>
a { background-color: #0A93A8; }
a { background-color: rgb(10,147,168); }
div.DivClassName
{
background-color: #0A93A8;
}
.BgClassName
{
background-color: #0A93A8;
}
</style>
border-color css
<style>
span { border-color: #0A93A8; }
span { border-color: rgb(10,147,168); }
td.TdClassName
{
border-color: #0A93A8;
}
.TagClassName
{
border-color: #0A93A8;
}
</style>