Shades of Bondi Blue #009DB5
Tints of Bondi Blue #009DB5
RGB
CMYK
RGB Variations
Color information
#009DB5 (or 0x009DB5) is known color: Bondi Blue. HEX triplet: 00, 9D and B5. RGB value is (0,157,181). Sum of RGB (Red+Green+Blue) = 0+157+181=338 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 338); Green value is 157 (61.72% from 255 or 46.45% from 338); Blue value is 181 (71.09% from 255 or 53.55% from 338); Max value from RGB is 181 - color contains mainly: blue. Hex color #009DB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009DB5 is #FF624A. Grayscale: #707070. Windows color (decimal): -16736843 or 11902208. OLE color: 11902208.
HSL color Cylindrical-coordinate representation of color #009DB5: hue angle of 187.96º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009DB5 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 157 | 181 | - |
| CMYK | 1 | 0.13 | 0 | 0.29 |
| HSL | 187.96º | 1% | 0.35% | - |
| HSV(B) | 187.96º | 1% | 0.71% | - |
| XYZ | 20.4 | 27.45 | 47.94 | - |
| YUV | 112.79 | 166.49 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 181 | 1 | 0.13 | 0 | 0.29 | 187.96 | 1 | 0.35 |
| Hex | 0 | 9D | B5 | 64 | D | 0 | 1D | BC | 64 | 23 |
| Octal | 0 | 235 | 265 | 144 | 15 | 0 | 35 | 274 | 144 | 43 |
| Binary | 0 | 10011101 | 10110101 | 1100100 | 1101 | 0 | 11101 | 10111100 | 1100100 | 100011 |
Color Harmonies of #009DB5
Complementary color
Monochromatic Colors of #009DB5
Black with #009DB5
Text Example
Text Example
White with #009DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009DB5; }
p { color: rgb(0,157,181); }
H1.HeaderClassName
{
color: #009DB5;
}
.AnyTagClassName
{
color: #009DB5;
}
</style>
background-color css
<style>
a { background-color: #009DB5; }
a { background-color: rgb(0,157,181); }
div.DivClassName
{
background-color: #009DB5;
}
.BgClassName
{
background-color: #009DB5;
}
</style>
border-color css
<style>
span { border-color: #009DB5; }
span { border-color: rgb(0,157,181); }
td.TdClassName
{
border-color: #009DB5;
}
.TagClassName
{
border-color: #009DB5;
}
</style>