Shades of Bondi Blue #109DAB
Tints of Bondi Blue #109DAB
RGB
CMYK
RGB Variations
Color information
#109DAB (or 0x109DAB) is known color: Bondi Blue. HEX triplet: 10, 9D and AB. RGB value is (16,157,171). Sum of RGB (Red+Green+Blue) = 16+157+171=344 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.65% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #109DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109DAB is #EF6254. Grayscale: #747474. Windows color (decimal): -15688277 or 11246864. OLE color: 11246864.
HSL color Cylindrical-coordinate representation of color #109DAB: hue angle of 185.42º 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 #109DAB is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 157 | 171 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.33 |
| HSL | 185.42º | 0.83% | 0.37% | - |
| HSV(B) | 185.42º | 0.91% | 0.67% | - |
| XYZ | 19.62 | 27.16 | 42.74 | - |
| YUV | 116.44 | 158.79 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 157 | 171 | 0.91 | 0.08 | 0 | 0.33 | 185.42 | 0.83 | 0.37 |
| Hex | 10 | 9D | AB | 5B | 8 | 0 | 21 | B9 | 53 | 25 |
| Octal | 20 | 235 | 253 | 133 | 10 | 0 | 41 | 271 | 123 | 45 |
| Binary | 10000 | 10011101 | 10101011 | 1011011 | 1000 | 0 | 100001 | 10111001 | 1010011 | 100101 |
Color Harmonies of #109DAB
Complementary color
Monochromatic Colors of #109DAB
Black with #109DAB
Text Example
Text Example
White with #109DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109DAB; }
p { color: rgb(16,157,171); }
H1.HeaderClassName
{
color: #109DAB;
}
.AnyTagClassName
{
color: #109DAB;
}
</style>
background-color css
<style>
a { background-color: #109DAB; }
a { background-color: rgb(16,157,171); }
div.DivClassName
{
background-color: #109DAB;
}
.BgClassName
{
background-color: #109DAB;
}
</style>
border-color css
<style>
span { border-color: #109DAB; }
span { border-color: rgb(16,157,171); }
td.TdClassName
{
border-color: #109DAB;
}
.TagClassName
{
border-color: #109DAB;
}
</style>