Shades of Bondi Blue #1187BB
Tints of Bondi Blue #1187BB
RGB
CMYK
RGB Variations
Color information
#1187BB (or 0x1187BB) is known color: Bondi Blue. HEX triplet: 11, 87 and BB. RGB value is (17,135,187). Sum of RGB (Red+Green+Blue) = 17+135+187=339 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.01% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #1187BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1187BB is #EE7844. Grayscale: #696969. Windows color (decimal): -15628357 or 12289809. OLE color: 12289809.
HSL color Cylindrical-coordinate representation of color #1187BB: hue angle of 198.35º 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 #1187BB is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 135 | 187 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.27 |
| HSL | 198.35º | 0.83% | 0.4% | - |
| HSV(B) | 198.35º | 0.91% | 0.73% | - |
| XYZ | 17.86 | 21.03 | 50.13 | - |
| YUV | 105.65 | 173.91 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 187 | 0.91 | 0.28 | 0 | 0.27 | 198.35 | 0.83 | 0.4 |
| Hex | 11 | 87 | BB | 5B | 1C | 0 | 1B | C6 | 53 | 28 |
| Octal | 21 | 207 | 273 | 133 | 34 | 0 | 33 | 306 | 123 | 50 |
| Binary | 10001 | 10000111 | 10111011 | 1011011 | 11100 | 0 | 11011 | 11000110 | 1010011 | 101000 |
Color Harmonies of #1187BB
Complementary color
Monochromatic Colors of #1187BB
Black with #1187BB
Text Example
Text Example
White with #1187BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1187BB; }
p { color: rgb(17,135,187); }
H1.HeaderClassName
{
color: #1187BB;
}
.AnyTagClassName
{
color: #1187BB;
}
</style>
background-color css
<style>
a { background-color: #1187BB; }
a { background-color: rgb(17,135,187); }
div.DivClassName
{
background-color: #1187BB;
}
.BgClassName
{
background-color: #1187BB;
}
</style>
border-color css
<style>
span { border-color: #1187BB; }
span { border-color: rgb(17,135,187); }
td.TdClassName
{
border-color: #1187BB;
}
.TagClassName
{
border-color: #1187BB;
}
</style>