Shades of Bondi Blue #1199AE
Tints of Bondi Blue #1199AE
RGB
CMYK
RGB Variations
Color information
#1199AE (or 0x1199AE) is known color: Bondi Blue. HEX triplet: 11, 99 and AE. RGB value is (17,153,174). Sum of RGB (Red+Green+Blue) = 17+153+174=344 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.94% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #1199AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1199AE is #EE6651. Grayscale: #727272. Windows color (decimal): -15623762 or 11442449. OLE color: 11442449.
HSL color Cylindrical-coordinate representation of color #1199AE: hue angle of 188.03º 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 #1199AE is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 153 | 174 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.32 |
| HSL | 188.03º | 0.82% | 0.37% | - |
| HSV(B) | 188.03º | 0.9% | 0.68% | - |
| XYZ | 19.26 | 25.96 | 44.04 | - |
| YUV | 114.73 | 161.44 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 174 | 0.90 | 0.12 | 0 | 0.32 | 188.03 | 0.82 | 0.37 |
| Hex | 11 | 99 | AE | 5A | C | 0 | 20 | BC | 52 | 25 |
| Octal | 21 | 231 | 256 | 132 | 14 | 0 | 40 | 274 | 122 | 45 |
| Binary | 10001 | 10011001 | 10101110 | 1011010 | 1100 | 0 | 100000 | 10111100 | 1010010 | 100101 |
Color Harmonies of #1199AE
Complementary color
Monochromatic Colors of #1199AE
Black with #1199AE
Text Example
Text Example
White with #1199AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1199AE; }
p { color: rgb(17,153,174); }
H1.HeaderClassName
{
color: #1199AE;
}
.AnyTagClassName
{
color: #1199AE;
}
</style>
background-color css
<style>
a { background-color: #1199AE; }
a { background-color: rgb(17,153,174); }
div.DivClassName
{
background-color: #1199AE;
}
.BgClassName
{
background-color: #1199AE;
}
</style>
border-color css
<style>
span { border-color: #1199AE; }
span { border-color: rgb(17,153,174); }
td.TdClassName
{
border-color: #1199AE;
}
.TagClassName
{
border-color: #1199AE;
}
</style>