Shades of Bondi Blue #1095BB
Tints of Bondi Blue #1095BB
RGB
CMYK
RGB Variations
Color information
#1095BB (or 0x1095BB) is known color: Bondi Blue. HEX triplet: 10, 95 and BB. RGB value is (16,149,187). Sum of RGB (Red+Green+Blue) = 16+149+187=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #1095BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1095BB is #EF6A44. Grayscale: #717171. Windows color (decimal): -15690309 or 12293392. OLE color: 12293392.
HSL color Cylindrical-coordinate representation of color #1095BB: hue angle of 193.33º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1095BB is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 149 | 187 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.27 |
| HSL | 193.33º | 0.84% | 0.4% | - |
| HSV(B) | 193.33º | 0.91% | 0.73% | - |
| XYZ | 19.93 | 25.19 | 50.83 | - |
| YUV | 113.57 | 169.44 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 149 | 187 | 0.91 | 0.20 | 0 | 0.27 | 193.33 | 0.84 | 0.4 |
| Hex | 10 | 95 | BB | 5B | 14 | 0 | 1B | C1 | 54 | 28 |
| Octal | 20 | 225 | 273 | 133 | 24 | 0 | 33 | 301 | 124 | 50 |
| Binary | 10000 | 10010101 | 10111011 | 1011011 | 10100 | 0 | 11011 | 11000001 | 1010100 | 101000 |
Color Harmonies of #1095BB
Complementary color
Monochromatic Colors of #1095BB
Black with #1095BB
Text Example
Text Example
White with #1095BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1095BB; }
p { color: rgb(16,149,187); }
H1.HeaderClassName
{
color: #1095BB;
}
.AnyTagClassName
{
color: #1095BB;
}
</style>
background-color css
<style>
a { background-color: #1095BB; }
a { background-color: rgb(16,149,187); }
div.DivClassName
{
background-color: #1095BB;
}
.BgClassName
{
background-color: #1095BB;
}
</style>
border-color css
<style>
span { border-color: #1095BB; }
span { border-color: rgb(16,149,187); }
td.TdClassName
{
border-color: #1095BB;
}
.TagClassName
{
border-color: #1095BB;
}
</style>