Shades of Bondi Blue #109BA6
Tints of Bondi Blue #109BA6
RGB
CMYK
RGB Variations
Color information
#109BA6 (or 0x109BA6) is known color: Bondi Blue. HEX triplet: 10, 9B and A6. RGB value is (16,155,166). Sum of RGB (Red+Green+Blue) = 16+155+166=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 166 (65.23% from 255 or 49.26% from 337); Max value from RGB is 166 - color contains mainly: blue. Hex color #109BA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109BA6 is #EF6459. Grayscale: #727272. Windows color (decimal): -15688794 or 10918672. OLE color: 10918672.
HSL color Cylindrical-coordinate representation of color #109BA6: hue angle of 184.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109BA6 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 155 | 166 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.35 |
| HSL | 184.4º | 0.82% | 0.36% | - |
| HSV(B) | 184.4º | 0.9% | 0.65% | - |
| XYZ | 18.82 | 26.31 | 40.16 | - |
| YUV | 114.69 | 156.95 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 155 | 166 | 0.90 | 0.07 | 0 | 0.35 | 184.4 | 0.82 | 0.36 |
| Hex | 10 | 9B | A6 | 5A | 7 | 0 | 23 | B8 | 52 | 24 |
| Octal | 20 | 233 | 246 | 132 | 7 | 0 | 43 | 270 | 122 | 44 |
| Binary | 10000 | 10011011 | 10100110 | 1011010 | 111 | 0 | 100011 | 10111000 | 1010010 | 100100 |
Color Harmonies of #109BA6
Complementary color
Monochromatic Colors of #109BA6
Black with #109BA6
Text Example
Text Example
White with #109BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109BA6; }
p { color: rgb(16,155,166); }
H1.HeaderClassName
{
color: #109BA6;
}
.AnyTagClassName
{
color: #109BA6;
}
</style>
background-color css
<style>
a { background-color: #109BA6; }
a { background-color: rgb(16,155,166); }
div.DivClassName
{
background-color: #109BA6;
}
.BgClassName
{
background-color: #109BA6;
}
</style>
border-color css
<style>
span { border-color: #109BA6; }
span { border-color: rgb(16,155,166); }
td.TdClassName
{
border-color: #109BA6;
}
.TagClassName
{
border-color: #109BA6;
}
</style>