Shades of Bondi Blue #0B92BD
Tints of Bondi Blue #0B92BD
RGB
CMYK
RGB Variations
Color information
#0B92BD (or 0x0B92BD) is known color: Bondi Blue. HEX triplet: 0B, 92 and BD. RGB value is (11,146,189). Sum of RGB (Red+Green+Blue) = 11+146+189=346 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.18% from 346); Green value is 146 (57.42% from 255 or 42.20% 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 #0B92BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B92BD is #F46D42. Grayscale: #6E6E6E. Windows color (decimal): -16018755 or 12423691. OLE color: 12423691.
HSL color Cylindrical-coordinate representation of color #0B92BD: hue angle of 194.49º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B92BD is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 146 | 189 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.26 |
| HSL | 194.49º | 0.89% | 0.39% | - |
| HSV(B) | 194.49º | 0.94% | 0.74% | - |
| XYZ | 19.6 | 24.3 | 51.8 | - |
| YUV | 110.54 | 172.27 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 146 | 189 | 0.94 | 0.23 | 0 | 0.26 | 194.49 | 0.89 | 0.39 |
| Hex | B | 92 | BD | 5E | 17 | 0 | 1A | C2 | 59 | 27 |
| Octal | 13 | 222 | 275 | 136 | 27 | 0 | 32 | 302 | 131 | 47 |
| Binary | 1011 | 10010010 | 10111101 | 1011110 | 10111 | 0 | 11010 | 11000010 | 1011001 | 100111 |
Color Harmonies of #0B92BD
Complementary color
Monochromatic Colors of #0B92BD
Black with #0B92BD
Text Example
Text Example
White with #0B92BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B92BD; }
p { color: rgb(11,146,189); }
H1.HeaderClassName
{
color: #0B92BD;
}
.AnyTagClassName
{
color: #0B92BD;
}
</style>
background-color css
<style>
a { background-color: #0B92BD; }
a { background-color: rgb(11,146,189); }
div.DivClassName
{
background-color: #0B92BD;
}
.BgClassName
{
background-color: #0B92BD;
}
</style>
border-color css
<style>
span { border-color: #0B92BD; }
span { border-color: rgb(11,146,189); }
td.TdClassName
{
border-color: #0B92BD;
}
.TagClassName
{
border-color: #0B92BD;
}
</style>