Shades of Bondi Blue #09A4B1
Tints of Bondi Blue #09A4B1
RGB
CMYK
RGB Variations
Color information
#09A4B1 (or 0x09A4B1) is known color: Bondi Blue. HEX triplet: 09, A4 and B1. RGB value is (9,164,177). Sum of RGB (Red+Green+Blue) = 9+164+177=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 164 (64.45% from 255 or 46.86% from 350); Blue value is 177 (69.53% from 255 or 50.57% from 350); Max value from RGB is 177 - color contains mainly: blue. Hex color #09A4B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A4B1 is #F65B4E. Grayscale: #767676. Windows color (decimal): -16145231 or 11641865. OLE color: 11641865.
HSL color Cylindrical-coordinate representation of color #09A4B1: hue angle of 184.64º 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 #09A4B1 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 164 | 177 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.31 |
| HSL | 184.64º | 0.9% | 0.36% | - |
| HSV(B) | 184.64º | 0.95% | 0.69% | - |
| XYZ | 21.32 | 29.78 | 46.22 | - |
| YUV | 119.14 | 160.65 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 164 | 177 | 0.95 | 0.07 | 0 | 0.31 | 184.64 | 0.9 | 0.36 |
| Hex | 9 | A4 | B1 | 5F | 7 | 0 | 1F | B9 | 5A | 24 |
| Octal | 11 | 244 | 261 | 137 | 7 | 0 | 37 | 271 | 132 | 44 |
| Binary | 1001 | 10100100 | 10110001 | 1011111 | 111 | 0 | 11111 | 10111001 | 1011010 | 100100 |
Color Harmonies of #09A4B1
Complementary color
Monochromatic Colors of #09A4B1
Black with #09A4B1
Text Example
Text Example
White with #09A4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A4B1; }
p { color: rgb(9,164,177); }
H1.HeaderClassName
{
color: #09A4B1;
}
.AnyTagClassName
{
color: #09A4B1;
}
</style>
background-color css
<style>
a { background-color: #09A4B1; }
a { background-color: rgb(9,164,177); }
div.DivClassName
{
background-color: #09A4B1;
}
.BgClassName
{
background-color: #09A4B1;
}
</style>
border-color css
<style>
span { border-color: #09A4B1; }
span { border-color: rgb(9,164,177); }
td.TdClassName
{
border-color: #09A4B1;
}
.TagClassName
{
border-color: #09A4B1;
}
</style>