Shades of Bondi Blue #009AB7
Tints of Bondi Blue #009AB7
RGB
CMYK
RGB Variations
Color information
#009AB7 (or 0x009AB7) is known color: Bondi Blue. HEX triplet: 00, 9A and B7. RGB value is (0,154,183). Sum of RGB (Red+Green+Blue) = 0+154+183=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 183 (71.88% from 255 or 54.30% from 337); Max value from RGB is 183 - color contains mainly: blue. Hex color #009AB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009AB7 is #FF6548. Grayscale: #6E6E6E. Windows color (decimal): -16737609 or 12032512. OLE color: 12032512.
HSL color Cylindrical-coordinate representation of color #009AB7: hue angle of 189.51º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009AB7 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 154 | 183 | - |
| CMYK | 1 | 0.16 | 0 | 0.28 |
| HSL | 189.51º | 1% | 0.36% | - |
| HSV(B) | 189.51º | 1% | 0.72% | - |
| XYZ | 20.1 | 26.53 | 48.86 | - |
| YUV | 111.26 | 168.48 | 48.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 183 | 1 | 0.16 | 0 | 0.28 | 189.51 | 1 | 0.36 |
| Hex | 0 | 9A | B7 | 64 | 10 | 0 | 1C | BE | 64 | 24 |
| Octal | 0 | 232 | 267 | 144 | 20 | 0 | 34 | 276 | 144 | 44 |
| Binary | 0 | 10011010 | 10110111 | 1100100 | 10000 | 0 | 11100 | 10111110 | 1100100 | 100100 |
Color Harmonies of #009AB7
Complementary color
Monochromatic Colors of #009AB7
Black with #009AB7
Text Example
Text Example
White with #009AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009AB7; }
p { color: rgb(0,154,183); }
H1.HeaderClassName
{
color: #009AB7;
}
.AnyTagClassName
{
color: #009AB7;
}
</style>
background-color css
<style>
a { background-color: #009AB7; }
a { background-color: rgb(0,154,183); }
div.DivClassName
{
background-color: #009AB7;
}
.BgClassName
{
background-color: #009AB7;
}
</style>
border-color css
<style>
span { border-color: #009AB7; }
span { border-color: rgb(0,154,183); }
td.TdClassName
{
border-color: #009AB7;
}
.TagClassName
{
border-color: #009AB7;
}
</style>