Shades of Bondi Blue #0092B6
Tints of Bondi Blue #0092B6
RGB
CMYK
RGB Variations
Color information
#0092B6 (or 0x0092B6) is known color: Bondi Blue. HEX triplet: 00, 92 and B6. RGB value is (0,146,182). Sum of RGB (Red+Green+Blue) = 0+146+182=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 182 (71.48% from 255 or 55.49% from 328); Max value from RGB is 182 - color contains mainly: blue. Hex color #0092B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0092B6 is #FF6D49. Grayscale: #6A6A6A. Windows color (decimal): -16739658 or 11964928. OLE color: 11964928.
HSL color Cylindrical-coordinate representation of color #0092B6: hue angle of 191.87º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0092B6 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 146 | 182 | - |
| CMYK | 1 | 0.20 | 0 | 0.29 |
| HSL | 191.87º | 1% | 0.36% | - |
| HSV(B) | 191.87º | 1% | 0.71% | - |
| XYZ | 18.72 | 23.94 | 47.89 | - |
| YUV | 106.45 | 170.63 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 182 | 1 | 0.20 | 0 | 0.29 | 191.87 | 1 | 0.36 |
| Hex | 0 | 92 | B6 | 64 | 14 | 0 | 1D | C0 | 64 | 24 |
| Octal | 0 | 222 | 266 | 144 | 24 | 0 | 35 | 300 | 144 | 44 |
| Binary | 0 | 10010010 | 10110110 | 1100100 | 10100 | 0 | 11101 | 11000000 | 1100100 | 100100 |
Color Harmonies of #0092B6
Complementary color
Monochromatic Colors of #0092B6
Black with #0092B6
Text Example
Text Example
White with #0092B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0092B6; }
p { color: rgb(0,146,182); }
H1.HeaderClassName
{
color: #0092B6;
}
.AnyTagClassName
{
color: #0092B6;
}
</style>
background-color css
<style>
a { background-color: #0092B6; }
a { background-color: rgb(0,146,182); }
div.DivClassName
{
background-color: #0092B6;
}
.BgClassName
{
background-color: #0092B6;
}
</style>
border-color css
<style>
span { border-color: #0092B6; }
span { border-color: rgb(0,146,182); }
td.TdClassName
{
border-color: #0092B6;
}
.TagClassName
{
border-color: #0092B6;
}
</style>