Shades of Bondi Blue #1098AC
Tints of Bondi Blue #1098AC
RGB
CMYK
RGB Variations
Color information
#1098AC (or 0x1098AC) is known color: Bondi Blue. HEX triplet: 10, 98 and AC. RGB value is (16,152,172). Sum of RGB (Red+Green+Blue) = 16+152+172=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #1098AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1098AC is #EF6753. Grayscale: #717171. Windows color (decimal): -15689556 or 11311120. OLE color: 11311120.
HSL color Cylindrical-coordinate representation of color #1098AC: hue angle of 187.69º 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 #1098AC is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 152 | 172 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.33 |
| HSL | 187.69º | 0.83% | 0.37% | - |
| HSV(B) | 187.69º | 0.91% | 0.67% | - |
| XYZ | 18.89 | 25.55 | 42.96 | - |
| YUV | 113.62 | 160.94 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 152 | 172 | 0.91 | 0.12 | 0 | 0.33 | 187.69 | 0.83 | 0.37 |
| Hex | 10 | 98 | AC | 5B | C | 0 | 21 | BC | 53 | 25 |
| Octal | 20 | 230 | 254 | 133 | 14 | 0 | 41 | 274 | 123 | 45 |
| Binary | 10000 | 10011000 | 10101100 | 1011011 | 1100 | 0 | 100001 | 10111100 | 1010011 | 100101 |
Color Harmonies of #1098AC
Complementary color
Monochromatic Colors of #1098AC
Black with #1098AC
Text Example
Text Example
White with #1098AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1098AC; }
p { color: rgb(16,152,172); }
H1.HeaderClassName
{
color: #1098AC;
}
.AnyTagClassName
{
color: #1098AC;
}
</style>
background-color css
<style>
a { background-color: #1098AC; }
a { background-color: rgb(16,152,172); }
div.DivClassName
{
background-color: #1098AC;
}
.BgClassName
{
background-color: #1098AC;
}
</style>
border-color css
<style>
span { border-color: #1098AC; }
span { border-color: rgb(16,152,172); }
td.TdClassName
{
border-color: #1098AC;
}
.TagClassName
{
border-color: #1098AC;
}
</style>