Shades of Bondi Blue #1094AD
Tints of Bondi Blue #1094AD
RGB
CMYK
RGB Variations
Color information
#1094AD (or 0x1094AD) is known color: Bondi Blue. HEX triplet: 10, 94 and AD. RGB value is (16,148,173). Sum of RGB (Red+Green+Blue) = 16+148+173=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #1094AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1094AD is #EF6B52. Grayscale: #6F6F6F. Windows color (decimal): -15690579 or 11375632. OLE color: 11375632.
HSL color Cylindrical-coordinate representation of color #1094AD: hue angle of 189.55º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1094AD is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 148 | 173 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.32 |
| HSL | 189.55º | 0.83% | 0.37% | - |
| HSV(B) | 189.55º | 0.91% | 0.68% | - |
| XYZ | 18.35 | 24.31 | 43.26 | - |
| YUV | 111.38 | 162.77 | 59.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 148 | 173 | 0.91 | 0.14 | 0 | 0.32 | 189.55 | 0.83 | 0.37 |
| Hex | 10 | 94 | AD | 5B | E | 0 | 20 | BE | 53 | 25 |
| Octal | 20 | 224 | 255 | 133 | 16 | 0 | 40 | 276 | 123 | 45 |
| Binary | 10000 | 10010100 | 10101101 | 1011011 | 1110 | 0 | 100000 | 10111110 | 1010011 | 100101 |
Color Harmonies of #1094AD
Complementary color
Monochromatic Colors of #1094AD
Black with #1094AD
Text Example
Text Example
White with #1094AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1094AD; }
p { color: rgb(16,148,173); }
H1.HeaderClassName
{
color: #1094AD;
}
.AnyTagClassName
{
color: #1094AD;
}
</style>
background-color css
<style>
a { background-color: #1094AD; }
a { background-color: rgb(16,148,173); }
div.DivClassName
{
background-color: #1094AD;
}
.BgClassName
{
background-color: #1094AD;
}
</style>
border-color css
<style>
span { border-color: #1094AD; }
span { border-color: rgb(16,148,173); }
td.TdClassName
{
border-color: #1094AD;
}
.TagClassName
{
border-color: #1094AD;
}
</style>