Shades of Bondi Blue #1187BA
Tints of Bondi Blue #1187BA
RGB
CMYK
RGB Variations
Color information
#1187BA (or 0x1187BA) is known color: Bondi Blue. HEX triplet: 11, 87 and BA. RGB value is (17,135,186). Sum of RGB (Red+Green+Blue) = 17+135+186=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #1187BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1187BA is #EE7845. Grayscale: #696969. Windows color (decimal): -15628358 or 12224273. OLE color: 12224273.
HSL color Cylindrical-coordinate representation of color #1187BA: hue angle of 198.11º 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 #1187BA is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 135 | 186 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.27 |
| HSL | 198.11º | 0.83% | 0.4% | - |
| HSV(B) | 198.11º | 0.91% | 0.73% | - |
| XYZ | 17.76 | 20.99 | 49.57 | - |
| YUV | 105.53 | 173.41 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 186 | 0.91 | 0.27 | 0 | 0.27 | 198.11 | 0.83 | 0.4 |
| Hex | 11 | 87 | BA | 5B | 1B | 0 | 1B | C6 | 53 | 28 |
| Octal | 21 | 207 | 272 | 133 | 33 | 0 | 33 | 306 | 123 | 50 |
| Binary | 10001 | 10000111 | 10111010 | 1011011 | 11011 | 0 | 11011 | 11000110 | 1010011 | 101000 |
Color Harmonies of #1187BA
Complementary color
Monochromatic Colors of #1187BA
Black with #1187BA
Text Example
Text Example
White with #1187BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1187BA; }
p { color: rgb(17,135,186); }
H1.HeaderClassName
{
color: #1187BA;
}
.AnyTagClassName
{
color: #1187BA;
}
</style>
background-color css
<style>
a { background-color: #1187BA; }
a { background-color: rgb(17,135,186); }
div.DivClassName
{
background-color: #1187BA;
}
.BgClassName
{
background-color: #1187BA;
}
</style>
border-color css
<style>
span { border-color: #1187BA; }
span { border-color: rgb(17,135,186); }
td.TdClassName
{
border-color: #1187BA;
}
.TagClassName
{
border-color: #1187BA;
}
</style>