Shades of Bondi Blue #1188BA
Tints of Bondi Blue #1188BA
RGB
CMYK
RGB Variations
Color information
#1188BA (or 0x1188BA) is known color: Bondi Blue. HEX triplet: 11, 88 and BA. RGB value is (17,136,186). Sum of RGB (Red+Green+Blue) = 17+136+186=339 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.01% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #1188BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1188BA is #EE7745. Grayscale: #696969. Windows color (decimal): -15628102 or 12224529. OLE color: 12224529.
HSL color Cylindrical-coordinate representation of color #1188BA: hue angle of 197.75º 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 #1188BA is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 136 | 186 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.27 |
| HSL | 197.75º | 0.83% | 0.4% | - |
| HSV(B) | 197.75º | 0.91% | 0.73% | - |
| XYZ | 17.9 | 21.27 | 49.62 | - |
| YUV | 106.12 | 173.08 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 136 | 186 | 0.91 | 0.27 | 0 | 0.27 | 197.75 | 0.83 | 0.4 |
| Hex | 11 | 88 | BA | 5B | 1B | 0 | 1B | C6 | 53 | 28 |
| Octal | 21 | 210 | 272 | 133 | 33 | 0 | 33 | 306 | 123 | 50 |
| Binary | 10001 | 10001000 | 10111010 | 1011011 | 11011 | 0 | 11011 | 11000110 | 1010011 | 101000 |
Color Harmonies of #1188BA
Complementary color
Monochromatic Colors of #1188BA
Black with #1188BA
Text Example
Text Example
White with #1188BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1188BA; }
p { color: rgb(17,136,186); }
H1.HeaderClassName
{
color: #1188BA;
}
.AnyTagClassName
{
color: #1188BA;
}
</style>
background-color css
<style>
a { background-color: #1188BA; }
a { background-color: rgb(17,136,186); }
div.DivClassName
{
background-color: #1188BA;
}
.BgClassName
{
background-color: #1188BA;
}
</style>
border-color css
<style>
span { border-color: #1188BA; }
span { border-color: rgb(17,136,186); }
td.TdClassName
{
border-color: #1188BA;
}
.TagClassName
{
border-color: #1188BA;
}
</style>