Shades of Bondi Blue #009BA4
Tints of Bondi Blue #009BA4
RGB
CMYK
RGB Variations
Color information
#009BA4 (or 0x009BA4) is known color: Bondi Blue. HEX triplet: 00, 9B and A4. RGB value is (0,155,164). Sum of RGB (Red+Green+Blue) = 0+155+164=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 164 (64.45% from 255 or 51.41% from 319); Max value from RGB is 164 - color contains mainly: blue. Hex color #009BA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009BA4 is #FF645B. Grayscale: #6D6D6D. Windows color (decimal): -16737372 or 10787584. OLE color: 10787584.
HSL color Cylindrical-coordinate representation of color #009BA4: hue angle of 183.29º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BA4 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 155 | 164 | - |
| CMYK | 1 | 0.05 | 0 | 0.36 |
| HSL | 183.29º | 1% | 0.32% | - |
| HSV(B) | 183.29º | 1% | 0.64% | - |
| XYZ | 18.42 | 26.12 | 39.19 | - |
| YUV | 109.68 | 158.65 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 164 | 1 | 0.05 | 0 | 0.36 | 183.29 | 1 | 0.32 |
| Hex | 0 | 9B | A4 | 64 | 5 | 0 | 24 | B7 | 64 | 20 |
| Octal | 0 | 233 | 244 | 144 | 5 | 0 | 44 | 267 | 144 | 40 |
| Binary | 0 | 10011011 | 10100100 | 1100100 | 101 | 0 | 100100 | 10110111 | 1100100 | 100000 |
Color Harmonies of #009BA4
Complementary color
Monochromatic Colors of #009BA4
Black with #009BA4
Text Example
Text Example
White with #009BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009BA4; }
p { color: rgb(0,155,164); }
H1.HeaderClassName
{
color: #009BA4;
}
.AnyTagClassName
{
color: #009BA4;
}
</style>
background-color css
<style>
a { background-color: #009BA4; }
a { background-color: rgb(0,155,164); }
div.DivClassName
{
background-color: #009BA4;
}
.BgClassName
{
background-color: #009BA4;
}
</style>
border-color css
<style>
span { border-color: #009BA4; }
span { border-color: rgb(0,155,164); }
td.TdClassName
{
border-color: #009BA4;
}
.TagClassName
{
border-color: #009BA4;
}
</style>