Shades of Bondi Blue #109AB2
Tints of Bondi Blue #109AB2
RGB
CMYK
RGB Variations
Color information
#109AB2 (or 0x109AB2) is known color: Bondi Blue. HEX triplet: 10, 9A and B2. RGB value is (16,154,178). Sum of RGB (Red+Green+Blue) = 16+154+178=348 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.60% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 178 (69.92% from 255 or 51.15% from 348); Max value from RGB is 178 - color contains mainly: blue. Hex color #109AB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109AB2 is #EF654D. Grayscale: #737373. Windows color (decimal): -15689038 or 11704848. OLE color: 11704848.
HSL color Cylindrical-coordinate representation of color #109AB2: hue angle of 188.89º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #109AB2 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 154 | 178 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.30 |
| HSL | 188.89º | 0.84% | 0.38% | - |
| HSV(B) | 188.89º | 0.91% | 0.7% | - |
| XYZ | 19.81 | 26.44 | 46.18 | - |
| YUV | 115.47 | 163.28 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 154 | 178 | 0.91 | 0.13 | 0 | 0.30 | 188.89 | 0.84 | 0.38 |
| Hex | 10 | 9A | B2 | 5B | D | 0 | 1E | BD | 54 | 26 |
| Octal | 20 | 232 | 262 | 133 | 15 | 0 | 36 | 275 | 124 | 46 |
| Binary | 10000 | 10011010 | 10110010 | 1011011 | 1101 | 0 | 11110 | 10111101 | 1010100 | 100110 |
Color Harmonies of #109AB2
Complementary color
Monochromatic Colors of #109AB2
Black with #109AB2
Text Example
Text Example
White with #109AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109AB2; }
p { color: rgb(16,154,178); }
H1.HeaderClassName
{
color: #109AB2;
}
.AnyTagClassName
{
color: #109AB2;
}
</style>
background-color css
<style>
a { background-color: #109AB2; }
a { background-color: rgb(16,154,178); }
div.DivClassName
{
background-color: #109AB2;
}
.BgClassName
{
background-color: #109AB2;
}
</style>
border-color css
<style>
span { border-color: #109AB2; }
span { border-color: rgb(16,154,178); }
td.TdClassName
{
border-color: #109AB2;
}
.TagClassName
{
border-color: #109AB2;
}
</style>