Shades of Bondi Blue #099AB5
Tints of Bondi Blue #099AB5
RGB
CMYK
RGB Variations
Color information
#099AB5 (or 0x099AB5) is known color: Bondi Blue. HEX triplet: 09, 9A and B5. RGB value is (9,154,181). Sum of RGB (Red+Green+Blue) = 9+154+181=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 181 (71.09% from 255 or 52.62% from 344); Max value from RGB is 181 - color contains mainly: blue. Hex color #099AB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099AB5 is #F6654A. Grayscale: #717171. Windows color (decimal): -16147787 or 11901449. OLE color: 11901449.
HSL color Cylindrical-coordinate representation of color #099AB5: hue angle of 189.42º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099AB5 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 154 | 181 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.29 |
| HSL | 189.42º | 0.91% | 0.37% | - |
| HSV(B) | 189.42º | 0.95% | 0.71% | - |
| XYZ | 20.01 | 26.51 | 47.78 | - |
| YUV | 113.72 | 165.96 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 154 | 181 | 0.95 | 0.15 | 0 | 0.29 | 189.42 | 0.91 | 0.37 |
| Hex | 9 | 9A | B5 | 5F | F | 0 | 1D | BD | 5B | 25 |
| Octal | 11 | 232 | 265 | 137 | 17 | 0 | 35 | 275 | 133 | 45 |
| Binary | 1001 | 10011010 | 10110101 | 1011111 | 1111 | 0 | 11101 | 10111101 | 1011011 | 100101 |
Color Harmonies of #099AB5
Complementary color
Monochromatic Colors of #099AB5
Black with #099AB5
Text Example
Text Example
White with #099AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099AB5; }
p { color: rgb(9,154,181); }
H1.HeaderClassName
{
color: #099AB5;
}
.AnyTagClassName
{
color: #099AB5;
}
</style>
background-color css
<style>
a { background-color: #099AB5; }
a { background-color: rgb(9,154,181); }
div.DivClassName
{
background-color: #099AB5;
}
.BgClassName
{
background-color: #099AB5;
}
</style>
border-color css
<style>
span { border-color: #099AB5; }
span { border-color: rgb(9,154,181); }
td.TdClassName
{
border-color: #099AB5;
}
.TagClassName
{
border-color: #099AB5;
}
</style>