Shades of Bondi Blue #009DB0
Tints of Bondi Blue #009DB0
RGB
CMYK
RGB Variations
Color information
#009DB0 (or 0x009DB0) is known color: Bondi Blue. HEX triplet: 00, 9D and B0. RGB value is (0,157,176). Sum of RGB (Red+Green+Blue) = 0+157+176=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 176 (69.14% from 255 or 52.85% from 333); Max value from RGB is 176 - color contains mainly: blue. Hex color #009DB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009DB0 is #FF624F. Grayscale: #6F6F6F. Windows color (decimal): -16736848 or 11574528. OLE color: 11574528.
HSL color Cylindrical-coordinate representation of color #009DB0: hue angle of 186.48º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009DB0 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 157 | 176 | - |
| CMYK | 1 | 0.11 | 0 | 0.31 |
| HSL | 186.48º | 1% | 0.35% | - |
| HSV(B) | 186.48º | 1% | 0.69% | - |
| XYZ | 19.89 | 27.25 | 45.29 | - |
| YUV | 112.22 | 163.99 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 176 | 1 | 0.11 | 0 | 0.31 | 186.48 | 1 | 0.35 |
| Hex | 0 | 9D | B0 | 64 | B | 0 | 1F | BA | 64 | 23 |
| Octal | 0 | 235 | 260 | 144 | 13 | 0 | 37 | 272 | 144 | 43 |
| Binary | 0 | 10011101 | 10110000 | 1100100 | 1011 | 0 | 11111 | 10111010 | 1100100 | 100011 |
Color Harmonies of #009DB0
Complementary color
Monochromatic Colors of #009DB0
Black with #009DB0
Text Example
Text Example
White with #009DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009DB0; }
p { color: rgb(0,157,176); }
H1.HeaderClassName
{
color: #009DB0;
}
.AnyTagClassName
{
color: #009DB0;
}
</style>
background-color css
<style>
a { background-color: #009DB0; }
a { background-color: rgb(0,157,176); }
div.DivClassName
{
background-color: #009DB0;
}
.BgClassName
{
background-color: #009DB0;
}
</style>
border-color css
<style>
span { border-color: #009DB0; }
span { border-color: rgb(0,157,176); }
td.TdClassName
{
border-color: #009DB0;
}
.TagClassName
{
border-color: #009DB0;
}
</style>