Shades of Bondi Blue #109BAC
Tints of Bondi Blue #109BAC
RGB
CMYK
RGB Variations
Color information
#109BAC (or 0x109BAC) is known color: Bondi Blue. HEX triplet: 10, 9B and AC. RGB value is (16,155,172). Sum of RGB (Red+Green+Blue) = 16+155+172=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #109BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109BAC is #EF6453. Grayscale: #737373. Windows color (decimal): -15688788 or 11311888. OLE color: 11311888.
HSL color Cylindrical-coordinate representation of color #109BAC: hue angle of 186.54º 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 #109BAC is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 155 | 172 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.33 |
| HSL | 186.54º | 0.83% | 0.37% | - |
| HSV(B) | 186.54º | 0.91% | 0.67% | - |
| XYZ | 19.38 | 26.53 | 43.13 | - |
| YUV | 115.38 | 159.95 | 57.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 155 | 172 | 0.91 | 0.10 | 0 | 0.33 | 186.54 | 0.83 | 0.37 |
| Hex | 10 | 9B | AC | 5B | A | 0 | 21 | BB | 53 | 25 |
| Octal | 20 | 233 | 254 | 133 | 12 | 0 | 41 | 273 | 123 | 45 |
| Binary | 10000 | 10011011 | 10101100 | 1011011 | 1010 | 0 | 100001 | 10111011 | 1010011 | 100101 |
Color Harmonies of #109BAC
Complementary color
Monochromatic Colors of #109BAC
Black with #109BAC
Text Example
Text Example
White with #109BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109BAC; }
p { color: rgb(16,155,172); }
H1.HeaderClassName
{
color: #109BAC;
}
.AnyTagClassName
{
color: #109BAC;
}
</style>
background-color css
<style>
a { background-color: #109BAC; }
a { background-color: rgb(16,155,172); }
div.DivClassName
{
background-color: #109BAC;
}
.BgClassName
{
background-color: #109BAC;
}
</style>
border-color css
<style>
span { border-color: #109BAC; }
span { border-color: rgb(16,155,172); }
td.TdClassName
{
border-color: #109BAC;
}
.TagClassName
{
border-color: #109BAC;
}
</style>