Shades of Bondi Blue #1196BB
Tints of Bondi Blue #1196BB
RGB
CMYK
RGB Variations
Color information
#1196BB (or 0x1196BB) is known color: Bondi Blue. HEX triplet: 11, 96 and BB. RGB value is (17,150,187). Sum of RGB (Red+Green+Blue) = 17+150+187=354 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.80% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #1196BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1196BB is #EE6944. Grayscale: #727272. Windows color (decimal): -15624517 or 12293649. OLE color: 12293649.
HSL color Cylindrical-coordinate representation of color #1196BB: hue angle of 193.06º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1196BB is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 150 | 187 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.27 |
| HSL | 193.06º | 0.83% | 0.4% | - |
| HSV(B) | 193.06º | 0.91% | 0.73% | - |
| XYZ | 20.11 | 25.52 | 50.88 | - |
| YUV | 114.45 | 168.94 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 187 | 0.91 | 0.20 | 0 | 0.27 | 193.06 | 0.83 | 0.4 |
| Hex | 11 | 96 | BB | 5B | 14 | 0 | 1B | C1 | 53 | 28 |
| Octal | 21 | 226 | 273 | 133 | 24 | 0 | 33 | 301 | 123 | 50 |
| Binary | 10001 | 10010110 | 10111011 | 1011011 | 10100 | 0 | 11011 | 11000001 | 1010011 | 101000 |
Color Harmonies of #1196BB
Complementary color
Monochromatic Colors of #1196BB
Black with #1196BB
Text Example
Text Example
White with #1196BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1196BB; }
p { color: rgb(17,150,187); }
H1.HeaderClassName
{
color: #1196BB;
}
.AnyTagClassName
{
color: #1196BB;
}
</style>
background-color css
<style>
a { background-color: #1196BB; }
a { background-color: rgb(17,150,187); }
div.DivClassName
{
background-color: #1196BB;
}
.BgClassName
{
background-color: #1196BB;
}
</style>
border-color css
<style>
span { border-color: #1196BB; }
span { border-color: rgb(17,150,187); }
td.TdClassName
{
border-color: #1196BB;
}
.TagClassName
{
border-color: #1196BB;
}
</style>