Shades of Bondi Blue #109AAA
Tints of Bondi Blue #109AAA
RGB
CMYK
RGB Variations
Color information
#109AAA (or 0x109AAA) is known color: Bondi Blue. HEX triplet: 10, 9A and AA. RGB value is (16,154,170). Sum of RGB (Red+Green+Blue) = 16+154+170=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #109AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109AAA is #EF6555. Grayscale: #727272. Windows color (decimal): -15689046 or 11180560. OLE color: 11180560.
HSL color Cylindrical-coordinate representation of color #109AAA: hue angle of 186.23º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #109AAA is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 154 | 170 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.33 |
| HSL | 186.23º | 0.83% | 0.36% | - |
| HSV(B) | 186.23º | 0.91% | 0.67% | - |
| XYZ | 19.02 | 26.12 | 42.07 | - |
| YUV | 114.56 | 159.28 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 154 | 170 | 0.91 | 0.09 | 0 | 0.33 | 186.23 | 0.83 | 0.36 |
| Hex | 10 | 9A | AA | 5B | 9 | 0 | 21 | BA | 53 | 24 |
| Octal | 20 | 232 | 252 | 133 | 11 | 0 | 41 | 272 | 123 | 44 |
| Binary | 10000 | 10011010 | 10101010 | 1011011 | 1001 | 0 | 100001 | 10111010 | 1010011 | 100100 |
Color Harmonies of #109AAA
Complementary color
Monochromatic Colors of #109AAA
Black with #109AAA
Text Example
Text Example
White with #109AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109AAA; }
p { color: rgb(16,154,170); }
H1.HeaderClassName
{
color: #109AAA;
}
.AnyTagClassName
{
color: #109AAA;
}
</style>
background-color css
<style>
a { background-color: #109AAA; }
a { background-color: rgb(16,154,170); }
div.DivClassName
{
background-color: #109AAA;
}
.BgClassName
{
background-color: #109AAA;
}
</style>
border-color css
<style>
span { border-color: #109AAA; }
span { border-color: rgb(16,154,170); }
td.TdClassName
{
border-color: #109AAA;
}
.TagClassName
{
border-color: #109AAA;
}
</style>