Shades of Bondi Blue #099AB1
Tints of Bondi Blue #099AB1
RGB
CMYK
RGB Variations
Color information
#099AB1 (or 0x099AB1) is known color: Bondi Blue. HEX triplet: 09, 9A and B1. RGB value is (9,154,177). Sum of RGB (Red+Green+Blue) = 9+154+177=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 177 (69.53% from 255 or 52.06% from 340); Max value from RGB is 177 - color contains mainly: blue. Hex color #099AB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099AB1 is #F6654E. Grayscale: #717171. Windows color (decimal): -16147791 or 11639305. OLE color: 11639305.
HSL color Cylindrical-coordinate representation of color #099AB1: hue angle of 188.21º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099AB1 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 154 | 177 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.31 |
| HSL | 188.21º | 0.9% | 0.36% | - |
| HSV(B) | 188.21º | 0.95% | 0.69% | - |
| XYZ | 19.6 | 26.34 | 45.65 | - |
| YUV | 113.27 | 163.96 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 154 | 177 | 0.95 | 0.13 | 0 | 0.31 | 188.21 | 0.9 | 0.36 |
| Hex | 9 | 9A | B1 | 5F | D | 0 | 1F | BC | 5A | 24 |
| Octal | 11 | 232 | 261 | 137 | 15 | 0 | 37 | 274 | 132 | 44 |
| Binary | 1001 | 10011010 | 10110001 | 1011111 | 1101 | 0 | 11111 | 10111100 | 1011010 | 100100 |
Color Harmonies of #099AB1
Complementary color
Monochromatic Colors of #099AB1
Black with #099AB1
Text Example
Text Example
White with #099AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099AB1; }
p { color: rgb(9,154,177); }
H1.HeaderClassName
{
color: #099AB1;
}
.AnyTagClassName
{
color: #099AB1;
}
</style>
background-color css
<style>
a { background-color: #099AB1; }
a { background-color: rgb(9,154,177); }
div.DivClassName
{
background-color: #099AB1;
}
.BgClassName
{
background-color: #099AB1;
}
</style>
border-color css
<style>
span { border-color: #099AB1; }
span { border-color: rgb(9,154,177); }
td.TdClassName
{
border-color: #099AB1;
}
.TagClassName
{
border-color: #099AB1;
}
</style>