Shades of Bondi Blue #1096AB
Tints of Bondi Blue #1096AB
RGB
CMYK
RGB Variations
Color information
#1096AB (or 0x1096AB) is known color: Bondi Blue. HEX triplet: 10, 96 and AB. RGB value is (16,150,171). Sum of RGB (Red+Green+Blue) = 16+150+171=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #1096AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1096AB is #EF6954. Grayscale: #707070. Windows color (decimal): -15690069 or 11245072. OLE color: 11245072.
HSL color Cylindrical-coordinate representation of color #1096AB: hue angle of 188.13º 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 #1096AB is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 150 | 171 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.33 |
| HSL | 188.13º | 0.83% | 0.37% | - |
| HSV(B) | 188.13º | 0.91% | 0.67% | - |
| XYZ | 18.47 | 24.86 | 42.35 | - |
| YUV | 112.33 | 161.11 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 150 | 171 | 0.91 | 0.12 | 0 | 0.33 | 188.13 | 0.83 | 0.37 |
| Hex | 10 | 96 | AB | 5B | C | 0 | 21 | BC | 53 | 25 |
| Octal | 20 | 226 | 253 | 133 | 14 | 0 | 41 | 274 | 123 | 45 |
| Binary | 10000 | 10010110 | 10101011 | 1011011 | 1100 | 0 | 100001 | 10111100 | 1010011 | 100101 |
Color Harmonies of #1096AB
Complementary color
Monochromatic Colors of #1096AB
Black with #1096AB
Text Example
Text Example
White with #1096AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1096AB; }
p { color: rgb(16,150,171); }
H1.HeaderClassName
{
color: #1096AB;
}
.AnyTagClassName
{
color: #1096AB;
}
</style>
background-color css
<style>
a { background-color: #1096AB; }
a { background-color: rgb(16,150,171); }
div.DivClassName
{
background-color: #1096AB;
}
.BgClassName
{
background-color: #1096AB;
}
</style>
border-color css
<style>
span { border-color: #1096AB; }
span { border-color: rgb(16,150,171); }
td.TdClassName
{
border-color: #1096AB;
}
.TagClassName
{
border-color: #1096AB;
}
</style>