Shades of Bondi Blue #1097AA
Tints of Bondi Blue #1097AA
RGB
CMYK
RGB Variations
Color information
#1097AA (or 0x1097AA) is known color: Bondi Blue. HEX triplet: 10, 97 and AA. RGB value is (16,151,170). Sum of RGB (Red+Green+Blue) = 16+151+170=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #1097AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1097AA is #EF6855. Grayscale: #707070. Windows color (decimal): -15689814 or 11179792. OLE color: 11179792.
HSL color Cylindrical-coordinate representation of color #1097AA: hue angle of 187.4º 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 #1097AA is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 151 | 170 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.33 |
| HSL | 187.4º | 0.83% | 0.36% | - |
| HSV(B) | 187.4º | 0.91% | 0.67% | - |
| XYZ | 18.54 | 25.15 | 41.91 | - |
| YUV | 112.8 | 160.27 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 151 | 170 | 0.91 | 0.11 | 0 | 0.33 | 187.4 | 0.83 | 0.36 |
| Hex | 10 | 97 | AA | 5B | B | 0 | 21 | BB | 53 | 24 |
| Octal | 20 | 227 | 252 | 133 | 13 | 0 | 41 | 273 | 123 | 44 |
| Binary | 10000 | 10010111 | 10101010 | 1011011 | 1011 | 0 | 100001 | 10111011 | 1010011 | 100100 |
Color Harmonies of #1097AA
Complementary color
Monochromatic Colors of #1097AA
Black with #1097AA
Text Example
Text Example
White with #1097AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1097AA; }
p { color: rgb(16,151,170); }
H1.HeaderClassName
{
color: #1097AA;
}
.AnyTagClassName
{
color: #1097AA;
}
</style>
background-color css
<style>
a { background-color: #1097AA; }
a { background-color: rgb(16,151,170); }
div.DivClassName
{
background-color: #1097AA;
}
.BgClassName
{
background-color: #1097AA;
}
</style>
border-color css
<style>
span { border-color: #1097AA; }
span { border-color: rgb(16,151,170); }
td.TdClassName
{
border-color: #1097AA;
}
.TagClassName
{
border-color: #1097AA;
}
</style>