Shades of Bondi Blue #0A93BA
Tints of Bondi Blue #0A93BA
RGB
CMYK
RGB Variations
Color information
#0A93BA (or 0x0A93BA) is known color: Bondi Blue. HEX triplet: 0A, 93 and BA. RGB value is (10,147,186). Sum of RGB (Red+Green+Blue) = 10+147+186=343 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A93BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A93BA is #F56C45. Grayscale: #6E6E6E. Windows color (decimal): -16084038 or 12227338. OLE color: 12227338.
HSL color Cylindrical-coordinate representation of color #0A93BA: hue angle of 193.3º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A93BA is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 147 | 186 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.27 |
| HSL | 193.3º | 0.9% | 0.38% | - |
| HSV(B) | 193.3º | 0.95% | 0.73% | - |
| XYZ | 19.42 | 24.48 | 50.16 | - |
| YUV | 110.48 | 170.61 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 147 | 186 | 0.95 | 0.21 | 0 | 0.27 | 193.3 | 0.9 | 0.38 |
| Hex | A | 93 | BA | 5F | 15 | 0 | 1B | C1 | 5A | 26 |
| Octal | 12 | 223 | 272 | 137 | 25 | 0 | 33 | 301 | 132 | 46 |
| Binary | 1010 | 10010011 | 10111010 | 1011111 | 10101 | 0 | 11011 | 11000001 | 1011010 | 100110 |
Color Harmonies of #0A93BA
Complementary color
Monochromatic Colors of #0A93BA
Black with #0A93BA
Text Example
Text Example
White with #0A93BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A93BA; }
p { color: rgb(10,147,186); }
H1.HeaderClassName
{
color: #0A93BA;
}
.AnyTagClassName
{
color: #0A93BA;
}
</style>
background-color css
<style>
a { background-color: #0A93BA; }
a { background-color: rgb(10,147,186); }
div.DivClassName
{
background-color: #0A93BA;
}
.BgClassName
{
background-color: #0A93BA;
}
</style>
border-color css
<style>
span { border-color: #0A93BA; }
span { border-color: rgb(10,147,186); }
td.TdClassName
{
border-color: #0A93BA;
}
.TagClassName
{
border-color: #0A93BA;
}
</style>