Shades of Bondi Blue #10A0AC
Tints of Bondi Blue #10A0AC
RGB
CMYK
RGB Variations
Color information
#10A0AC (or 0x10A0AC) is known color: Bondi Blue. HEX triplet: 10, A0 and AC. RGB value is (16,160,172). Sum of RGB (Red+Green+Blue) = 16+160+172=348 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.60% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #10A0AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A0AC is #EF5F53. Grayscale: #767676. Windows color (decimal): -15687508 or 11313168. OLE color: 11313168.
HSL color Cylindrical-coordinate representation of color #10A0AC: hue angle of 184.62º 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 #10A0AC is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 160 | 172 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.33 |
| HSL | 184.62º | 0.83% | 0.37% | - |
| HSV(B) | 184.62º | 0.91% | 0.67% | - |
| XYZ | 20.23 | 28.23 | 43.41 | - |
| YUV | 118.31 | 158.29 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 160 | 172 | 0.91 | 0.07 | 0 | 0.33 | 184.62 | 0.83 | 0.37 |
| Hex | 10 | A0 | AC | 5B | 7 | 0 | 21 | B9 | 53 | 25 |
| Octal | 20 | 240 | 254 | 133 | 7 | 0 | 41 | 271 | 123 | 45 |
| Binary | 10000 | 10100000 | 10101100 | 1011011 | 111 | 0 | 100001 | 10111001 | 1010011 | 100101 |
Color Harmonies of #10A0AC
Complementary color
Monochromatic Colors of #10A0AC
Black with #10A0AC
Text Example
Text Example
White with #10A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A0AC; }
p { color: rgb(16,160,172); }
H1.HeaderClassName
{
color: #10A0AC;
}
.AnyTagClassName
{
color: #10A0AC;
}
</style>
background-color css
<style>
a { background-color: #10A0AC; }
a { background-color: rgb(16,160,172); }
div.DivClassName
{
background-color: #10A0AC;
}
.BgClassName
{
background-color: #10A0AC;
}
</style>
border-color css
<style>
span { border-color: #10A0AC; }
span { border-color: rgb(16,160,172); }
td.TdClassName
{
border-color: #10A0AC;
}
.TagClassName
{
border-color: #10A0AC;
}
</style>