Shades of Bondi Blue #109AAC
Tints of Bondi Blue #109AAC
RGB
CMYK
RGB Variations
Color information
#109AAC (or 0x109AAC) is known color: Bondi Blue. HEX triplet: 10, 9A and AC. RGB value is (16,154,172). Sum of RGB (Red+Green+Blue) = 16+154+172=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #109AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109AAC is #EF6553. Grayscale: #727272. Windows color (decimal): -15689044 or 11311632. OLE color: 11311632.
HSL color Cylindrical-coordinate representation of color #109AAC: hue angle of 186.92º 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 #109AAC is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 154 | 172 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.33 |
| HSL | 186.92º | 0.83% | 0.37% | - |
| HSV(B) | 186.92º | 0.91% | 0.67% | - |
| XYZ | 19.22 | 26.2 | 43.07 | - |
| YUV | 114.79 | 160.28 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 154 | 172 | 0.91 | 0.10 | 0 | 0.33 | 186.92 | 0.83 | 0.37 |
| Hex | 10 | 9A | AC | 5B | A | 0 | 21 | BB | 53 | 25 |
| Octal | 20 | 232 | 254 | 133 | 12 | 0 | 41 | 273 | 123 | 45 |
| Binary | 10000 | 10011010 | 10101100 | 1011011 | 1010 | 0 | 100001 | 10111011 | 1010011 | 100101 |
Color Harmonies of #109AAC
Complementary color
Monochromatic Colors of #109AAC
Black with #109AAC
Text Example
Text Example
White with #109AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109AAC; }
p { color: rgb(16,154,172); }
H1.HeaderClassName
{
color: #109AAC;
}
.AnyTagClassName
{
color: #109AAC;
}
</style>
background-color css
<style>
a { background-color: #109AAC; }
a { background-color: rgb(16,154,172); }
div.DivClassName
{
background-color: #109AAC;
}
.BgClassName
{
background-color: #109AAC;
}
</style>
border-color css
<style>
span { border-color: #109AAC; }
span { border-color: rgb(16,154,172); }
td.TdClassName
{
border-color: #109AAC;
}
.TagClassName
{
border-color: #109AAC;
}
</style>