Shades of Bondi Blue #10A0B9
Tints of Bondi Blue #10A0B9
RGB
CMYK
RGB Variations
Color information
#10A0B9 (or 0x10A0B9) is known color: Bondi Blue. HEX triplet: 10, A0 and B9. RGB value is (16,160,185). Sum of RGB (Red+Green+Blue) = 16+160+185=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 185 (72.66% from 255 or 51.25% from 361); Max value from RGB is 185 - color contains mainly: blue. Hex color #10A0B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A0B9 is #EF5F46. Grayscale: #777777. Windows color (decimal): -15687495 or 12165136. OLE color: 12165136.
HSL color Cylindrical-coordinate representation of color #10A0B9: hue angle of 188.88º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A0B9 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 160 | 185 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.27 |
| HSL | 188.88º | 0.84% | 0.39% | - |
| HSV(B) | 188.88º | 0.91% | 0.73% | - |
| XYZ | 21.54 | 28.75 | 50.31 | - |
| YUV | 119.79 | 164.79 | 53.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 160 | 185 | 0.91 | 0.14 | 0 | 0.27 | 188.88 | 0.84 | 0.39 |
| Hex | 10 | A0 | B9 | 5B | E | 0 | 1B | BD | 54 | 27 |
| Octal | 20 | 240 | 271 | 133 | 16 | 0 | 33 | 275 | 124 | 47 |
| Binary | 10000 | 10100000 | 10111001 | 1011011 | 1110 | 0 | 11011 | 10111101 | 1010100 | 100111 |
Color Harmonies of #10A0B9
Complementary color
Monochromatic Colors of #10A0B9
Black with #10A0B9
Text Example
Text Example
White with #10A0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A0B9; }
p { color: rgb(16,160,185); }
H1.HeaderClassName
{
color: #10A0B9;
}
.AnyTagClassName
{
color: #10A0B9;
}
</style>
background-color css
<style>
a { background-color: #10A0B9; }
a { background-color: rgb(16,160,185); }
div.DivClassName
{
background-color: #10A0B9;
}
.BgClassName
{
background-color: #10A0B9;
}
</style>
border-color css
<style>
span { border-color: #10A0B9; }
span { border-color: rgb(16,160,185); }
td.TdClassName
{
border-color: #10A0B9;
}
.TagClassName
{
border-color: #10A0B9;
}
</style>