Shades of Bondi Blue #1292AB
Tints of Bondi Blue #1292AB
RGB
CMYK
RGB Variations
Color information
#1292AB (or 0x1292AB) is known color: Bondi Blue. HEX triplet: 12, 92 and AB. RGB value is (18,146,171). Sum of RGB (Red+Green+Blue) = 18+146+171=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 146 (57.42% from 255 or 43.58% 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 #1292AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1292AB is #ED6D54. Grayscale: #6E6E6E. Windows color (decimal): -15560021 or 11244050. OLE color: 11244050.
HSL color Cylindrical-coordinate representation of color #1292AB: hue angle of 189.8º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1292AB is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 146 | 171 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.33 |
| HSL | 189.8º | 0.81% | 0.37% | - |
| HSV(B) | 189.8º | 0.89% | 0.67% | - |
| XYZ | 17.88 | 23.63 | 42.15 | - |
| YUV | 110.58 | 162.09 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 171 | 0.89 | 0.15 | 0 | 0.33 | 189.8 | 0.81 | 0.37 |
| Hex | 12 | 92 | AB | 59 | F | 0 | 21 | BE | 51 | 25 |
| Octal | 22 | 222 | 253 | 131 | 17 | 0 | 41 | 276 | 121 | 45 |
| Binary | 10010 | 10010010 | 10101011 | 1011001 | 1111 | 0 | 100001 | 10111110 | 1010001 | 100101 |
Color Harmonies of #1292AB
Complementary color
Monochromatic Colors of #1292AB
Black with #1292AB
Text Example
Text Example
White with #1292AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1292AB; }
p { color: rgb(18,146,171); }
H1.HeaderClassName
{
color: #1292AB;
}
.AnyTagClassName
{
color: #1292AB;
}
</style>
background-color css
<style>
a { background-color: #1292AB; }
a { background-color: rgb(18,146,171); }
div.DivClassName
{
background-color: #1292AB;
}
.BgClassName
{
background-color: #1292AB;
}
</style>
border-color css
<style>
span { border-color: #1292AB; }
span { border-color: rgb(18,146,171); }
td.TdClassName
{
border-color: #1292AB;
}
.TagClassName
{
border-color: #1292AB;
}
</style>