Shades of Bondi Blue #088DB0
Tints of Bondi Blue #088DB0
RGB
CMYK
RGB Variations
Color information
#088DB0 (or 0x088DB0) is known color: Bondi Blue. HEX triplet: 08, 8D and B0. RGB value is (8,141,176). Sum of RGB (Red+Green+Blue) = 8+141+176=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 176 (69.14% from 255 or 54.15% from 325); Max value from RGB is 176 - color contains mainly: blue. Hex color #088DB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088DB0 is #F7724F. Grayscale: #686868. Windows color (decimal): -16216656 or 11570440. OLE color: 11570440.
HSL color Cylindrical-coordinate representation of color #088DB0: hue angle of 192.5º degrees, saturation: 0.91, 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 #088DB0 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 141 | 176 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.31 |
| HSL | 192.5º | 0.91% | 0.36% | - |
| HSV(B) | 192.5º | 0.95% | 0.69% | - |
| XYZ | 17.46 | 22.24 | 44.45 | - |
| YUV | 105.22 | 167.94 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 141 | 176 | 0.95 | 0.20 | 0 | 0.31 | 192.5 | 0.91 | 0.36 |
| Hex | 8 | 8D | B0 | 5F | 14 | 0 | 1F | C0 | 5B | 24 |
| Octal | 10 | 215 | 260 | 137 | 24 | 0 | 37 | 300 | 133 | 44 |
| Binary | 1000 | 10001101 | 10110000 | 1011111 | 10100 | 0 | 11111 | 11000000 | 1011011 | 100100 |
Color Harmonies of #088DB0
Complementary color
Monochromatic Colors of #088DB0
Black with #088DB0
Text Example
Text Example
White with #088DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088DB0; }
p { color: rgb(8,141,176); }
H1.HeaderClassName
{
color: #088DB0;
}
.AnyTagClassName
{
color: #088DB0;
}
</style>
background-color css
<style>
a { background-color: #088DB0; }
a { background-color: rgb(8,141,176); }
div.DivClassName
{
background-color: #088DB0;
}
.BgClassName
{
background-color: #088DB0;
}
</style>
border-color css
<style>
span { border-color: #088DB0; }
span { border-color: rgb(8,141,176); }
td.TdClassName
{
border-color: #088DB0;
}
.TagClassName
{
border-color: #088DB0;
}
</style>