Shades of Bondi Blue #008DB5
Tints of Bondi Blue #008DB5
RGB
CMYK
RGB Variations
Color information
#008DB5 (or 0x008DB5) is known color: Bondi Blue. HEX triplet: 00, 8D and B5. RGB value is (0,141,181). Sum of RGB (Red+Green+Blue) = 0+141+181=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 181 (71.09% from 255 or 56.21% from 322); Max value from RGB is 181 - color contains mainly: blue. Hex color #008DB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DB5 is #FF724A. Grayscale: #676767. Windows color (decimal): -16740939 or 11898112. OLE color: 11898112.
HSL color Cylindrical-coordinate representation of color #008DB5: hue angle of 193.26º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DB5 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 141 | 181 | - |
| CMYK | 1 | 0.22 | 0 | 0.29 |
| HSL | 193.26º | 1% | 0.35% | - |
| HSV(B) | 193.26º | 1% | 0.71% | - |
| XYZ | 17.87 | 22.39 | 47.1 | - |
| YUV | 103.4 | 171.79 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 181 | 1 | 0.22 | 0 | 0.29 | 193.26 | 1 | 0.35 |
| Hex | 0 | 8D | B5 | 64 | 16 | 0 | 1D | C1 | 64 | 23 |
| Octal | 0 | 215 | 265 | 144 | 26 | 0 | 35 | 301 | 144 | 43 |
| Binary | 0 | 10001101 | 10110101 | 1100100 | 10110 | 0 | 11101 | 11000001 | 1100100 | 100011 |
Color Harmonies of #008DB5
Complementary color
Monochromatic Colors of #008DB5
Black with #008DB5
Text Example
Text Example
White with #008DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DB5; }
p { color: rgb(0,141,181); }
H1.HeaderClassName
{
color: #008DB5;
}
.AnyTagClassName
{
color: #008DB5;
}
</style>
background-color css
<style>
a { background-color: #008DB5; }
a { background-color: rgb(0,141,181); }
div.DivClassName
{
background-color: #008DB5;
}
.BgClassName
{
background-color: #008DB5;
}
</style>
border-color css
<style>
span { border-color: #008DB5; }
span { border-color: rgb(0,141,181); }
td.TdClassName
{
border-color: #008DB5;
}
.TagClassName
{
border-color: #008DB5;
}
</style>