Shades of Bondi Blue #1199AC
Tints of Bondi Blue #1199AC
RGB
CMYK
RGB Variations
Color information
#1199AC (or 0x1199AC) is known color: Bondi Blue. HEX triplet: 11, 99 and AC. RGB value is (17,153,172). Sum of RGB (Red+Green+Blue) = 17+153+172=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #1199AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1199AC is #EE6653. Grayscale: #727272. Windows color (decimal): -15623764 or 11311377. OLE color: 11311377.
HSL color Cylindrical-coordinate representation of color #1199AC: hue angle of 187.35º 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 #1199AC is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 153 | 172 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.33 |
| HSL | 187.35º | 0.82% | 0.37% | - |
| HSV(B) | 187.35º | 0.9% | 0.67% | - |
| XYZ | 19.07 | 25.88 | 43.02 | - |
| YUV | 114.5 | 160.44 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 172 | 0.90 | 0.11 | 0 | 0.33 | 187.35 | 0.82 | 0.37 |
| Hex | 11 | 99 | AC | 5A | B | 0 | 21 | BB | 52 | 25 |
| Octal | 21 | 231 | 254 | 132 | 13 | 0 | 41 | 273 | 122 | 45 |
| Binary | 10001 | 10011001 | 10101100 | 1011010 | 1011 | 0 | 100001 | 10111011 | 1010010 | 100101 |
Color Harmonies of #1199AC
Complementary color
Monochromatic Colors of #1199AC
Black with #1199AC
Text Example
Text Example
White with #1199AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1199AC; }
p { color: rgb(17,153,172); }
H1.HeaderClassName
{
color: #1199AC;
}
.AnyTagClassName
{
color: #1199AC;
}
</style>
background-color css
<style>
a { background-color: #1199AC; }
a { background-color: rgb(17,153,172); }
div.DivClassName
{
background-color: #1199AC;
}
.BgClassName
{
background-color: #1199AC;
}
</style>
border-color css
<style>
span { border-color: #1199AC; }
span { border-color: rgb(17,153,172); }
td.TdClassName
{
border-color: #1199AC;
}
.TagClassName
{
border-color: #1199AC;
}
</style>