Shades of Bondi Blue #009AB8
Tints of Bondi Blue #009AB8
RGB
CMYK
RGB Variations
Color information
#009AB8 (or 0x009AB8) is known color: Bondi Blue. HEX triplet: 00, 9A and B8. RGB value is (0,154,184). Sum of RGB (Red+Green+Blue) = 0+154+184=338 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 184 (72.27% from 255 or 54.44% from 338); Max value from RGB is 184 - color contains mainly: blue. Hex color #009AB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009AB8 is #FF6547. Grayscale: #6F6F6F. Windows color (decimal): -16737608 or 12098048. OLE color: 12098048.
HSL color Cylindrical-coordinate representation of color #009AB8: hue angle of 189.78º 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 #009AB8 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 154 | 184 | - |
| CMYK | 1 | 0.16 | 0 | 0.28 |
| HSL | 189.78º | 1% | 0.36% | - |
| HSV(B) | 189.78º | 1% | 0.72% | - |
| XYZ | 20.21 | 26.57 | 49.41 | - |
| YUV | 111.37 | 168.98 | 48.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 184 | 1 | 0.16 | 0 | 0.28 | 189.78 | 1 | 0.36 |
| Hex | 0 | 9A | B8 | 64 | 10 | 0 | 1C | BE | 64 | 24 |
| Octal | 0 | 232 | 270 | 144 | 20 | 0 | 34 | 276 | 144 | 44 |
| Binary | 0 | 10011010 | 10111000 | 1100100 | 10000 | 0 | 11100 | 10111110 | 1100100 | 100100 |
Color Harmonies of #009AB8
Complementary color
Monochromatic Colors of #009AB8
Black with #009AB8
Text Example
Text Example
White with #009AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009AB8; }
p { color: rgb(0,154,184); }
H1.HeaderClassName
{
color: #009AB8;
}
.AnyTagClassName
{
color: #009AB8;
}
</style>
background-color css
<style>
a { background-color: #009AB8; }
a { background-color: rgb(0,154,184); }
div.DivClassName
{
background-color: #009AB8;
}
.BgClassName
{
background-color: #009AB8;
}
</style>
border-color css
<style>
span { border-color: #009AB8; }
span { border-color: rgb(0,154,184); }
td.TdClassName
{
border-color: #009AB8;
}
.TagClassName
{
border-color: #009AB8;
}
</style>