Shades of Bondi Blue #1195AA
Tints of Bondi Blue #1195AA
RGB
CMYK
RGB Variations
Color information
#1195AA (or 0x1195AA) is known color: Bondi Blue. HEX triplet: 11, 95 and AA. RGB value is (17,149,170). Sum of RGB (Red+Green+Blue) = 17+149+170=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #1195AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1195AA is #EE6A55. Grayscale: #6F6F6F. Windows color (decimal): -15624790 or 11179281. OLE color: 11179281.
HSL color Cylindrical-coordinate representation of color #1195AA: hue angle of 188.24º 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 #1195AA is Cyan = 0.9, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 149 | 170 | - |
| CMYK | 0.9 | 0.12 | 0 | 0.33 |
| HSL | 188.24º | 0.82% | 0.37% | - |
| HSV(B) | 188.24º | 0.9% | 0.67% | - |
| XYZ | 18.23 | 24.52 | 41.8 | - |
| YUV | 111.93 | 160.77 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 170 | 0.9 | 0.12 | 0 | 0.33 | 188.24 | 0.82 | 0.37 |
| Hex | 11 | 95 | AA | 5A | C | 0 | 21 | BC | 52 | 25 |
| Octal | 21 | 225 | 252 | 132 | 14 | 0 | 41 | 274 | 122 | 45 |
| Binary | 10001 | 10010101 | 10101010 | 1011010 | 1100 | 0 | 100001 | 10111100 | 1010010 | 100101 |
Color Harmonies of #1195AA
Complementary color
Monochromatic Colors of #1195AA
Black with #1195AA
Text Example
Text Example
White with #1195AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1195AA; }
p { color: rgb(17,149,170); }
H1.HeaderClassName
{
color: #1195AA;
}
.AnyTagClassName
{
color: #1195AA;
}
</style>
background-color css
<style>
a { background-color: #1195AA; }
a { background-color: rgb(17,149,170); }
div.DivClassName
{
background-color: #1195AA;
}
.BgClassName
{
background-color: #1195AA;
}
</style>
border-color css
<style>
span { border-color: #1195AA; }
span { border-color: rgb(17,149,170); }
td.TdClassName
{
border-color: #1195AA;
}
.TagClassName
{
border-color: #1195AA;
}
</style>