Shades of Bondi Blue #009DB8
Tints of Bondi Blue #009DB8
RGB
CMYK
RGB Variations
Color information
#009DB8 (or 0x009DB8) is known color: Bondi Blue. HEX triplet: 00, 9D and B8. RGB value is (0,157,184). Sum of RGB (Red+Green+Blue) = 0+157+184=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 184 (72.27% from 255 or 53.96% from 341); Max value from RGB is 184 - color contains mainly: blue. Hex color #009DB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009DB8 is #FF6247. Grayscale: #707070. Windows color (decimal): -16736840 or 12098816. OLE color: 12098816.
HSL color Cylindrical-coordinate representation of color #009DB8: hue angle of 188.8º 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 #009DB8 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 157 | 184 | - |
| CMYK | 1 | 0.15 | 0 | 0.28 |
| HSL | 188.8º | 1% | 0.36% | - |
| HSV(B) | 188.8º | 1% | 0.72% | - |
| XYZ | 20.71 | 27.57 | 49.58 | - |
| YUV | 113.14 | 167.99 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 184 | 1 | 0.15 | 0 | 0.28 | 188.8 | 1 | 0.36 |
| Hex | 0 | 9D | B8 | 64 | F | 0 | 1C | BD | 64 | 24 |
| Octal | 0 | 235 | 270 | 144 | 17 | 0 | 34 | 275 | 144 | 44 |
| Binary | 0 | 10011101 | 10111000 | 1100100 | 1111 | 0 | 11100 | 10111101 | 1100100 | 100100 |
Color Harmonies of #009DB8
Complementary color
Monochromatic Colors of #009DB8
Black with #009DB8
Text Example
Text Example
White with #009DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009DB8; }
p { color: rgb(0,157,184); }
H1.HeaderClassName
{
color: #009DB8;
}
.AnyTagClassName
{
color: #009DB8;
}
</style>
background-color css
<style>
a { background-color: #009DB8; }
a { background-color: rgb(0,157,184); }
div.DivClassName
{
background-color: #009DB8;
}
.BgClassName
{
background-color: #009DB8;
}
</style>
border-color css
<style>
span { border-color: #009DB8; }
span { border-color: rgb(0,157,184); }
td.TdClassName
{
border-color: #009DB8;
}
.TagClassName
{
border-color: #009DB8;
}
</style>