Shades of Bondi Blue #109BAD
Tints of Bondi Blue #109BAD
RGB
CMYK
RGB Variations
Color information
#109BAD (or 0x109BAD) is known color: Bondi Blue. HEX triplet: 10, 9B and AD. RGB value is (16,155,173). Sum of RGB (Red+Green+Blue) = 16+155+173=344 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.65% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #109BAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109BAD is #EF6452. Grayscale: #737373. Windows color (decimal): -15688787 or 11377424. OLE color: 11377424.
HSL color Cylindrical-coordinate representation of color #109BAD: hue angle of 186.88º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #109BAD is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 155 | 173 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.32 |
| HSL | 186.88º | 0.83% | 0.37% | - |
| HSV(B) | 186.88º | 0.91% | 0.68% | - |
| XYZ | 19.48 | 26.57 | 43.64 | - |
| YUV | 115.49 | 160.45 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 155 | 173 | 0.91 | 0.10 | 0 | 0.32 | 186.88 | 0.83 | 0.37 |
| Hex | 10 | 9B | AD | 5B | A | 0 | 20 | BB | 53 | 25 |
| Octal | 20 | 233 | 255 | 133 | 12 | 0 | 40 | 273 | 123 | 45 |
| Binary | 10000 | 10011011 | 10101101 | 1011011 | 1010 | 0 | 100000 | 10111011 | 1010011 | 100101 |
Color Harmonies of #109BAD
Complementary color
Monochromatic Colors of #109BAD
Black with #109BAD
Text Example
Text Example
White with #109BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109BAD; }
p { color: rgb(16,155,173); }
H1.HeaderClassName
{
color: #109BAD;
}
.AnyTagClassName
{
color: #109BAD;
}
</style>
background-color css
<style>
a { background-color: #109BAD; }
a { background-color: rgb(16,155,173); }
div.DivClassName
{
background-color: #109BAD;
}
.BgClassName
{
background-color: #109BAD;
}
</style>
border-color css
<style>
span { border-color: #109BAD; }
span { border-color: rgb(16,155,173); }
td.TdClassName
{
border-color: #109BAD;
}
.TagClassName
{
border-color: #109BAD;
}
</style>