Shades of Bondi Blue #1193AC
Tints of Bondi Blue #1193AC
RGB
CMYK
RGB Variations
Color information
#1193AC (or 0x1193AC) is known color: Bondi Blue. HEX triplet: 11, 93 and AC. RGB value is (17,147,172). Sum of RGB (Red+Green+Blue) = 17+147+172=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #1193AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1193AC is #EE6C53. Grayscale: #6E6E6E. Windows color (decimal): -15625300 or 11309841. OLE color: 11309841.
HSL color Cylindrical-coordinate representation of color #1193AC: hue angle of 189.68º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1193AC is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 147 | 172 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.33 |
| HSL | 189.68º | 0.82% | 0.37% | - |
| HSV(B) | 189.68º | 0.9% | 0.67% | - |
| XYZ | 18.11 | 23.97 | 42.7 | - |
| YUV | 110.98 | 162.43 | 60.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 147 | 172 | 0.90 | 0.15 | 0 | 0.33 | 189.68 | 0.82 | 0.37 |
| Hex | 11 | 93 | AC | 5A | F | 0 | 21 | BE | 52 | 25 |
| Octal | 21 | 223 | 254 | 132 | 17 | 0 | 41 | 276 | 122 | 45 |
| Binary | 10001 | 10010011 | 10101100 | 1011010 | 1111 | 0 | 100001 | 10111110 | 1010010 | 100101 |
Color Harmonies of #1193AC
Complementary color
Monochromatic Colors of #1193AC
Black with #1193AC
Text Example
Text Example
White with #1193AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1193AC; }
p { color: rgb(17,147,172); }
H1.HeaderClassName
{
color: #1193AC;
}
.AnyTagClassName
{
color: #1193AC;
}
</style>
background-color css
<style>
a { background-color: #1193AC; }
a { background-color: rgb(17,147,172); }
div.DivClassName
{
background-color: #1193AC;
}
.BgClassName
{
background-color: #1193AC;
}
</style>
border-color css
<style>
span { border-color: #1193AC; }
span { border-color: rgb(17,147,172); }
td.TdClassName
{
border-color: #1193AC;
}
.TagClassName
{
border-color: #1193AC;
}
</style>