Shades of Bondi Blue #1199AB
Tints of Bondi Blue #1199AB
RGB
CMYK
RGB Variations
Color information
#1199AB (or 0x1199AB) is known color: Bondi Blue. HEX triplet: 11, 99 and AB. RGB value is (17,153,171). Sum of RGB (Red+Green+Blue) = 17+153+171=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #1199AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1199AB is #EE6654. Grayscale: #727272. Windows color (decimal): -15623765 or 11245841. OLE color: 11245841.
HSL color Cylindrical-coordinate representation of color #1199AB: hue angle of 187.01º 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 #1199AB is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 153 | 171 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.33 |
| HSL | 187.01º | 0.82% | 0.37% | - |
| HSV(B) | 187.01º | 0.9% | 0.67% | - |
| XYZ | 18.97 | 25.84 | 42.52 | - |
| YUV | 114.39 | 159.94 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 171 | 0.90 | 0.11 | 0 | 0.33 | 187.01 | 0.82 | 0.37 |
| Hex | 11 | 99 | AB | 5A | B | 0 | 21 | BB | 52 | 25 |
| Octal | 21 | 231 | 253 | 132 | 13 | 0 | 41 | 273 | 122 | 45 |
| Binary | 10001 | 10011001 | 10101011 | 1011010 | 1011 | 0 | 100001 | 10111011 | 1010010 | 100101 |
Color Harmonies of #1199AB
Complementary color
Monochromatic Colors of #1199AB
Black with #1199AB
Text Example
Text Example
White with #1199AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1199AB; }
p { color: rgb(17,153,171); }
H1.HeaderClassName
{
color: #1199AB;
}
.AnyTagClassName
{
color: #1199AB;
}
</style>
background-color css
<style>
a { background-color: #1199AB; }
a { background-color: rgb(17,153,171); }
div.DivClassName
{
background-color: #1199AB;
}
.BgClassName
{
background-color: #1199AB;
}
</style>
border-color css
<style>
span { border-color: #1199AB; }
span { border-color: rgb(17,153,171); }
td.TdClassName
{
border-color: #1199AB;
}
.TagClassName
{
border-color: #1199AB;
}
</style>