Shades of Bondi Blue #1097AB
Tints of Bondi Blue #1097AB
RGB
CMYK
RGB Variations
Color information
#1097AB (or 0x1097AB) is known color: Bondi Blue. HEX triplet: 10, 97 and AB. RGB value is (16,151,171). Sum of RGB (Red+Green+Blue) = 16+151+171=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #1097AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1097AB is #EF6854. Grayscale: #707070. Windows color (decimal): -15689813 or 11245328. OLE color: 11245328.
HSL color Cylindrical-coordinate representation of color #1097AB: hue angle of 187.74º 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 #1097AB is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 151 | 171 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.33 |
| HSL | 187.74º | 0.83% | 0.37% | - |
| HSV(B) | 187.74º | 0.91% | 0.67% | - |
| XYZ | 18.63 | 25.18 | 42.41 | - |
| YUV | 112.92 | 160.77 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 151 | 171 | 0.91 | 0.12 | 0 | 0.33 | 187.74 | 0.83 | 0.37 |
| Hex | 10 | 97 | AB | 5B | C | 0 | 21 | BC | 53 | 25 |
| Octal | 20 | 227 | 253 | 133 | 14 | 0 | 41 | 274 | 123 | 45 |
| Binary | 10000 | 10010111 | 10101011 | 1011011 | 1100 | 0 | 100001 | 10111100 | 1010011 | 100101 |
Color Harmonies of #1097AB
Complementary color
Monochromatic Colors of #1097AB
Black with #1097AB
Text Example
Text Example
White with #1097AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1097AB; }
p { color: rgb(16,151,171); }
H1.HeaderClassName
{
color: #1097AB;
}
.AnyTagClassName
{
color: #1097AB;
}
</style>
background-color css
<style>
a { background-color: #1097AB; }
a { background-color: rgb(16,151,171); }
div.DivClassName
{
background-color: #1097AB;
}
.BgClassName
{
background-color: #1097AB;
}
</style>
border-color css
<style>
span { border-color: #1097AB; }
span { border-color: rgb(16,151,171); }
td.TdClassName
{
border-color: #1097AB;
}
.TagClassName
{
border-color: #1097AB;
}
</style>