Shades of Bondi Blue #108DB0
Tints of Bondi Blue #108DB0
RGB
CMYK
RGB Variations
Color information
#108DB0 (or 0x108DB0) is known color: Bondi Blue. HEX triplet: 10, 8D and B0. RGB value is (16,141,176). Sum of RGB (Red+Green+Blue) = 16+141+176=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 176 (69.14% from 255 or 52.85% from 333); Max value from RGB is 176 - color contains mainly: blue. Hex color #108DB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108DB0 is #EF724F. Grayscale: #6B6B6B. Windows color (decimal): -15692368 or 11570448. OLE color: 11570448.
HSL color Cylindrical-coordinate representation of color #108DB0: hue angle of 193.12º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #108DB0 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 141 | 176 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.31 |
| HSL | 193.13º | 0.83% | 0.38% | - |
| HSV(B) | 193.13º | 0.91% | 0.69% | - |
| XYZ | 17.58 | 22.29 | 44.45 | - |
| YUV | 107.62 | 166.59 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 176 | 0.91 | 0.20 | 0 | 0.31 | 193.13 | 0.83 | 0.38 |
| Hex | 10 | 8D | B0 | 5B | 14 | 0 | 1F | C1 | 53 | 26 |
| Octal | 20 | 215 | 260 | 133 | 24 | 0 | 37 | 301 | 123 | 46 |
| Binary | 10000 | 10001101 | 10110000 | 1011011 | 10100 | 0 | 11111 | 11000001 | 1010011 | 100110 |
Color Harmonies of #108DB0
Complementary color
Monochromatic Colors of #108DB0
Black with #108DB0
Text Example
Text Example
White with #108DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108DB0; }
p { color: rgb(16,141,176); }
H1.HeaderClassName
{
color: #108DB0;
}
.AnyTagClassName
{
color: #108DB0;
}
</style>
background-color css
<style>
a { background-color: #108DB0; }
a { background-color: rgb(16,141,176); }
div.DivClassName
{
background-color: #108DB0;
}
.BgClassName
{
background-color: #108DB0;
}
</style>
border-color css
<style>
span { border-color: #108DB0; }
span { border-color: rgb(16,141,176); }
td.TdClassName
{
border-color: #108DB0;
}
.TagClassName
{
border-color: #108DB0;
}
</style>