Shades of Bondi Blue #1094AB
Tints of Bondi Blue #1094AB
RGB
CMYK
RGB Variations
Color information
#1094AB (or 0x1094AB) is known color: Bondi Blue. HEX triplet: 10, 94 and AB. RGB value is (16,148,171). Sum of RGB (Red+Green+Blue) = 16+148+171=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #1094AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1094AB is #EF6B54. Grayscale: #6E6E6E. Windows color (decimal): -15690581 or 11244560. OLE color: 11244560.
HSL color Cylindrical-coordinate representation of color #1094AB: hue angle of 188.9º 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 #1094AB is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 148 | 171 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.33 |
| HSL | 188.9º | 0.83% | 0.37% | - |
| HSV(B) | 188.9º | 0.91% | 0.67% | - |
| XYZ | 18.15 | 24.23 | 42.25 | - |
| YUV | 111.15 | 161.77 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 148 | 171 | 0.91 | 0.13 | 0 | 0.33 | 188.9 | 0.83 | 0.37 |
| Hex | 10 | 94 | AB | 5B | D | 0 | 21 | BD | 53 | 25 |
| Octal | 20 | 224 | 253 | 133 | 15 | 0 | 41 | 275 | 123 | 45 |
| Binary | 10000 | 10010100 | 10101011 | 1011011 | 1101 | 0 | 100001 | 10111101 | 1010011 | 100101 |
Color Harmonies of #1094AB
Complementary color
Monochromatic Colors of #1094AB
Black with #1094AB
Text Example
Text Example
White with #1094AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1094AB; }
p { color: rgb(16,148,171); }
H1.HeaderClassName
{
color: #1094AB;
}
.AnyTagClassName
{
color: #1094AB;
}
</style>
background-color css
<style>
a { background-color: #1094AB; }
a { background-color: rgb(16,148,171); }
div.DivClassName
{
background-color: #1094AB;
}
.BgClassName
{
background-color: #1094AB;
}
</style>
border-color css
<style>
span { border-color: #1094AB; }
span { border-color: rgb(16,148,171); }
td.TdClassName
{
border-color: #1094AB;
}
.TagClassName
{
border-color: #1094AB;
}
</style>