Shades of Bondi Blue #0082BD
Tints of Bondi Blue #0082BD
RGB
CMYK
RGB Variations
Color information
#0082BD (or 0x0082BD) is known color: Bondi Blue. HEX triplet: 00, 82 and BD. RGB value is (0,130,189). Sum of RGB (Red+Green+Blue) = 0+130+189=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #0082BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0082BD is #FF7D42. Grayscale: #616161. Windows color (decimal): -16743747 or 12419584. OLE color: 12419584.
HSL color Cylindrical-coordinate representation of color #0082BD: hue angle of 198.73º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0082BD is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 130 | 189 | - |
| CMYK | 1 | 0.31 | 0 | 0.26 |
| HSL | 198.73º | 1% | 0.37% | - |
| HSV(B) | 198.73º | 1% | 0.74% | - |
| XYZ | 17.17 | 19.64 | 51.03 | - |
| YUV | 97.86 | 179.43 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 189 | 1 | 0.31 | 0 | 0.26 | 198.73 | 1 | 0.37 |
| Hex | 0 | 82 | BD | 64 | 1F | 0 | 1A | C7 | 64 | 25 |
| Octal | 0 | 202 | 275 | 144 | 37 | 0 | 32 | 307 | 144 | 45 |
| Binary | 0 | 10000010 | 10111101 | 1100100 | 11111 | 0 | 11010 | 11000111 | 1100100 | 100101 |
Color Harmonies of #0082BD
Complementary color
Monochromatic Colors of #0082BD
Black with #0082BD
Text Example
Text Example
White with #0082BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0082BD; }
p { color: rgb(0,130,189); }
H1.HeaderClassName
{
color: #0082BD;
}
.AnyTagClassName
{
color: #0082BD;
}
</style>
background-color css
<style>
a { background-color: #0082BD; }
a { background-color: rgb(0,130,189); }
div.DivClassName
{
background-color: #0082BD;
}
.BgClassName
{
background-color: #0082BD;
}
</style>
border-color css
<style>
span { border-color: #0082BD; }
span { border-color: rgb(0,130,189); }
td.TdClassName
{
border-color: #0082BD;
}
.TagClassName
{
border-color: #0082BD;
}
</style>