Shades of Bondi Blue #1199AD
Tints of Bondi Blue #1199AD
RGB
CMYK
RGB Variations
Color information
#1199AD (or 0x1199AD) is known color: Bondi Blue. HEX triplet: 11, 99 and AD. RGB value is (17,153,173). Sum of RGB (Red+Green+Blue) = 17+153+173=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #1199AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1199AD is #EE6652. Grayscale: #727272. Windows color (decimal): -15623763 or 11376913. OLE color: 11376913.
HSL color Cylindrical-coordinate representation of color #1199AD: hue angle of 187.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1199AD is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 153 | 173 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.32 |
| HSL | 187.69º | 0.82% | 0.37% | - |
| HSV(B) | 187.69º | 0.9% | 0.68% | - |
| XYZ | 19.17 | 25.92 | 43.53 | - |
| YUV | 114.62 | 160.94 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 173 | 0.90 | 0.12 | 0 | 0.32 | 187.69 | 0.82 | 0.37 |
| Hex | 11 | 99 | AD | 5A | C | 0 | 20 | BC | 52 | 25 |
| Octal | 21 | 231 | 255 | 132 | 14 | 0 | 40 | 274 | 122 | 45 |
| Binary | 10001 | 10011001 | 10101101 | 1011010 | 1100 | 0 | 100000 | 10111100 | 1010010 | 100101 |
Color Harmonies of #1199AD
Complementary color
Monochromatic Colors of #1199AD
Black with #1199AD
Text Example
Text Example
White with #1199AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1199AD; }
p { color: rgb(17,153,173); }
H1.HeaderClassName
{
color: #1199AD;
}
.AnyTagClassName
{
color: #1199AD;
}
</style>
background-color css
<style>
a { background-color: #1199AD; }
a { background-color: rgb(17,153,173); }
div.DivClassName
{
background-color: #1199AD;
}
.BgClassName
{
background-color: #1199AD;
}
</style>
border-color css
<style>
span { border-color: #1199AD; }
span { border-color: rgb(17,153,173); }
td.TdClassName
{
border-color: #1199AD;
}
.TagClassName
{
border-color: #1199AD;
}
</style>