Shades of Bondi Blue #009DB6
Tints of Bondi Blue #009DB6
RGB
CMYK
RGB Variations
Color information
#009DB6 (or 0x009DB6) is known color: Bondi Blue. HEX triplet: 00, 9D and B6. RGB value is (0,157,182). Sum of RGB (Red+Green+Blue) = 0+157+182=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 182 (71.48% from 255 or 53.69% from 339); Max value from RGB is 182 - color contains mainly: blue. Hex color #009DB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009DB6 is #FF6249. Grayscale: #707070. Windows color (decimal): -16736842 or 11967744. OLE color: 11967744.
HSL color Cylindrical-coordinate representation of color #009DB6: hue angle of 188.24º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009DB6 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 157 | 182 | - |
| CMYK | 1 | 0.14 | 0 | 0.29 |
| HSL | 188.24º | 1% | 0.36% | - |
| HSV(B) | 188.24º | 1% | 0.71% | - |
| XYZ | 20.5 | 27.49 | 48.48 | - |
| YUV | 112.91 | 166.99 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 182 | 1 | 0.14 | 0 | 0.29 | 188.24 | 1 | 0.36 |
| Hex | 0 | 9D | B6 | 64 | E | 0 | 1D | BC | 64 | 24 |
| Octal | 0 | 235 | 266 | 144 | 16 | 0 | 35 | 274 | 144 | 44 |
| Binary | 0 | 10011101 | 10110110 | 1100100 | 1110 | 0 | 11101 | 10111100 | 1100100 | 100100 |
Color Harmonies of #009DB6
Complementary color
Monochromatic Colors of #009DB6
Black with #009DB6
Text Example
Text Example
White with #009DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009DB6; }
p { color: rgb(0,157,182); }
H1.HeaderClassName
{
color: #009DB6;
}
.AnyTagClassName
{
color: #009DB6;
}
</style>
background-color css
<style>
a { background-color: #009DB6; }
a { background-color: rgb(0,157,182); }
div.DivClassName
{
background-color: #009DB6;
}
.BgClassName
{
background-color: #009DB6;
}
</style>
border-color css
<style>
span { border-color: #009DB6; }
span { border-color: rgb(0,157,182); }
td.TdClassName
{
border-color: #009DB6;
}
.TagClassName
{
border-color: #009DB6;
}
</style>