Shades of Bondi Blue #1092AB
Tints of Bondi Blue #1092AB
RGB
CMYK
RGB Variations
Color information
#1092AB (or 0x1092AB) is known color: Bondi Blue. HEX triplet: 10, 92 and AB. RGB value is (16,146,171). Sum of RGB (Red+Green+Blue) = 16+146+171=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #1092AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1092AB is #EF6D54. Grayscale: #6D6D6D. Windows color (decimal): -15691093 or 11244048. OLE color: 11244048.
HSL color Cylindrical-coordinate representation of color #1092AB: hue angle of 189.68º 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 #1092AB is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 146 | 171 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.33 |
| HSL | 189.68º | 0.83% | 0.37% | - |
| HSV(B) | 189.68º | 0.91% | 0.67% | - |
| XYZ | 17.84 | 23.61 | 42.14 | - |
| YUV | 109.98 | 162.43 | 60.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 146 | 171 | 0.91 | 0.15 | 0 | 0.33 | 189.68 | 0.83 | 0.37 |
| Hex | 10 | 92 | AB | 5B | F | 0 | 21 | BE | 53 | 25 |
| Octal | 20 | 222 | 253 | 133 | 17 | 0 | 41 | 276 | 123 | 45 |
| Binary | 10000 | 10010010 | 10101011 | 1011011 | 1111 | 0 | 100001 | 10111110 | 1010011 | 100101 |
Color Harmonies of #1092AB
Complementary color
Monochromatic Colors of #1092AB
Black with #1092AB
Text Example
Text Example
White with #1092AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1092AB; }
p { color: rgb(16,146,171); }
H1.HeaderClassName
{
color: #1092AB;
}
.AnyTagClassName
{
color: #1092AB;
}
</style>
background-color css
<style>
a { background-color: #1092AB; }
a { background-color: rgb(16,146,171); }
div.DivClassName
{
background-color: #1092AB;
}
.BgClassName
{
background-color: #1092AB;
}
</style>
border-color css
<style>
span { border-color: #1092AB; }
span { border-color: rgb(16,146,171); }
td.TdClassName
{
border-color: #1092AB;
}
.TagClassName
{
border-color: #1092AB;
}
</style>