Shades of Bondi Blue #008DC0
Tints of Bondi Blue #008DC0
RGB
CMYK
RGB Variations
Color information
#008DC0 (or 0x008DC0) is known color: Bondi Blue. HEX triplet: 00, 8D and C0. RGB value is (0,141,192). Sum of RGB (Red+Green+Blue) = 0+141+192=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 192 (75.39% from 255 or 57.66% from 333); Max value from RGB is 192 - color contains mainly: blue. Hex color #008DC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DC0 is #FF723F. Grayscale: #686868. Windows color (decimal): -16740928 or 12619008. OLE color: 12619008.
HSL color Cylindrical-coordinate representation of color #008DC0: hue angle of 195.94º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DC0 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 141 | 192 | - |
| CMYK | 1 | 0.27 | 0 | 0.25 |
| HSL | 195.94º | 1% | 0.38% | - |
| HSV(B) | 195.94º | 1% | 0.75% | - |
| XYZ | 19.04 | 22.86 | 53.28 | - |
| YUV | 104.66 | 177.29 | 53.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 192 | 1 | 0.27 | 0 | 0.25 | 195.94 | 1 | 0.38 |
| Hex | 0 | 8D | C0 | 64 | 1B | 0 | 19 | C4 | 64 | 26 |
| Octal | 0 | 215 | 300 | 144 | 33 | 0 | 31 | 304 | 144 | 46 |
| Binary | 0 | 10001101 | 11000000 | 1100100 | 11011 | 0 | 11001 | 11000100 | 1100100 | 100110 |
Color Harmonies of #008DC0
Complementary color
Monochromatic Colors of #008DC0
Black with #008DC0
Text Example
Text Example
White with #008DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DC0; }
p { color: rgb(0,141,192); }
H1.HeaderClassName
{
color: #008DC0;
}
.AnyTagClassName
{
color: #008DC0;
}
</style>
background-color css
<style>
a { background-color: #008DC0; }
a { background-color: rgb(0,141,192); }
div.DivClassName
{
background-color: #008DC0;
}
.BgClassName
{
background-color: #008DC0;
}
</style>
border-color css
<style>
span { border-color: #008DC0; }
span { border-color: rgb(0,141,192); }
td.TdClassName
{
border-color: #008DC0;
}
.TagClassName
{
border-color: #008DC0;
}
</style>