Shades of Bondi Blue #108DB1
Tints of Bondi Blue #108DB1
RGB
CMYK
RGB Variations
Color information
#108DB1 (or 0x108DB1) is known color: Bondi Blue. HEX triplet: 10, 8D and B1. RGB value is (16,141,177). Sum of RGB (Red+Green+Blue) = 16+141+177=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 177 (69.53% from 255 or 52.99% from 334); Max value from RGB is 177 - color contains mainly: blue. Hex color #108DB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108DB1 is #EF724E. Grayscale: #6B6B6B. Windows color (decimal): -15692367 or 11635984. OLE color: 11635984.
HSL color Cylindrical-coordinate representation of color #108DB1: hue angle of 193.42º 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 #108DB1 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 141 | 177 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.31 |
| HSL | 193.42º | 0.83% | 0.38% | - |
| HSV(B) | 193.42º | 0.91% | 0.69% | - |
| XYZ | 17.67 | 22.33 | 44.97 | - |
| YUV | 107.73 | 167.09 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 177 | 0.91 | 0.20 | 0 | 0.31 | 193.42 | 0.83 | 0.38 |
| Hex | 10 | 8D | B1 | 5B | 14 | 0 | 1F | C1 | 53 | 26 |
| Octal | 20 | 215 | 261 | 133 | 24 | 0 | 37 | 301 | 123 | 46 |
| Binary | 10000 | 10001101 | 10110001 | 1011011 | 10100 | 0 | 11111 | 11000001 | 1010011 | 100110 |
Color Harmonies of #108DB1
Complementary color
Monochromatic Colors of #108DB1
Black with #108DB1
Text Example
Text Example
White with #108DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108DB1; }
p { color: rgb(16,141,177); }
H1.HeaderClassName
{
color: #108DB1;
}
.AnyTagClassName
{
color: #108DB1;
}
</style>
background-color css
<style>
a { background-color: #108DB1; }
a { background-color: rgb(16,141,177); }
div.DivClassName
{
background-color: #108DB1;
}
.BgClassName
{
background-color: #108DB1;
}
</style>
border-color css
<style>
span { border-color: #108DB1; }
span { border-color: rgb(16,141,177); }
td.TdClassName
{
border-color: #108DB1;
}
.TagClassName
{
border-color: #108DB1;
}
</style>