Shades of Bondi Blue #109CAD
Tints of Bondi Blue #109CAD
RGB
CMYK
RGB Variations
Color information
#109CAD (or 0x109CAD) is known color: Bondi Blue. HEX triplet: 10, 9C and AD. RGB value is (16,156,173). Sum of RGB (Red+Green+Blue) = 16+156+173=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #109CAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109CAD is #EF6352. Grayscale: #737373. Windows color (decimal): -15688531 or 11377680. OLE color: 11377680.
HSL color Cylindrical-coordinate representation of color #109CAD: hue angle of 186.5º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #109CAD is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 156 | 173 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.32 |
| HSL | 186.5º | 0.83% | 0.37% | - |
| HSV(B) | 186.5º | 0.91% | 0.68% | - |
| XYZ | 19.64 | 26.9 | 43.69 | - |
| YUV | 116.08 | 160.12 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 156 | 173 | 0.91 | 0.10 | 0 | 0.32 | 186.5 | 0.83 | 0.37 |
| Hex | 10 | 9C | AD | 5B | A | 0 | 20 | BA | 53 | 25 |
| Octal | 20 | 234 | 255 | 133 | 12 | 0 | 40 | 272 | 123 | 45 |
| Binary | 10000 | 10011100 | 10101101 | 1011011 | 1010 | 0 | 100000 | 10111010 | 1010011 | 100101 |
Color Harmonies of #109CAD
Complementary color
Monochromatic Colors of #109CAD
Black with #109CAD
Text Example
Text Example
White with #109CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109CAD; }
p { color: rgb(16,156,173); }
H1.HeaderClassName
{
color: #109CAD;
}
.AnyTagClassName
{
color: #109CAD;
}
</style>
background-color css
<style>
a { background-color: #109CAD; }
a { background-color: rgb(16,156,173); }
div.DivClassName
{
background-color: #109CAD;
}
.BgClassName
{
background-color: #109CAD;
}
</style>
border-color css
<style>
span { border-color: #109CAD; }
span { border-color: rgb(16,156,173); }
td.TdClassName
{
border-color: #109CAD;
}
.TagClassName
{
border-color: #109CAD;
}
</style>