Shades of Bondi Blue #1197BA
Tints of Bondi Blue #1197BA
RGB
CMYK
RGB Variations
Color information
#1197BA (or 0x1197BA) is known color: Bondi Blue. HEX triplet: 11, 97 and BA. RGB value is (17,151,186). Sum of RGB (Red+Green+Blue) = 17+151+186=354 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.80% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #1197BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1197BA is #EE6845. Grayscale: #727272. Windows color (decimal): -15624262 or 12228369. OLE color: 12228369.
HSL color Cylindrical-coordinate representation of color #1197BA: hue angle of 192.43º 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 #1197BA is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 151 | 186 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.27 |
| HSL | 192.43º | 0.83% | 0.4% | - |
| HSV(B) | 192.43º | 0.91% | 0.73% | - |
| XYZ | 20.16 | 25.8 | 50.37 | - |
| YUV | 114.92 | 168.11 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 151 | 186 | 0.91 | 0.19 | 0 | 0.27 | 192.43 | 0.83 | 0.4 |
| Hex | 11 | 97 | BA | 5B | 13 | 0 | 1B | C0 | 53 | 28 |
| Octal | 21 | 227 | 272 | 133 | 23 | 0 | 33 | 300 | 123 | 50 |
| Binary | 10001 | 10010111 | 10111010 | 1011011 | 10011 | 0 | 11011 | 11000000 | 1010011 | 101000 |
Color Harmonies of #1197BA
Complementary color
Monochromatic Colors of #1197BA
Black with #1197BA
Text Example
Text Example
White with #1197BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1197BA; }
p { color: rgb(17,151,186); }
H1.HeaderClassName
{
color: #1197BA;
}
.AnyTagClassName
{
color: #1197BA;
}
</style>
background-color css
<style>
a { background-color: #1197BA; }
a { background-color: rgb(17,151,186); }
div.DivClassName
{
background-color: #1197BA;
}
.BgClassName
{
background-color: #1197BA;
}
</style>
border-color css
<style>
span { border-color: #1197BA; }
span { border-color: rgb(17,151,186); }
td.TdClassName
{
border-color: #1197BA;
}
.TagClassName
{
border-color: #1197BA;
}
</style>