Shades of Bondi Blue #09A2B1
Tints of Bondi Blue #09A2B1
RGB
CMYK
RGB Variations
Color information
#09A2B1 (or 0x09A2B1) is known color: Bondi Blue. HEX triplet: 09, A2 and B1. RGB value is (9,162,177). Sum of RGB (Red+Green+Blue) = 9+162+177=348 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 177 (69.53% from 255 or 50.86% from 348); Max value from RGB is 177 - color contains mainly: blue. Hex color #09A2B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A2B1 is #F65D4E. Grayscale: #757575. Windows color (decimal): -16145743 or 11641353. OLE color: 11641353.
HSL color Cylindrical-coordinate representation of color #09A2B1: hue angle of 185.36º 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 #09A2B1 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 162 | 177 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.31 |
| HSL | 185.36º | 0.9% | 0.36% | - |
| HSV(B) | 185.36º | 0.95% | 0.69% | - |
| XYZ | 20.97 | 29.07 | 46.1 | - |
| YUV | 117.96 | 161.31 | 50.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 162 | 177 | 0.95 | 0.08 | 0 | 0.31 | 185.36 | 0.9 | 0.36 |
| Hex | 9 | A2 | B1 | 5F | 8 | 0 | 1F | B9 | 5A | 24 |
| Octal | 11 | 242 | 261 | 137 | 10 | 0 | 37 | 271 | 132 | 44 |
| Binary | 1001 | 10100010 | 10110001 | 1011111 | 1000 | 0 | 11111 | 10111001 | 1011010 | 100100 |
Color Harmonies of #09A2B1
Complementary color
Monochromatic Colors of #09A2B1
Black with #09A2B1
Text Example
Text Example
White with #09A2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A2B1; }
p { color: rgb(9,162,177); }
H1.HeaderClassName
{
color: #09A2B1;
}
.AnyTagClassName
{
color: #09A2B1;
}
</style>
background-color css
<style>
a { background-color: #09A2B1; }
a { background-color: rgb(9,162,177); }
div.DivClassName
{
background-color: #09A2B1;
}
.BgClassName
{
background-color: #09A2B1;
}
</style>
border-color css
<style>
span { border-color: #09A2B1; }
span { border-color: rgb(9,162,177); }
td.TdClassName
{
border-color: #09A2B1;
}
.TagClassName
{
border-color: #09A2B1;
}
</style>