Shades of Bondi Blue #109AAB
Tints of Bondi Blue #109AAB
RGB
CMYK
RGB Variations
Color information
#109AAB (or 0x109AAB) is known color: Bondi Blue. HEX triplet: 10, 9A and AB. RGB value is (16,154,171). Sum of RGB (Red+Green+Blue) = 16+154+171=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #109AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109AAB is #EF6554. Grayscale: #727272. Windows color (decimal): -15689045 or 11246096. OLE color: 11246096.
HSL color Cylindrical-coordinate representation of color #109AAB: hue angle of 186.58º 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 #109AAB is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 154 | 171 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.33 |
| HSL | 186.58º | 0.83% | 0.37% | - |
| HSV(B) | 186.58º | 0.91% | 0.67% | - |
| XYZ | 19.12 | 26.16 | 42.57 | - |
| YUV | 114.68 | 159.78 | 57.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 154 | 171 | 0.91 | 0.10 | 0 | 0.33 | 186.58 | 0.83 | 0.37 |
| Hex | 10 | 9A | AB | 5B | A | 0 | 21 | BB | 53 | 25 |
| Octal | 20 | 232 | 253 | 133 | 12 | 0 | 41 | 273 | 123 | 45 |
| Binary | 10000 | 10011010 | 10101011 | 1011011 | 1010 | 0 | 100001 | 10111011 | 1010011 | 100101 |
Color Harmonies of #109AAB
Complementary color
Monochromatic Colors of #109AAB
Black with #109AAB
Text Example
Text Example
White with #109AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109AAB; }
p { color: rgb(16,154,171); }
H1.HeaderClassName
{
color: #109AAB;
}
.AnyTagClassName
{
color: #109AAB;
}
</style>
background-color css
<style>
a { background-color: #109AAB; }
a { background-color: rgb(16,154,171); }
div.DivClassName
{
background-color: #109AAB;
}
.BgClassName
{
background-color: #109AAB;
}
</style>
border-color css
<style>
span { border-color: #109AAB; }
span { border-color: rgb(16,154,171); }
td.TdClassName
{
border-color: #109AAB;
}
.TagClassName
{
border-color: #109AAB;
}
</style>