Shades of Bondi Blue #1192AB
Tints of Bondi Blue #1192AB
RGB
CMYK
RGB Variations
Color information
#1192AB (or 0x1192AB) is known color: Bondi Blue. HEX triplet: 11, 92 and AB. RGB value is (17,146,171). Sum of RGB (Red+Green+Blue) = 17+146+171=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #1192AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1192AB is #EE6D54. Grayscale: #6E6E6E. Windows color (decimal): -15625557 or 11244049. OLE color: 11244049.
HSL color Cylindrical-coordinate representation of color #1192AB: hue angle of 189.74º degrees, saturation: 0.82, 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 #1192AB is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 146 | 171 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.33 |
| HSL | 189.74º | 0.82% | 0.37% | - |
| HSV(B) | 189.74º | 0.9% | 0.67% | - |
| XYZ | 17.86 | 23.62 | 42.15 | - |
| YUV | 110.28 | 162.26 | 61.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 171 | 0.90 | 0.15 | 0 | 0.33 | 189.74 | 0.82 | 0.37 |
| Hex | 11 | 92 | AB | 5A | F | 0 | 21 | BE | 52 | 25 |
| Octal | 21 | 222 | 253 | 132 | 17 | 0 | 41 | 276 | 122 | 45 |
| Binary | 10001 | 10010010 | 10101011 | 1011010 | 1111 | 0 | 100001 | 10111110 | 1010010 | 100101 |
Color Harmonies of #1192AB
Complementary color
Monochromatic Colors of #1192AB
Black with #1192AB
Text Example
Text Example
White with #1192AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1192AB; }
p { color: rgb(17,146,171); }
H1.HeaderClassName
{
color: #1192AB;
}
.AnyTagClassName
{
color: #1192AB;
}
</style>
background-color css
<style>
a { background-color: #1192AB; }
a { background-color: rgb(17,146,171); }
div.DivClassName
{
background-color: #1192AB;
}
.BgClassName
{
background-color: #1192AB;
}
</style>
border-color css
<style>
span { border-color: #1192AB; }
span { border-color: rgb(17,146,171); }
td.TdClassName
{
border-color: #1192AB;
}
.TagClassName
{
border-color: #1192AB;
}
</style>