Shades of Bondi Blue #009AB2
Tints of Bondi Blue #009AB2
RGB
CMYK
RGB Variations
Color information
#009AB2 (or 0x009AB2) is known color: Bondi Blue. HEX triplet: 00, 9A and B2. RGB value is (0,154,178). Sum of RGB (Red+Green+Blue) = 0+154+178=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 178 (69.92% from 255 or 53.61% from 332); Max value from RGB is 178 - color contains mainly: blue. Hex color #009AB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009AB2 is #FF654D. Grayscale: #6E6E6E. Windows color (decimal): -16737614 or 11704832. OLE color: 11704832.
HSL color Cylindrical-coordinate representation of color #009AB2: hue angle of 188.09º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009AB2 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 154 | 178 | - |
| CMYK | 1 | 0.13 | 0 | 0.30 |
| HSL | 188.09º | 1% | 0.35% | - |
| HSV(B) | 188.09º | 1% | 0.7% | - |
| XYZ | 19.59 | 26.33 | 46.17 | - |
| YUV | 110.69 | 165.98 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 178 | 1 | 0.13 | 0 | 0.30 | 188.09 | 1 | 0.35 |
| Hex | 0 | 9A | B2 | 64 | D | 0 | 1E | BC | 64 | 23 |
| Octal | 0 | 232 | 262 | 144 | 15 | 0 | 36 | 274 | 144 | 43 |
| Binary | 0 | 10011010 | 10110010 | 1100100 | 1101 | 0 | 11110 | 10111100 | 1100100 | 100011 |
Color Harmonies of #009AB2
Complementary color
Monochromatic Colors of #009AB2
Black with #009AB2
Text Example
Text Example
White with #009AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009AB2; }
p { color: rgb(0,154,178); }
H1.HeaderClassName
{
color: #009AB2;
}
.AnyTagClassName
{
color: #009AB2;
}
</style>
background-color css
<style>
a { background-color: #009AB2; }
a { background-color: rgb(0,154,178); }
div.DivClassName
{
background-color: #009AB2;
}
.BgClassName
{
background-color: #009AB2;
}
</style>
border-color css
<style>
span { border-color: #009AB2; }
span { border-color: rgb(0,154,178); }
td.TdClassName
{
border-color: #009AB2;
}
.TagClassName
{
border-color: #009AB2;
}
</style>