Shades of Bondi Blue #108BAC
Tints of Bondi Blue #108BAC
RGB
CMYK
RGB Variations
Color information
#108BAC (or 0x108BAC) is known color: Bondi Blue. HEX triplet: 10, 8B and AC. RGB value is (16,139,172). Sum of RGB (Red+Green+Blue) = 16+139+172=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #108BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108BAC is #EF7453. Grayscale: #696969. Windows color (decimal): -15692884 or 11307792. OLE color: 11307792.
HSL color Cylindrical-coordinate representation of color #108BAC: hue angle of 192.69º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #108BAC is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 139 | 172 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.33 |
| HSL | 192.69º | 0.83% | 0.37% | - |
| HSV(B) | 192.69º | 0.91% | 0.67% | - |
| XYZ | 16.89 | 21.55 | 42.3 | - |
| YUV | 105.99 | 165.25 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 172 | 0.91 | 0.19 | 0 | 0.33 | 192.69 | 0.83 | 0.37 |
| Hex | 10 | 8B | AC | 5B | 13 | 0 | 21 | C1 | 53 | 25 |
| Octal | 20 | 213 | 254 | 133 | 23 | 0 | 41 | 301 | 123 | 45 |
| Binary | 10000 | 10001011 | 10101100 | 1011011 | 10011 | 0 | 100001 | 11000001 | 1010011 | 100101 |
Color Harmonies of #108BAC
Complementary color
Monochromatic Colors of #108BAC
Black with #108BAC
Text Example
Text Example
White with #108BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108BAC; }
p { color: rgb(16,139,172); }
H1.HeaderClassName
{
color: #108BAC;
}
.AnyTagClassName
{
color: #108BAC;
}
</style>
background-color css
<style>
a { background-color: #108BAC; }
a { background-color: rgb(16,139,172); }
div.DivClassName
{
background-color: #108BAC;
}
.BgClassName
{
background-color: #108BAC;
}
</style>
border-color css
<style>
span { border-color: #108BAC; }
span { border-color: rgb(16,139,172); }
td.TdClassName
{
border-color: #108BAC;
}
.TagClassName
{
border-color: #108BAC;
}
</style>