Shades of Bondi Blue #1096BD
Tints of Bondi Blue #1096BD
RGB
CMYK
RGB Variations
Color information
#1096BD (or 0x1096BD) is known color: Bondi Blue. HEX triplet: 10, 96 and BD. RGB value is (16,150,189). Sum of RGB (Red+Green+Blue) = 16+150+189=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #1096BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1096BD is #EF6942. Grayscale: #727272. Windows color (decimal): -15690051 or 12424720. OLE color: 12424720.
HSL color Cylindrical-coordinate representation of color #1096BD: hue angle of 193.53º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1096BD is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 150 | 189 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.26 |
| HSL | 193.53º | 0.84% | 0.4% | - |
| HSV(B) | 193.53º | 0.92% | 0.74% | - |
| XYZ | 20.31 | 25.6 | 52.01 | - |
| YUV | 114.38 | 170.11 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 150 | 189 | 0.92 | 0.21 | 0 | 0.26 | 193.53 | 0.84 | 0.4 |
| Hex | 10 | 96 | BD | 5C | 15 | 0 | 1A | C2 | 54 | 28 |
| Octal | 20 | 226 | 275 | 134 | 25 | 0 | 32 | 302 | 124 | 50 |
| Binary | 10000 | 10010110 | 10111101 | 1011100 | 10101 | 0 | 11010 | 11000010 | 1010100 | 101000 |
Color Harmonies of #1096BD
Complementary color
Monochromatic Colors of #1096BD
Black with #1096BD
Text Example
Text Example
White with #1096BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1096BD; }
p { color: rgb(16,150,189); }
H1.HeaderClassName
{
color: #1096BD;
}
.AnyTagClassName
{
color: #1096BD;
}
</style>
background-color css
<style>
a { background-color: #1096BD; }
a { background-color: rgb(16,150,189); }
div.DivClassName
{
background-color: #1096BD;
}
.BgClassName
{
background-color: #1096BD;
}
</style>
border-color css
<style>
span { border-color: #1096BD; }
span { border-color: rgb(16,150,189); }
td.TdClassName
{
border-color: #1096BD;
}
.TagClassName
{
border-color: #1096BD;
}
</style>