Shades of Bondi Blue #008DBC
Tints of Bondi Blue #008DBC
RGB
CMYK
RGB Variations
Color information
#008DBC (or 0x008DBC) is known color: Bondi Blue. HEX triplet: 00, 8D and BC. RGB value is (0,141,188). Sum of RGB (Red+Green+Blue) = 0+141+188=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #008DBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DBC is #FF7243. Grayscale: #676767. Windows color (decimal): -16740932 or 12356864. OLE color: 12356864.
HSL color Cylindrical-coordinate representation of color #008DBC: hue angle of 195º 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 #008DBC is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 141 | 188 | - |
| CMYK | 1 | 0.25 | 0 | 0.26 |
| HSL | 195º | 1% | 0.37% | - |
| HSV(B) | 195º | 1% | 0.74% | - |
| XYZ | 18.6 | 22.68 | 50.97 | - |
| YUV | 104.2 | 175.29 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 188 | 1 | 0.25 | 0 | 0.26 | 195 | 1 | 0.37 |
| Hex | 0 | 8D | BC | 64 | 19 | 0 | 1A | C3 | 64 | 25 |
| Octal | 0 | 215 | 274 | 144 | 31 | 0 | 32 | 303 | 144 | 45 |
| Binary | 0 | 10001101 | 10111100 | 1100100 | 11001 | 0 | 11010 | 11000011 | 1100100 | 100101 |
Color Harmonies of #008DBC
Complementary color
Monochromatic Colors of #008DBC
Black with #008DBC
Text Example
Text Example
White with #008DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DBC; }
p { color: rgb(0,141,188); }
H1.HeaderClassName
{
color: #008DBC;
}
.AnyTagClassName
{
color: #008DBC;
}
</style>
background-color css
<style>
a { background-color: #008DBC; }
a { background-color: rgb(0,141,188); }
div.DivClassName
{
background-color: #008DBC;
}
.BgClassName
{
background-color: #008DBC;
}
</style>
border-color css
<style>
span { border-color: #008DBC; }
span { border-color: rgb(0,141,188); }
td.TdClassName
{
border-color: #008DBC;
}
.TagClassName
{
border-color: #008DBC;
}
</style>