Shades of Bondi Blue #1099AE
Tints of Bondi Blue #1099AE
RGB
CMYK
RGB Variations
Color information
#1099AE (or 0x1099AE) is known color: Bondi Blue. HEX triplet: 10, 99 and AE. RGB value is (16,153,174). Sum of RGB (Red+Green+Blue) = 16+153+174=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #1099AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1099AE is #EF6651. Grayscale: #727272. Windows color (decimal): -15689298 or 11442448. OLE color: 11442448.
HSL color Cylindrical-coordinate representation of color #1099AE: hue angle of 187.97º 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 #1099AE is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 153 | 174 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.32 |
| HSL | 187.97º | 0.83% | 0.37% | - |
| HSV(B) | 187.97º | 0.91% | 0.68% | - |
| XYZ | 19.24 | 25.95 | 44.04 | - |
| YUV | 114.43 | 161.61 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 174 | 0.91 | 0.12 | 0 | 0.32 | 187.97 | 0.83 | 0.37 |
| Hex | 10 | 99 | AE | 5B | C | 0 | 20 | BC | 53 | 25 |
| Octal | 20 | 231 | 256 | 133 | 14 | 0 | 40 | 274 | 123 | 45 |
| Binary | 10000 | 10011001 | 10101110 | 1011011 | 1100 | 0 | 100000 | 10111100 | 1010011 | 100101 |
Color Harmonies of #1099AE
Complementary color
Monochromatic Colors of #1099AE
Black with #1099AE
Text Example
Text Example
White with #1099AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1099AE; }
p { color: rgb(16,153,174); }
H1.HeaderClassName
{
color: #1099AE;
}
.AnyTagClassName
{
color: #1099AE;
}
</style>
background-color css
<style>
a { background-color: #1099AE; }
a { background-color: rgb(16,153,174); }
div.DivClassName
{
background-color: #1099AE;
}
.BgClassName
{
background-color: #1099AE;
}
</style>
border-color css
<style>
span { border-color: #1099AE; }
span { border-color: rgb(16,153,174); }
td.TdClassName
{
border-color: #1099AE;
}
.TagClassName
{
border-color: #1099AE;
}
</style>