Shades of Bondi Blue #009DB7
Tints of Bondi Blue #009DB7
RGB
CMYK
RGB Variations
Color information
#009DB7 (or 0x009DB7) is known color: Bondi Blue. HEX triplet: 00, 9D and B7. RGB value is (0,157,183). Sum of RGB (Red+Green+Blue) = 0+157+183=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 183 (71.88% from 255 or 53.82% from 340); Max value from RGB is 183 - color contains mainly: blue. Hex color #009DB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009DB7 is #FF6248. Grayscale: #707070. Windows color (decimal): -16736841 or 12033280. OLE color: 12033280.
HSL color Cylindrical-coordinate representation of color #009DB7: hue angle of 188.52º 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 #009DB7 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 157 | 183 | - |
| CMYK | 1 | 0.14 | 0 | 0.28 |
| HSL | 188.52º | 1% | 0.36% | - |
| HSV(B) | 188.52º | 1% | 0.72% | - |
| XYZ | 20.6 | 27.53 | 49.03 | - |
| YUV | 113.02 | 167.49 | 47.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 183 | 1 | 0.14 | 0 | 0.28 | 188.52 | 1 | 0.36 |
| Hex | 0 | 9D | B7 | 64 | E | 0 | 1C | BD | 64 | 24 |
| Octal | 0 | 235 | 267 | 144 | 16 | 0 | 34 | 275 | 144 | 44 |
| Binary | 0 | 10011101 | 10110111 | 1100100 | 1110 | 0 | 11100 | 10111101 | 1100100 | 100100 |
Color Harmonies of #009DB7
Complementary color
Monochromatic Colors of #009DB7
Black with #009DB7
Text Example
Text Example
White with #009DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009DB7; }
p { color: rgb(0,157,183); }
H1.HeaderClassName
{
color: #009DB7;
}
.AnyTagClassName
{
color: #009DB7;
}
</style>
background-color css
<style>
a { background-color: #009DB7; }
a { background-color: rgb(0,157,183); }
div.DivClassName
{
background-color: #009DB7;
}
.BgClassName
{
background-color: #009DB7;
}
</style>
border-color css
<style>
span { border-color: #009DB7; }
span { border-color: rgb(0,157,183); }
td.TdClassName
{
border-color: #009DB7;
}
.TagClassName
{
border-color: #009DB7;
}
</style>