Shades of Bondi Blue #008DBD
Tints of Bondi Blue #008DBD
RGB
CMYK
RGB Variations
Color information
#008DBD (or 0x008DBD) is known color: Bondi Blue. HEX triplet: 00, 8D and BD. RGB value is (0,141,189). Sum of RGB (Red+Green+Blue) = 0+141+189=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #008DBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DBD is #FF7242. Grayscale: #676767. Windows color (decimal): -16740931 or 12422400. OLE color: 12422400.
HSL color Cylindrical-coordinate representation of color #008DBD: hue angle of 195.24º 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 #008DBD is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 141 | 189 | - |
| CMYK | 1 | 0.25 | 0 | 0.26 |
| HSL | 195.24º | 1% | 0.37% | - |
| HSV(B) | 195.24º | 1% | 0.74% | - |
| XYZ | 18.71 | 22.72 | 51.54 | - |
| YUV | 104.31 | 175.79 | 53.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 189 | 1 | 0.25 | 0 | 0.26 | 195.24 | 1 | 0.37 |
| Hex | 0 | 8D | BD | 64 | 19 | 0 | 1A | C3 | 64 | 25 |
| Octal | 0 | 215 | 275 | 144 | 31 | 0 | 32 | 303 | 144 | 45 |
| Binary | 0 | 10001101 | 10111101 | 1100100 | 11001 | 0 | 11010 | 11000011 | 1100100 | 100101 |
Color Harmonies of #008DBD
Complementary color
Monochromatic Colors of #008DBD
Black with #008DBD
Text Example
Text Example
White with #008DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DBD; }
p { color: rgb(0,141,189); }
H1.HeaderClassName
{
color: #008DBD;
}
.AnyTagClassName
{
color: #008DBD;
}
</style>
background-color css
<style>
a { background-color: #008DBD; }
a { background-color: rgb(0,141,189); }
div.DivClassName
{
background-color: #008DBD;
}
.BgClassName
{
background-color: #008DBD;
}
</style>
border-color css
<style>
span { border-color: #008DBD; }
span { border-color: rgb(0,141,189); }
td.TdClassName
{
border-color: #008DBD;
}
.TagClassName
{
border-color: #008DBD;
}
</style>