Shades of Bondi Blue #099CAC
Tints of Bondi Blue #099CAC
RGB
CMYK
RGB Variations
Color information
#099CAC (or 0x099CAC) is known color: Bondi Blue. HEX triplet: 09, 9C and AC. RGB value is (9,156,172). Sum of RGB (Red+Green+Blue) = 9+156+172=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #099CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099CAC is #F66353. Grayscale: #717171. Windows color (decimal): -16147284 or 11312137. OLE color: 11312137.
HSL color Cylindrical-coordinate representation of color #099CAC: hue angle of 185.89º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099CAC is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 156 | 172 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.33 |
| HSL | 185.89º | 0.9% | 0.35% | - |
| HSV(B) | 185.89º | 0.95% | 0.67% | - |
| XYZ | 19.45 | 26.81 | 43.18 | - |
| YUV | 113.87 | 160.8 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 172 | 0.95 | 0.09 | 0 | 0.33 | 185.89 | 0.9 | 0.35 |
| Hex | 9 | 9C | AC | 5F | 9 | 0 | 21 | BA | 5A | 23 |
| Octal | 11 | 234 | 254 | 137 | 11 | 0 | 41 | 272 | 132 | 43 |
| Binary | 1001 | 10011100 | 10101100 | 1011111 | 1001 | 0 | 100001 | 10111010 | 1011010 | 100011 |
Color Harmonies of #099CAC
Complementary color
Monochromatic Colors of #099CAC
Black with #099CAC
Text Example
Text Example
White with #099CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099CAC; }
p { color: rgb(9,156,172); }
H1.HeaderClassName
{
color: #099CAC;
}
.AnyTagClassName
{
color: #099CAC;
}
</style>
background-color css
<style>
a { background-color: #099CAC; }
a { background-color: rgb(9,156,172); }
div.DivClassName
{
background-color: #099CAC;
}
.BgClassName
{
background-color: #099CAC;
}
</style>
border-color css
<style>
span { border-color: #099CAC; }
span { border-color: rgb(9,156,172); }
td.TdClassName
{
border-color: #099CAC;
}
.TagClassName
{
border-color: #099CAC;
}
</style>