Shades of Bondi Blue #088DB1
Tints of Bondi Blue #088DB1
RGB
CMYK
RGB Variations
Color information
#088DB1 (or 0x088DB1) is known color: Bondi Blue. HEX triplet: 08, 8D and B1. RGB value is (8,141,177). Sum of RGB (Red+Green+Blue) = 8+141+177=326 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 177 (69.53% from 255 or 54.29% from 326); Max value from RGB is 177 - color contains mainly: blue. Hex color #088DB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088DB1 is #F7724E. Grayscale: #696969. Windows color (decimal): -16216655 or 11635976. OLE color: 11635976.
HSL color Cylindrical-coordinate representation of color #088DB1: hue angle of 192.78º 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 #088DB1 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 141 | 177 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.31 |
| HSL | 192.78º | 0.91% | 0.36% | - |
| HSV(B) | 192.78º | 0.95% | 0.69% | - |
| XYZ | 17.56 | 22.28 | 44.97 | - |
| YUV | 105.34 | 168.44 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 141 | 177 | 0.95 | 0.20 | 0 | 0.31 | 192.78 | 0.91 | 0.36 |
| Hex | 8 | 8D | B1 | 5F | 14 | 0 | 1F | C1 | 5B | 24 |
| Octal | 10 | 215 | 261 | 137 | 24 | 0 | 37 | 301 | 133 | 44 |
| Binary | 1000 | 10001101 | 10110001 | 1011111 | 10100 | 0 | 11111 | 11000001 | 1011011 | 100100 |
Color Harmonies of #088DB1
Complementary color
Monochromatic Colors of #088DB1
Black with #088DB1
Text Example
Text Example
White with #088DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088DB1; }
p { color: rgb(8,141,177); }
H1.HeaderClassName
{
color: #088DB1;
}
.AnyTagClassName
{
color: #088DB1;
}
</style>
background-color css
<style>
a { background-color: #088DB1; }
a { background-color: rgb(8,141,177); }
div.DivClassName
{
background-color: #088DB1;
}
.BgClassName
{
background-color: #088DB1;
}
</style>
border-color css
<style>
span { border-color: #088DB1; }
span { border-color: rgb(8,141,177); }
td.TdClassName
{
border-color: #088DB1;
}
.TagClassName
{
border-color: #088DB1;
}
</style>