Shades of Bondi Blue #0B95AD
Tints of Bondi Blue #0B95AD
RGB
CMYK
RGB Variations
Color information
#0B95AD (or 0x0B95AD) is known color: Bondi Blue. HEX triplet: 0B, 95 and AD. RGB value is (11,149,173). Sum of RGB (Red+Green+Blue) = 11+149+173=333 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.30% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #0B95AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B95AD is #F46A52. Grayscale: #6E6E6E. Windows color (decimal): -16018003 or 11375883. OLE color: 11375883.
HSL color Cylindrical-coordinate representation of color #0B95AD: hue angle of 188.89º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B95AD is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 149 | 173 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.32 |
| HSL | 188.89º | 0.88% | 0.36% | - |
| HSV(B) | 188.89º | 0.94% | 0.68% | - |
| XYZ | 18.43 | 24.58 | 43.31 | - |
| YUV | 110.47 | 163.28 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 149 | 173 | 0.94 | 0.14 | 0 | 0.32 | 188.89 | 0.88 | 0.36 |
| Hex | B | 95 | AD | 5E | E | 0 | 20 | BD | 58 | 24 |
| Octal | 13 | 225 | 255 | 136 | 16 | 0 | 40 | 275 | 130 | 44 |
| Binary | 1011 | 10010101 | 10101101 | 1011110 | 1110 | 0 | 100000 | 10111101 | 1011000 | 100100 |
Color Harmonies of #0B95AD
Complementary color
Monochromatic Colors of #0B95AD
Black with #0B95AD
Text Example
Text Example
White with #0B95AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B95AD; }
p { color: rgb(11,149,173); }
H1.HeaderClassName
{
color: #0B95AD;
}
.AnyTagClassName
{
color: #0B95AD;
}
</style>
background-color css
<style>
a { background-color: #0B95AD; }
a { background-color: rgb(11,149,173); }
div.DivClassName
{
background-color: #0B95AD;
}
.BgClassName
{
background-color: #0B95AD;
}
</style>
border-color css
<style>
span { border-color: #0B95AD; }
span { border-color: rgb(11,149,173); }
td.TdClassName
{
border-color: #0B95AD;
}
.TagClassName
{
border-color: #0B95AD;
}
</style>