Shades of Bondi Blue #1097AC
Tints of Bondi Blue #1097AC
RGB
CMYK
RGB Variations
Color information
#1097AC (or 0x1097AC) is known color: Bondi Blue. HEX triplet: 10, 97 and AC. RGB value is (16,151,172). Sum of RGB (Red+Green+Blue) = 16+151+172=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #1097AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1097AC is #EF6853. Grayscale: #707070. Windows color (decimal): -15689812 or 11310864. OLE color: 11310864.
HSL color Cylindrical-coordinate representation of color #1097AC: hue angle of 188.08º 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 #1097AC is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 151 | 172 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.33 |
| HSL | 188.08º | 0.83% | 0.37% | - |
| HSV(B) | 188.08º | 0.91% | 0.67% | - |
| XYZ | 18.73 | 25.22 | 42.91 | - |
| YUV | 113.03 | 161.27 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 151 | 172 | 0.91 | 0.12 | 0 | 0.33 | 188.08 | 0.83 | 0.37 |
| Hex | 10 | 97 | AC | 5B | C | 0 | 21 | BC | 53 | 25 |
| Octal | 20 | 227 | 254 | 133 | 14 | 0 | 41 | 274 | 123 | 45 |
| Binary | 10000 | 10010111 | 10101100 | 1011011 | 1100 | 0 | 100001 | 10111100 | 1010011 | 100101 |
Color Harmonies of #1097AC
Complementary color
Monochromatic Colors of #1097AC
Black with #1097AC
Text Example
Text Example
White with #1097AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1097AC; }
p { color: rgb(16,151,172); }
H1.HeaderClassName
{
color: #1097AC;
}
.AnyTagClassName
{
color: #1097AC;
}
</style>
background-color css
<style>
a { background-color: #1097AC; }
a { background-color: rgb(16,151,172); }
div.DivClassName
{
background-color: #1097AC;
}
.BgClassName
{
background-color: #1097AC;
}
</style>
border-color css
<style>
span { border-color: #1097AC; }
span { border-color: rgb(16,151,172); }
td.TdClassName
{
border-color: #1097AC;
}
.TagClassName
{
border-color: #1097AC;
}
</style>