Shades of Bondi Blue #1292AC
Tints of Bondi Blue #1292AC
RGB
CMYK
RGB Variations
Color information
#1292AC (or 0x1292AC) is known color: Bondi Blue. HEX triplet: 12, 92 and AC. RGB value is (18,146,172). Sum of RGB (Red+Green+Blue) = 18+146+172=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #1292AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1292AC is #ED6D53. Grayscale: #6E6E6E. Windows color (decimal): -15560020 or 11309586. OLE color: 11309586.
HSL color Cylindrical-coordinate representation of color #1292AC: hue angle of 190.13º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1292AC is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 146 | 172 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.33 |
| HSL | 190.13º | 0.81% | 0.37% | - |
| HSV(B) | 190.13º | 0.9% | 0.67% | - |
| XYZ | 17.97 | 23.66 | 42.65 | - |
| YUV | 110.69 | 162.59 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 172 | 0.90 | 0.15 | 0 | 0.33 | 190.13 | 0.81 | 0.37 |
| Hex | 12 | 92 | AC | 5A | F | 0 | 21 | BE | 51 | 25 |
| Octal | 22 | 222 | 254 | 132 | 17 | 0 | 41 | 276 | 121 | 45 |
| Binary | 10010 | 10010010 | 10101100 | 1011010 | 1111 | 0 | 100001 | 10111110 | 1010001 | 100101 |
Color Harmonies of #1292AC
Complementary color
Monochromatic Colors of #1292AC
Black with #1292AC
Text Example
Text Example
White with #1292AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1292AC; }
p { color: rgb(18,146,172); }
H1.HeaderClassName
{
color: #1292AC;
}
.AnyTagClassName
{
color: #1292AC;
}
</style>
background-color css
<style>
a { background-color: #1292AC; }
a { background-color: rgb(18,146,172); }
div.DivClassName
{
background-color: #1292AC;
}
.BgClassName
{
background-color: #1292AC;
}
</style>
border-color css
<style>
span { border-color: #1292AC; }
span { border-color: rgb(18,146,172); }
td.TdClassName
{
border-color: #1292AC;
}
.TagClassName
{
border-color: #1292AC;
}
</style>