Shades of Bondi Blue #088DB8
Tints of Bondi Blue #088DB8
RGB
CMYK
RGB Variations
Color information
#088DB8 (or 0x088DB8) is known color: Bondi Blue. HEX triplet: 08, 8D and B8. RGB value is (8,141,184). Sum of RGB (Red+Green+Blue) = 8+141+184=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 184 (72.27% from 255 or 55.26% from 333); Max value from RGB is 184 - color contains mainly: blue. Hex color #088DB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088DB8 is #F77247. Grayscale: #696969. Windows color (decimal): -16216648 or 12094728. OLE color: 12094728.
HSL color Cylindrical-coordinate representation of color #088DB8: hue angle of 194.66º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088DB8 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 141 | 184 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.28 |
| HSL | 194.66º | 0.92% | 0.38% | - |
| HSV(B) | 194.66º | 0.96% | 0.72% | - |
| XYZ | 18.28 | 22.56 | 48.74 | - |
| YUV | 106.14 | 171.94 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 141 | 184 | 0.96 | 0.23 | 0 | 0.28 | 194.66 | 0.92 | 0.38 |
| Hex | 8 | 8D | B8 | 60 | 17 | 0 | 1C | C3 | 5C | 26 |
| Octal | 10 | 215 | 270 | 140 | 27 | 0 | 34 | 303 | 134 | 46 |
| Binary | 1000 | 10001101 | 10111000 | 1100000 | 10111 | 0 | 11100 | 11000011 | 1011100 | 100110 |
Color Harmonies of #088DB8
Complementary color
Monochromatic Colors of #088DB8
Black with #088DB8
Text Example
Text Example
White with #088DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088DB8; }
p { color: rgb(8,141,184); }
H1.HeaderClassName
{
color: #088DB8;
}
.AnyTagClassName
{
color: #088DB8;
}
</style>
background-color css
<style>
a { background-color: #088DB8; }
a { background-color: rgb(8,141,184); }
div.DivClassName
{
background-color: #088DB8;
}
.BgClassName
{
background-color: #088DB8;
}
</style>
border-color css
<style>
span { border-color: #088DB8; }
span { border-color: rgb(8,141,184); }
td.TdClassName
{
border-color: #088DB8;
}
.TagClassName
{
border-color: #088DB8;
}
</style>