Shades of Bondi Blue #009CB9
Tints of Bondi Blue #009CB9
RGB
CMYK
RGB Variations
Color information
#009CB9 (or 0x009CB9) is known color: Bondi Blue. HEX triplet: 00, 9C and B9. RGB value is (0,156,185). Sum of RGB (Red+Green+Blue) = 0+156+185=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 185 (72.66% from 255 or 54.25% from 341); Max value from RGB is 185 - color contains mainly: blue. Hex color #009CB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CB9 is #FF6346. Grayscale: #707070. Windows color (decimal): -16737095 or 12164096. OLE color: 12164096.
HSL color Cylindrical-coordinate representation of color #009CB9: hue angle of 189.41º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CB9 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 156 | 185 | - |
| CMYK | 1 | 0.16 | 0 | 0.27 |
| HSL | 189.41º | 1% | 0.36% | - |
| HSV(B) | 189.41º | 1% | 0.73% | - |
| XYZ | 20.65 | 27.28 | 50.08 | - |
| YUV | 112.66 | 168.82 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 185 | 1 | 0.16 | 0 | 0.27 | 189.41 | 1 | 0.36 |
| Hex | 0 | 9C | B9 | 64 | 10 | 0 | 1B | BD | 64 | 24 |
| Octal | 0 | 234 | 271 | 144 | 20 | 0 | 33 | 275 | 144 | 44 |
| Binary | 0 | 10011100 | 10111001 | 1100100 | 10000 | 0 | 11011 | 10111101 | 1100100 | 100100 |
Color Harmonies of #009CB9
Complementary color
Monochromatic Colors of #009CB9
Black with #009CB9
Text Example
Text Example
White with #009CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CB9; }
p { color: rgb(0,156,185); }
H1.HeaderClassName
{
color: #009CB9;
}
.AnyTagClassName
{
color: #009CB9;
}
</style>
background-color css
<style>
a { background-color: #009CB9; }
a { background-color: rgb(0,156,185); }
div.DivClassName
{
background-color: #009CB9;
}
.BgClassName
{
background-color: #009CB9;
}
</style>
border-color css
<style>
span { border-color: #009CB9; }
span { border-color: rgb(0,156,185); }
td.TdClassName
{
border-color: #009CB9;
}
.TagClassName
{
border-color: #009CB9;
}
</style>