Shades of Bondi Blue #1195A8
Tints of Bondi Blue #1195A8
RGB
CMYK
RGB Variations
Color information
#1195A8 (or 0x1195A8) is known color: Bondi Blue. HEX triplet: 11, 95 and A8. RGB value is (17,149,168). Sum of RGB (Red+Green+Blue) = 17+149+168=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 168 (66.02% from 255 or 50.30% from 334); Max value from RGB is 168 - color contains mainly: blue. Hex color #1195A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1195A8 is #EE6A57. Grayscale: #6F6F6F. Windows color (decimal): -15624792 or 11048209. OLE color: 11048209.
HSL color Cylindrical-coordinate representation of color #1195A8: hue angle of 187.55º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1195A8 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 149 | 168 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.34 |
| HSL | 187.55º | 0.82% | 0.36% | - |
| HSV(B) | 187.55º | 0.9% | 0.66% | - |
| XYZ | 18.05 | 24.44 | 40.81 | - |
| YUV | 111.7 | 159.77 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 168 | 0.90 | 0.11 | 0 | 0.34 | 187.55 | 0.82 | 0.36 |
| Hex | 11 | 95 | A8 | 5A | B | 0 | 22 | BC | 52 | 24 |
| Octal | 21 | 225 | 250 | 132 | 13 | 0 | 42 | 274 | 122 | 44 |
| Binary | 10001 | 10010101 | 10101000 | 1011010 | 1011 | 0 | 100010 | 10111100 | 1010010 | 100100 |
Color Harmonies of #1195A8
Complementary color
Monochromatic Colors of #1195A8
Black with #1195A8
Text Example
Text Example
White with #1195A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1195A8; }
p { color: rgb(17,149,168); }
H1.HeaderClassName
{
color: #1195A8;
}
.AnyTagClassName
{
color: #1195A8;
}
</style>
background-color css
<style>
a { background-color: #1195A8; }
a { background-color: rgb(17,149,168); }
div.DivClassName
{
background-color: #1195A8;
}
.BgClassName
{
background-color: #1195A8;
}
</style>
border-color css
<style>
span { border-color: #1195A8; }
span { border-color: rgb(17,149,168); }
td.TdClassName
{
border-color: #1195A8;
}
.TagClassName
{
border-color: #1195A8;
}
</style>