Shades of Bondi Blue #1093AB
Tints of Bondi Blue #1093AB
RGB
CMYK
RGB Variations
Color information
#1093AB (or 0x1093AB) is known color: Bondi Blue. HEX triplet: 10, 93 and AB. RGB value is (16,147,171). Sum of RGB (Red+Green+Blue) = 16+147+171=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #1093AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1093AB is #EF6C54. Grayscale: #6E6E6E. Windows color (decimal): -15690837 or 11244304. OLE color: 11244304.
HSL color Cylindrical-coordinate representation of color #1093AB: hue angle of 189.29º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1093AB is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 147 | 171 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.33 |
| HSL | 189.29º | 0.83% | 0.37% | - |
| HSV(B) | 189.29º | 0.91% | 0.67% | - |
| XYZ | 18 | 23.92 | 42.2 | - |
| YUV | 110.57 | 162.1 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 147 | 171 | 0.91 | 0.14 | 0 | 0.33 | 189.29 | 0.83 | 0.37 |
| Hex | 10 | 93 | AB | 5B | E | 0 | 21 | BD | 53 | 25 |
| Octal | 20 | 223 | 253 | 133 | 16 | 0 | 41 | 275 | 123 | 45 |
| Binary | 10000 | 10010011 | 10101011 | 1011011 | 1110 | 0 | 100001 | 10111101 | 1010011 | 100101 |
Color Harmonies of #1093AB
Complementary color
Monochromatic Colors of #1093AB
Black with #1093AB
Text Example
Text Example
White with #1093AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1093AB; }
p { color: rgb(16,147,171); }
H1.HeaderClassName
{
color: #1093AB;
}
.AnyTagClassName
{
color: #1093AB;
}
</style>
background-color css
<style>
a { background-color: #1093AB; }
a { background-color: rgb(16,147,171); }
div.DivClassName
{
background-color: #1093AB;
}
.BgClassName
{
background-color: #1093AB;
}
</style>
border-color css
<style>
span { border-color: #1093AB; }
span { border-color: rgb(16,147,171); }
td.TdClassName
{
border-color: #1093AB;
}
.TagClassName
{
border-color: #1093AB;
}
</style>