Shades of Bondi Blue #1197BD
Tints of Bondi Blue #1197BD
RGB
CMYK
RGB Variations
Color information
#1197BD (or 0x1197BD) is known color: Bondi Blue. HEX triplet: 11, 97 and BD. RGB value is (17,151,189). Sum of RGB (Red+Green+Blue) = 17+151+189=357 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.76% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #1197BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1197BD is #EE6842. Grayscale: #727272. Windows color (decimal): -15624259 or 12424977. OLE color: 12424977.
HSL color Cylindrical-coordinate representation of color #1197BD: hue angle of 193.26º 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 #1197BD is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 151 | 189 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.26 |
| HSL | 193.26º | 0.83% | 0.4% | - |
| HSV(B) | 193.26º | 0.91% | 0.74% | - |
| XYZ | 20.48 | 25.93 | 52.07 | - |
| YUV | 115.27 | 169.61 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 151 | 189 | 0.91 | 0.20 | 0 | 0.26 | 193.26 | 0.83 | 0.4 |
| Hex | 11 | 97 | BD | 5B | 14 | 0 | 1A | C1 | 53 | 28 |
| Octal | 21 | 227 | 275 | 133 | 24 | 0 | 32 | 301 | 123 | 50 |
| Binary | 10001 | 10010111 | 10111101 | 1011011 | 10100 | 0 | 11010 | 11000001 | 1010011 | 101000 |
Color Harmonies of #1197BD
Complementary color
Monochromatic Colors of #1197BD
Black with #1197BD
Text Example
Text Example
White with #1197BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1197BD; }
p { color: rgb(17,151,189); }
H1.HeaderClassName
{
color: #1197BD;
}
.AnyTagClassName
{
color: #1197BD;
}
</style>
background-color css
<style>
a { background-color: #1197BD; }
a { background-color: rgb(17,151,189); }
div.DivClassName
{
background-color: #1197BD;
}
.BgClassName
{
background-color: #1197BD;
}
</style>
border-color css
<style>
span { border-color: #1197BD; }
span { border-color: rgb(17,151,189); }
td.TdClassName
{
border-color: #1197BD;
}
.TagClassName
{
border-color: #1197BD;
}
</style>