Shades of Bondi Blue #0082BE
Tints of Bondi Blue #0082BE
RGB
CMYK
RGB Variations
Color information
#0082BE (or 0x0082BE) is known color: Bondi Blue. HEX triplet: 00, 82 and BE. RGB value is (0,130,190). Sum of RGB (Red+Green+Blue) = 0+130+190=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #0082BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0082BE is #FF7D41. Grayscale: #616161. Windows color (decimal): -16743746 or 12485120. OLE color: 12485120.
HSL color Cylindrical-coordinate representation of color #0082BE: hue angle of 198.95º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0082BE is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 130 | 190 | - |
| CMYK | 1 | 0.32 | 0 | 0.25 |
| HSL | 198.95º | 1% | 0.37% | - |
| HSV(B) | 198.95º | 1% | 0.75% | - |
| XYZ | 17.28 | 19.68 | 51.6 | - |
| YUV | 97.97 | 179.93 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 190 | 1 | 0.32 | 0 | 0.25 | 198.95 | 1 | 0.37 |
| Hex | 0 | 82 | BE | 64 | 20 | 0 | 19 | C7 | 64 | 25 |
| Octal | 0 | 202 | 276 | 144 | 40 | 0 | 31 | 307 | 144 | 45 |
| Binary | 0 | 10000010 | 10111110 | 1100100 | 100000 | 0 | 11001 | 11000111 | 1100100 | 100101 |
Color Harmonies of #0082BE
Complementary color
Monochromatic Colors of #0082BE
Black with #0082BE
Text Example
Text Example
White with #0082BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0082BE; }
p { color: rgb(0,130,190); }
H1.HeaderClassName
{
color: #0082BE;
}
.AnyTagClassName
{
color: #0082BE;
}
</style>
background-color css
<style>
a { background-color: #0082BE; }
a { background-color: rgb(0,130,190); }
div.DivClassName
{
background-color: #0082BE;
}
.BgClassName
{
background-color: #0082BE;
}
</style>
border-color css
<style>
span { border-color: #0082BE; }
span { border-color: rgb(0,130,190); }
td.TdClassName
{
border-color: #0082BE;
}
.TagClassName
{
border-color: #0082BE;
}
</style>