Shades of Bondi Blue #0BA8B3
Tints of Bondi Blue #0BA8B3
RGB
CMYK
RGB Variations
Color information
#0BA8B3 (or 0x0BA8B3) is known color: Bondi Blue. HEX triplet: 0B, A8 and B3. RGB value is (11,168,179). Sum of RGB (Red+Green+Blue) = 11+168+179=358 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.07% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #0BA8B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BA8B3 is #F4574C. Grayscale: #7A7A7A. Windows color (decimal): -16013133 or 11773963. OLE color: 11773963.
HSL color Cylindrical-coordinate representation of color #0BA8B3: hue angle of 183.93º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BA8B3 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 11 | 168 | 179 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.30 |
| HSL | 183.93º | 0.88% | 0.37% | - |
| HSV(B) | 183.93º | 0.94% | 0.7% | - |
| XYZ | 22.28 | 31.33 | 47.52 | - |
| YUV | 122.31 | 159.99 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 168 | 179 | 0.94 | 0.06 | 0 | 0.30 | 183.93 | 0.88 | 0.37 |
| Hex | B | A8 | B3 | 5E | 6 | 0 | 1E | B8 | 58 | 25 |
| Octal | 13 | 250 | 263 | 136 | 6 | 0 | 36 | 270 | 130 | 45 |
| Binary | 1011 | 10101000 | 10110011 | 1011110 | 110 | 0 | 11110 | 10111000 | 1011000 | 100101 |
Color Harmonies of #0BA8B3
Complementary color
Monochromatic Colors of #0BA8B3
Black with #0BA8B3
Text Example
Text Example
White with #0BA8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA8B3; }
p { color: rgb(11,168,179); }
H1.HeaderClassName
{
color: #0BA8B3;
}
.AnyTagClassName
{
color: #0BA8B3;
}
</style>
background-color css
<style>
a { background-color: #0BA8B3; }
a { background-color: rgb(11,168,179); }
div.DivClassName
{
background-color: #0BA8B3;
}
.BgClassName
{
background-color: #0BA8B3;
}
</style>
border-color css
<style>
span { border-color: #0BA8B3; }
span { border-color: rgb(11,168,179); }
td.TdClassName
{
border-color: #0BA8B3;
}
.TagClassName
{
border-color: #0BA8B3;
}
</style>