Shades of Bondi Blue #108CBA
Tints of Bondi Blue #108CBA
RGB
CMYK
RGB Variations
Color information
#108CBA (or 0x108CBA) is known color: Bondi Blue. HEX triplet: 10, 8C and BA. RGB value is (16,140,186). Sum of RGB (Red+Green+Blue) = 16+140+186=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #108CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108CBA is #EF7345. Grayscale: #6B6B6B. Windows color (decimal): -15692614 or 12225552. OLE color: 12225552.
HSL color Cylindrical-coordinate representation of color #108CBA: hue angle of 196.24º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #108CBA is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 140 | 186 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.27 |
| HSL | 196.24º | 0.84% | 0.4% | - |
| HSV(B) | 196.24º | 0.91% | 0.73% | - |
| XYZ | 18.45 | 22.41 | 49.81 | - |
| YUV | 108.17 | 171.92 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 140 | 186 | 0.91 | 0.25 | 0 | 0.27 | 196.24 | 0.84 | 0.4 |
| Hex | 10 | 8C | BA | 5B | 19 | 0 | 1B | C4 | 54 | 28 |
| Octal | 20 | 214 | 272 | 133 | 31 | 0 | 33 | 304 | 124 | 50 |
| Binary | 10000 | 10001100 | 10111010 | 1011011 | 11001 | 0 | 11011 | 11000100 | 1010100 | 101000 |
Color Harmonies of #108CBA
Complementary color
Monochromatic Colors of #108CBA
Black with #108CBA
Text Example
Text Example
White with #108CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108CBA; }
p { color: rgb(16,140,186); }
H1.HeaderClassName
{
color: #108CBA;
}
.AnyTagClassName
{
color: #108CBA;
}
</style>
background-color css
<style>
a { background-color: #108CBA; }
a { background-color: rgb(16,140,186); }
div.DivClassName
{
background-color: #108CBA;
}
.BgClassName
{
background-color: #108CBA;
}
</style>
border-color css
<style>
span { border-color: #108CBA; }
span { border-color: rgb(16,140,186); }
td.TdClassName
{
border-color: #108CBA;
}
.TagClassName
{
border-color: #108CBA;
}
</style>