Shades of Bondi Blue #1189BD
Tints of Bondi Blue #1189BD
RGB
CMYK
RGB Variations
Color information
#1189BD (or 0x1189BD) is known color: Bondi Blue. HEX triplet: 11, 89 and BD. RGB value is (17,137,189). Sum of RGB (Red+Green+Blue) = 17+137+189=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #1189BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1189BD is #EE7642. Grayscale: #6A6A6A. Windows color (decimal): -15627843 or 12421393. OLE color: 12421393.
HSL color Cylindrical-coordinate representation of color #1189BD: hue angle of 198.14º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1189BD is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 137 | 189 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.26 |
| HSL | 198.14º | 0.83% | 0.4% | - |
| HSV(B) | 198.14º | 0.91% | 0.74% | - |
| XYZ | 18.36 | 21.68 | 51.36 | - |
| YUV | 107.05 | 174.24 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 137 | 189 | 0.91 | 0.28 | 0 | 0.26 | 198.14 | 0.83 | 0.4 |
| Hex | 11 | 89 | BD | 5B | 1C | 0 | 1A | C6 | 53 | 28 |
| Octal | 21 | 211 | 275 | 133 | 34 | 0 | 32 | 306 | 123 | 50 |
| Binary | 10001 | 10001001 | 10111101 | 1011011 | 11100 | 0 | 11010 | 11000110 | 1010011 | 101000 |
Color Harmonies of #1189BD
Complementary color
Monochromatic Colors of #1189BD
Black with #1189BD
Text Example
Text Example
White with #1189BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1189BD; }
p { color: rgb(17,137,189); }
H1.HeaderClassName
{
color: #1189BD;
}
.AnyTagClassName
{
color: #1189BD;
}
</style>
background-color css
<style>
a { background-color: #1189BD; }
a { background-color: rgb(17,137,189); }
div.DivClassName
{
background-color: #1189BD;
}
.BgClassName
{
background-color: #1189BD;
}
</style>
border-color css
<style>
span { border-color: #1189BD; }
span { border-color: rgb(17,137,189); }
td.TdClassName
{
border-color: #1189BD;
}
.TagClassName
{
border-color: #1189BD;
}
</style>