Shades of Bondi Blue #109DAA
Tints of Bondi Blue #109DAA
RGB
CMYK
RGB Variations
Color information
#109DAA (or 0x109DAA) is known color: Bondi Blue. HEX triplet: 10, 9D and AA. RGB value is (16,157,170). Sum of RGB (Red+Green+Blue) = 16+157+170=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #109DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109DAA is #EF6255. Grayscale: #747474. Windows color (decimal): -15688278 or 11181328. OLE color: 11181328.
HSL color Cylindrical-coordinate representation of color #109DAA: hue angle of 185.06º 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 #109DAA is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 157 | 170 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.33 |
| HSL | 185.06º | 0.83% | 0.36% | - |
| HSV(B) | 185.06º | 0.91% | 0.67% | - |
| XYZ | 19.53 | 27.13 | 42.24 | - |
| YUV | 116.32 | 158.29 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 157 | 170 | 0.91 | 0.08 | 0 | 0.33 | 185.06 | 0.83 | 0.36 |
| Hex | 10 | 9D | AA | 5B | 8 | 0 | 21 | B9 | 53 | 24 |
| Octal | 20 | 235 | 252 | 133 | 10 | 0 | 41 | 271 | 123 | 44 |
| Binary | 10000 | 10011101 | 10101010 | 1011011 | 1000 | 0 | 100001 | 10111001 | 1010011 | 100100 |
Color Harmonies of #109DAA
Complementary color
Monochromatic Colors of #109DAA
Black with #109DAA
Text Example
Text Example
White with #109DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109DAA; }
p { color: rgb(16,157,170); }
H1.HeaderClassName
{
color: #109DAA;
}
.AnyTagClassName
{
color: #109DAA;
}
</style>
background-color css
<style>
a { background-color: #109DAA; }
a { background-color: rgb(16,157,170); }
div.DivClassName
{
background-color: #109DAA;
}
.BgClassName
{
background-color: #109DAA;
}
</style>
border-color css
<style>
span { border-color: #109DAA; }
span { border-color: rgb(16,157,170); }
td.TdClassName
{
border-color: #109DAA;
}
.TagClassName
{
border-color: #109DAA;
}
</style>