Shades of Bondi Blue #008DB7
Tints of Bondi Blue #008DB7
RGB
CMYK
RGB Variations
Color information
#008DB7 (or 0x008DB7) is known color: Bondi Blue. HEX triplet: 00, 8D and B7. RGB value is (0,141,183). Sum of RGB (Red+Green+Blue) = 0+141+183=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 183 (71.88% from 255 or 56.48% from 324); Max value from RGB is 183 - color contains mainly: blue. Hex color #008DB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DB7 is #FF7248. Grayscale: #676767. Windows color (decimal): -16740937 or 12029184. OLE color: 12029184.
HSL color Cylindrical-coordinate representation of color #008DB7: hue angle of 193.77º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DB7 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 141 | 183 | - |
| CMYK | 1 | 0.23 | 0 | 0.28 |
| HSL | 193.77º | 1% | 0.36% | - |
| HSV(B) | 193.77º | 1% | 0.72% | - |
| XYZ | 18.07 | 22.47 | 48.18 | - |
| YUV | 103.63 | 172.79 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 183 | 1 | 0.23 | 0 | 0.28 | 193.77 | 1 | 0.36 |
| Hex | 0 | 8D | B7 | 64 | 17 | 0 | 1C | C2 | 64 | 24 |
| Octal | 0 | 215 | 267 | 144 | 27 | 0 | 34 | 302 | 144 | 44 |
| Binary | 0 | 10001101 | 10110111 | 1100100 | 10111 | 0 | 11100 | 11000010 | 1100100 | 100100 |
Color Harmonies of #008DB7
Complementary color
Monochromatic Colors of #008DB7
Black with #008DB7
Text Example
Text Example
White with #008DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DB7; }
p { color: rgb(0,141,183); }
H1.HeaderClassName
{
color: #008DB7;
}
.AnyTagClassName
{
color: #008DB7;
}
</style>
background-color css
<style>
a { background-color: #008DB7; }
a { background-color: rgb(0,141,183); }
div.DivClassName
{
background-color: #008DB7;
}
.BgClassName
{
background-color: #008DB7;
}
</style>
border-color css
<style>
span { border-color: #008DB7; }
span { border-color: rgb(0,141,183); }
td.TdClassName
{
border-color: #008DB7;
}
.TagClassName
{
border-color: #008DB7;
}
</style>