Shades of Bondi Blue #108BBA
Tints of Bondi Blue #108BBA
RGB
CMYK
RGB Variations
Color information
#108BBA (or 0x108BBA) is known color: Bondi Blue. HEX triplet: 10, 8B and BA. RGB value is (16,139,186). Sum of RGB (Red+Green+Blue) = 16+139+186=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #108BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108BBA is #EF7445. Grayscale: #6B6B6B. Windows color (decimal): -15692870 or 12225296. OLE color: 12225296.
HSL color Cylindrical-coordinate representation of color #108BBA: hue angle of 196.59º 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 #108BBA is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 139 | 186 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.27 |
| HSL | 196.59º | 0.84% | 0.4% | - |
| HSV(B) | 196.59º | 0.91% | 0.73% | - |
| XYZ | 18.31 | 22.12 | 49.76 | - |
| YUV | 107.58 | 172.25 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 186 | 0.91 | 0.25 | 0 | 0.27 | 196.59 | 0.84 | 0.4 |
| Hex | 10 | 8B | BA | 5B | 19 | 0 | 1B | C5 | 54 | 28 |
| Octal | 20 | 213 | 272 | 133 | 31 | 0 | 33 | 305 | 124 | 50 |
| Binary | 10000 | 10001011 | 10111010 | 1011011 | 11001 | 0 | 11011 | 11000101 | 1010100 | 101000 |
Color Harmonies of #108BBA
Complementary color
Monochromatic Colors of #108BBA
Black with #108BBA
Text Example
Text Example
White with #108BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108BBA; }
p { color: rgb(16,139,186); }
H1.HeaderClassName
{
color: #108BBA;
}
.AnyTagClassName
{
color: #108BBA;
}
</style>
background-color css
<style>
a { background-color: #108BBA; }
a { background-color: rgb(16,139,186); }
div.DivClassName
{
background-color: #108BBA;
}
.BgClassName
{
background-color: #108BBA;
}
</style>
border-color css
<style>
span { border-color: #108BBA; }
span { border-color: rgb(16,139,186); }
td.TdClassName
{
border-color: #108BBA;
}
.TagClassName
{
border-color: #108BBA;
}
</style>