Shades of Bondi Blue #0A93BD
Tints of Bondi Blue #0A93BD
RGB
CMYK
RGB Variations
Color information
#0A93BD (or 0x0A93BD) is known color: Bondi Blue. HEX triplet: 0A, 93 and BD. RGB value is (10,147,189). Sum of RGB (Red+Green+Blue) = 10+147+189=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A93BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A93BD is #F56C42. Grayscale: #6E6E6E. Windows color (decimal): -16084035 or 12423946. OLE color: 12423946.
HSL color Cylindrical-coordinate representation of color #0A93BD: hue angle of 194.08º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A93BD is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 147 | 189 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.26 |
| HSL | 194.08º | 0.9% | 0.39% | - |
| HSV(B) | 194.08º | 0.95% | 0.74% | - |
| XYZ | 19.74 | 24.61 | 51.85 | - |
| YUV | 110.83 | 172.11 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 147 | 189 | 0.95 | 0.22 | 0 | 0.26 | 194.08 | 0.9 | 0.39 |
| Hex | A | 93 | BD | 5F | 16 | 0 | 1A | C2 | 5A | 27 |
| Octal | 12 | 223 | 275 | 137 | 26 | 0 | 32 | 302 | 132 | 47 |
| Binary | 1010 | 10010011 | 10111101 | 1011111 | 10110 | 0 | 11010 | 11000010 | 1011010 | 100111 |
Color Harmonies of #0A93BD
Complementary color
Monochromatic Colors of #0A93BD
Black with #0A93BD
Text Example
Text Example
White with #0A93BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A93BD; }
p { color: rgb(10,147,189); }
H1.HeaderClassName
{
color: #0A93BD;
}
.AnyTagClassName
{
color: #0A93BD;
}
</style>
background-color css
<style>
a { background-color: #0A93BD; }
a { background-color: rgb(10,147,189); }
div.DivClassName
{
background-color: #0A93BD;
}
.BgClassName
{
background-color: #0A93BD;
}
</style>
border-color css
<style>
span { border-color: #0A93BD; }
span { border-color: rgb(10,147,189); }
td.TdClassName
{
border-color: #0A93BD;
}
.TagClassName
{
border-color: #0A93BD;
}
</style>