Shades of Bondi Blue #009DB4
Tints of Bondi Blue #009DB4
RGB
CMYK
RGB Variations
Color information
#009DB4 (or 0x009DB4) is known color: Bondi Blue. HEX triplet: 00, 9D and B4. RGB value is (0,157,180). Sum of RGB (Red+Green+Blue) = 0+157+180=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 157 (61.72% from 255 or 46.59% from 337); Blue value is 180 (70.70% from 255 or 53.41% from 337); Max value from RGB is 180 - color contains mainly: blue. Hex color #009DB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009DB4 is #FF624B. Grayscale: #707070. Windows color (decimal): -16736844 or 11836672. OLE color: 11836672.
HSL color Cylindrical-coordinate representation of color #009DB4: hue angle of 187.67º 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 #009DB4 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 157 | 180 | - |
| CMYK | 1 | 0.13 | 0 | 0.29 |
| HSL | 187.67º | 1% | 0.35% | - |
| HSV(B) | 187.67º | 1% | 0.71% | - |
| XYZ | 20.3 | 27.41 | 47.4 | - |
| YUV | 112.68 | 165.99 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 180 | 1 | 0.13 | 0 | 0.29 | 187.67 | 1 | 0.35 |
| Hex | 0 | 9D | B4 | 64 | D | 0 | 1D | BC | 64 | 23 |
| Octal | 0 | 235 | 264 | 144 | 15 | 0 | 35 | 274 | 144 | 43 |
| Binary | 0 | 10011101 | 10110100 | 1100100 | 1101 | 0 | 11101 | 10111100 | 1100100 | 100011 |
Color Harmonies of #009DB4
Complementary color
Monochromatic Colors of #009DB4
Black with #009DB4
Text Example
Text Example
White with #009DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009DB4; }
p { color: rgb(0,157,180); }
H1.HeaderClassName
{
color: #009DB4;
}
.AnyTagClassName
{
color: #009DB4;
}
</style>
background-color css
<style>
a { background-color: #009DB4; }
a { background-color: rgb(0,157,180); }
div.DivClassName
{
background-color: #009DB4;
}
.BgClassName
{
background-color: #009DB4;
}
</style>
border-color css
<style>
span { border-color: #009DB4; }
span { border-color: rgb(0,157,180); }
td.TdClassName
{
border-color: #009DB4;
}
.TagClassName
{
border-color: #009DB4;
}
</style>