Shades of Bondi Blue #0B90B5
Tints of Bondi Blue #0B90B5
RGB
CMYK
RGB Variations
Color information
#0B90B5 (or 0x0B90B5) is known color: Bondi Blue. HEX triplet: 0B, 90 and B5. RGB value is (11,144,181). Sum of RGB (Red+Green+Blue) = 11+144+181=336 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.27% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 181 (71.09% from 255 or 53.87% from 336); Max value from RGB is 181 - color contains mainly: blue. Hex color #0B90B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B90B5 is #F46F4A. Grayscale: #6C6C6C. Windows color (decimal): -16019275 or 11898891. OLE color: 11898891.
HSL color Cylindrical-coordinate representation of color #0B90B5: hue angle of 193.06º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B90B5 is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 144 | 181 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.29 |
| HSL | 193.06º | 0.89% | 0.38% | - |
| HSV(B) | 193.06º | 0.94% | 0.71% | - |
| XYZ | 18.45 | 23.35 | 47.25 | - |
| YUV | 108.45 | 168.94 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 144 | 181 | 0.94 | 0.20 | 0 | 0.29 | 193.06 | 0.89 | 0.38 |
| Hex | B | 90 | B5 | 5E | 14 | 0 | 1D | C1 | 59 | 26 |
| Octal | 13 | 220 | 265 | 136 | 24 | 0 | 35 | 301 | 131 | 46 |
| Binary | 1011 | 10010000 | 10110101 | 1011110 | 10100 | 0 | 11101 | 11000001 | 1011001 | 100110 |
Color Harmonies of #0B90B5
Complementary color
Monochromatic Colors of #0B90B5
Black with #0B90B5
Text Example
Text Example
White with #0B90B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B90B5; }
p { color: rgb(11,144,181); }
H1.HeaderClassName
{
color: #0B90B5;
}
.AnyTagClassName
{
color: #0B90B5;
}
</style>
background-color css
<style>
a { background-color: #0B90B5; }
a { background-color: rgb(11,144,181); }
div.DivClassName
{
background-color: #0B90B5;
}
.BgClassName
{
background-color: #0B90B5;
}
</style>
border-color css
<style>
span { border-color: #0B90B5; }
span { border-color: rgb(11,144,181); }
td.TdClassName
{
border-color: #0B90B5;
}
.TagClassName
{
border-color: #0B90B5;
}
</style>