Shades of Bondi Blue #109CAA
Tints of Bondi Blue #109CAA
RGB
CMYK
RGB Variations
Color information
#109CAA (or 0x109CAA) is known color: Bondi Blue. HEX triplet: 10, 9C and AA. RGB value is (16,156,170). Sum of RGB (Red+Green+Blue) = 16+156+170=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #109CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109CAA is #EF6355. Grayscale: #737373. Windows color (decimal): -15688534 or 11181072. OLE color: 11181072.
HSL color Cylindrical-coordinate representation of color #109CAA: hue angle of 185.45º 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 #109CAA is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 156 | 170 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.33 |
| HSL | 185.45º | 0.83% | 0.36% | - |
| HSV(B) | 185.45º | 0.91% | 0.67% | - |
| XYZ | 19.36 | 26.79 | 42.18 | - |
| YUV | 115.74 | 158.62 | 56.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 156 | 170 | 0.91 | 0.08 | 0 | 0.33 | 185.45 | 0.83 | 0.36 |
| Hex | 10 | 9C | AA | 5B | 8 | 0 | 21 | B9 | 53 | 24 |
| Octal | 20 | 234 | 252 | 133 | 10 | 0 | 41 | 271 | 123 | 44 |
| Binary | 10000 | 10011100 | 10101010 | 1011011 | 1000 | 0 | 100001 | 10111001 | 1010011 | 100100 |
Color Harmonies of #109CAA
Complementary color
Monochromatic Colors of #109CAA
Black with #109CAA
Text Example
Text Example
White with #109CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109CAA; }
p { color: rgb(16,156,170); }
H1.HeaderClassName
{
color: #109CAA;
}
.AnyTagClassName
{
color: #109CAA;
}
</style>
background-color css
<style>
a { background-color: #109CAA; }
a { background-color: rgb(16,156,170); }
div.DivClassName
{
background-color: #109CAA;
}
.BgClassName
{
background-color: #109CAA;
}
</style>
border-color css
<style>
span { border-color: #109CAA; }
span { border-color: rgb(16,156,170); }
td.TdClassName
{
border-color: #109CAA;
}
.TagClassName
{
border-color: #109CAA;
}
</style>