Shades of Bondi Blue #1093B7
Tints of Bondi Blue #1093B7
RGB
CMYK
RGB Variations
Color information
#1093B7 (or 0x1093B7) is known color: Bondi Blue. HEX triplet: 10, 93 and B7. RGB value is (16,147,183). Sum of RGB (Red+Green+Blue) = 16+147+183=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 183 (71.88% from 255 or 52.89% from 346); Max value from RGB is 183 - color contains mainly: blue. Hex color #1093B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1093B7 is #EF6C48. Grayscale: #6F6F6F. Windows color (decimal): -15690825 or 12030736. OLE color: 12030736.
HSL color Cylindrical-coordinate representation of color #1093B7: hue angle of 192.93º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1093B7 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 147 | 183 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.28 |
| HSL | 192.93º | 0.84% | 0.39% | - |
| HSV(B) | 192.93º | 0.91% | 0.72% | - |
| XYZ | 19.19 | 24.4 | 48.5 | - |
| YUV | 111.94 | 168.1 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 147 | 183 | 0.91 | 0.20 | 0 | 0.28 | 192.93 | 0.84 | 0.39 |
| Hex | 10 | 93 | B7 | 5B | 14 | 0 | 1C | C1 | 54 | 27 |
| Octal | 20 | 223 | 267 | 133 | 24 | 0 | 34 | 301 | 124 | 47 |
| Binary | 10000 | 10010011 | 10110111 | 1011011 | 10100 | 0 | 11100 | 11000001 | 1010100 | 100111 |
Color Harmonies of #1093B7
Complementary color
Monochromatic Colors of #1093B7
Black with #1093B7
Text Example
Text Example
White with #1093B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1093B7; }
p { color: rgb(16,147,183); }
H1.HeaderClassName
{
color: #1093B7;
}
.AnyTagClassName
{
color: #1093B7;
}
</style>
background-color css
<style>
a { background-color: #1093B7; }
a { background-color: rgb(16,147,183); }
div.DivClassName
{
background-color: #1093B7;
}
.BgClassName
{
background-color: #1093B7;
}
</style>
border-color css
<style>
span { border-color: #1093B7; }
span { border-color: rgb(16,147,183); }
td.TdClassName
{
border-color: #1093B7;
}
.TagClassName
{
border-color: #1093B7;
}
</style>