Shades of Bondi Blue #098DB1
Tints of Bondi Blue #098DB1
RGB
CMYK
RGB Variations
Color information
#098DB1 (or 0x098DB1) is known color: Bondi Blue. HEX triplet: 09, 8D and B1. RGB value is (9,141,177). Sum of RGB (Red+Green+Blue) = 9+141+177=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 177 (69.53% from 255 or 54.13% from 327); Max value from RGB is 177 - color contains mainly: blue. Hex color #098DB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098DB1 is #F6724E. Grayscale: #696969. Windows color (decimal): -16151119 or 11635977. OLE color: 11635977.
HSL color Cylindrical-coordinate representation of color #098DB1: hue angle of 192.86º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098DB1 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 141 | 177 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.31 |
| HSL | 192.86º | 0.9% | 0.36% | - |
| HSV(B) | 192.86º | 0.95% | 0.69% | - |
| XYZ | 17.57 | 22.28 | 44.97 | - |
| YUV | 105.64 | 168.27 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 177 | 0.95 | 0.20 | 0 | 0.31 | 192.86 | 0.9 | 0.36 |
| Hex | 9 | 8D | B1 | 5F | 14 | 0 | 1F | C1 | 5A | 24 |
| Octal | 11 | 215 | 261 | 137 | 24 | 0 | 37 | 301 | 132 | 44 |
| Binary | 1001 | 10001101 | 10110001 | 1011111 | 10100 | 0 | 11111 | 11000001 | 1011010 | 100100 |
Color Harmonies of #098DB1
Complementary color
Monochromatic Colors of #098DB1
Black with #098DB1
Text Example
Text Example
White with #098DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098DB1; }
p { color: rgb(9,141,177); }
H1.HeaderClassName
{
color: #098DB1;
}
.AnyTagClassName
{
color: #098DB1;
}
</style>
background-color css
<style>
a { background-color: #098DB1; }
a { background-color: rgb(9,141,177); }
div.DivClassName
{
background-color: #098DB1;
}
.BgClassName
{
background-color: #098DB1;
}
</style>
border-color css
<style>
span { border-color: #098DB1; }
span { border-color: rgb(9,141,177); }
td.TdClassName
{
border-color: #098DB1;
}
.TagClassName
{
border-color: #098DB1;
}
</style>