Shades of Bondi Blue #1195AD
Tints of Bondi Blue #1195AD
RGB
CMYK
RGB Variations
Color information
#1195AD (or 0x1195AD) is known color: Bondi Blue. HEX triplet: 11, 95 and AD. RGB value is (17,149,173). Sum of RGB (Red+Green+Blue) = 17+149+173=339 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.01% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #1195AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1195AD is #EE6A52. Grayscale: #707070. Windows color (decimal): -15624787 or 11375889. OLE color: 11375889.
HSL color Cylindrical-coordinate representation of color #1195AD: hue angle of 189.23º 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 #1195AD is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 149 | 173 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.32 |
| HSL | 189.23º | 0.82% | 0.37% | - |
| HSV(B) | 189.23º | 0.9% | 0.68% | - |
| XYZ | 18.52 | 24.63 | 43.31 | - |
| YUV | 112.27 | 162.27 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 173 | 0.90 | 0.14 | 0 | 0.32 | 189.23 | 0.82 | 0.37 |
| Hex | 11 | 95 | AD | 5A | E | 0 | 20 | BD | 52 | 25 |
| Octal | 21 | 225 | 255 | 132 | 16 | 0 | 40 | 275 | 122 | 45 |
| Binary | 10001 | 10010101 | 10101101 | 1011010 | 1110 | 0 | 100000 | 10111101 | 1010010 | 100101 |
Color Harmonies of #1195AD
Complementary color
Monochromatic Colors of #1195AD
Black with #1195AD
Text Example
Text Example
White with #1195AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1195AD; }
p { color: rgb(17,149,173); }
H1.HeaderClassName
{
color: #1195AD;
}
.AnyTagClassName
{
color: #1195AD;
}
</style>
background-color css
<style>
a { background-color: #1195AD; }
a { background-color: rgb(17,149,173); }
div.DivClassName
{
background-color: #1195AD;
}
.BgClassName
{
background-color: #1195AD;
}
</style>
border-color css
<style>
span { border-color: #1195AD; }
span { border-color: rgb(17,149,173); }
td.TdClassName
{
border-color: #1195AD;
}
.TagClassName
{
border-color: #1195AD;
}
</style>