Shades of Bondi Blue #108DB5
Tints of Bondi Blue #108DB5
RGB
CMYK
RGB Variations
Color information
#108DB5 (or 0x108DB5) is known color: Bondi Blue. HEX triplet: 10, 8D and B5. RGB value is (16,141,181). Sum of RGB (Red+Green+Blue) = 16+141+181=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 181 (71.09% from 255 or 53.55% from 338); Max value from RGB is 181 - color contains mainly: blue. Hex color #108DB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108DB5 is #EF724A. Grayscale: #6B6B6B. Windows color (decimal): -15692363 or 11898128. OLE color: 11898128.
HSL color Cylindrical-coordinate representation of color #108DB5: hue angle of 194.55º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #108DB5 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 141 | 181 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.29 |
| HSL | 194.55º | 0.84% | 0.39% | - |
| HSV(B) | 194.55º | 0.91% | 0.71% | - |
| XYZ | 18.08 | 22.5 | 47.11 | - |
| YUV | 108.19 | 169.09 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 141 | 181 | 0.91 | 0.22 | 0 | 0.29 | 194.55 | 0.84 | 0.39 |
| Hex | 10 | 8D | B5 | 5B | 16 | 0 | 1D | C3 | 54 | 27 |
| Octal | 20 | 215 | 265 | 133 | 26 | 0 | 35 | 303 | 124 | 47 |
| Binary | 10000 | 10001101 | 10110101 | 1011011 | 10110 | 0 | 11101 | 11000011 | 1010100 | 100111 |
Color Harmonies of #108DB5
Complementary color
Monochromatic Colors of #108DB5
Black with #108DB5
Text Example
Text Example
White with #108DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108DB5; }
p { color: rgb(16,141,181); }
H1.HeaderClassName
{
color: #108DB5;
}
.AnyTagClassName
{
color: #108DB5;
}
</style>
background-color css
<style>
a { background-color: #108DB5; }
a { background-color: rgb(16,141,181); }
div.DivClassName
{
background-color: #108DB5;
}
.BgClassName
{
background-color: #108DB5;
}
</style>
border-color css
<style>
span { border-color: #108DB5; }
span { border-color: rgb(16,141,181); }
td.TdClassName
{
border-color: #108DB5;
}
.TagClassName
{
border-color: #108DB5;
}
</style>