Shades of Bondi Blue #088DB6
Tints of Bondi Blue #088DB6
RGB
CMYK
RGB Variations
Color information
#088DB6 (or 0x088DB6) is known color: Bondi Blue. HEX triplet: 08, 8D and B6. RGB value is (8,141,182). Sum of RGB (Red+Green+Blue) = 8+141+182=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 182 (71.48% from 255 or 54.98% from 331); Max value from RGB is 182 - color contains mainly: blue. Hex color #088DB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088DB6 is #F77249. Grayscale: #696969. Windows color (decimal): -16216650 or 11963656. OLE color: 11963656.
HSL color Cylindrical-coordinate representation of color #088DB6: hue angle of 194.14º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088DB6 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 141 | 182 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.29 |
| HSL | 194.14º | 0.92% | 0.37% | - |
| HSV(B) | 194.14º | 0.96% | 0.71% | - |
| XYZ | 18.07 | 22.48 | 47.64 | - |
| YUV | 105.91 | 170.94 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 141 | 182 | 0.96 | 0.23 | 0 | 0.29 | 194.14 | 0.92 | 0.37 |
| Hex | 8 | 8D | B6 | 60 | 17 | 0 | 1D | C2 | 5C | 25 |
| Octal | 10 | 215 | 266 | 140 | 27 | 0 | 35 | 302 | 134 | 45 |
| Binary | 1000 | 10001101 | 10110110 | 1100000 | 10111 | 0 | 11101 | 11000010 | 1011100 | 100101 |
Color Harmonies of #088DB6
Complementary color
Monochromatic Colors of #088DB6
Black with #088DB6
Text Example
Text Example
White with #088DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088DB6; }
p { color: rgb(8,141,182); }
H1.HeaderClassName
{
color: #088DB6;
}
.AnyTagClassName
{
color: #088DB6;
}
</style>
background-color css
<style>
a { background-color: #088DB6; }
a { background-color: rgb(8,141,182); }
div.DivClassName
{
background-color: #088DB6;
}
.BgClassName
{
background-color: #088DB6;
}
</style>
border-color css
<style>
span { border-color: #088DB6; }
span { border-color: rgb(8,141,182); }
td.TdClassName
{
border-color: #088DB6;
}
.TagClassName
{
border-color: #088DB6;
}
</style>