Shades of Bondi Blue #088DBA
Tints of Bondi Blue #088DBA
RGB
CMYK
RGB Variations
Color information
#088DBA (or 0x088DBA) is known color: Bondi Blue. HEX triplet: 08, 8D and BA. RGB value is (8,141,186). Sum of RGB (Red+Green+Blue) = 8+141+186=335 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.39% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #088DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088DBA is #F77245. Grayscale: #6A6A6A. Windows color (decimal): -16216646 or 12225800. OLE color: 12225800.
HSL color Cylindrical-coordinate representation of color #088DBA: hue angle of 195.17º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088DBA is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 141 | 186 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.27 |
| HSL | 195.17º | 0.92% | 0.38% | - |
| HSV(B) | 195.17º | 0.96% | 0.73% | - |
| XYZ | 18.49 | 22.65 | 49.85 | - |
| YUV | 106.36 | 172.94 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 141 | 186 | 0.96 | 0.24 | 0 | 0.27 | 195.17 | 0.92 | 0.38 |
| Hex | 8 | 8D | BA | 60 | 18 | 0 | 1B | C3 | 5C | 26 |
| Octal | 10 | 215 | 272 | 140 | 30 | 0 | 33 | 303 | 134 | 46 |
| Binary | 1000 | 10001101 | 10111010 | 1100000 | 11000 | 0 | 11011 | 11000011 | 1011100 | 100110 |
Color Harmonies of #088DBA
Complementary color
Monochromatic Colors of #088DBA
Black with #088DBA
Text Example
Text Example
White with #088DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088DBA; }
p { color: rgb(8,141,186); }
H1.HeaderClassName
{
color: #088DBA;
}
.AnyTagClassName
{
color: #088DBA;
}
</style>
background-color css
<style>
a { background-color: #088DBA; }
a { background-color: rgb(8,141,186); }
div.DivClassName
{
background-color: #088DBA;
}
.BgClassName
{
background-color: #088DBA;
}
</style>
border-color css
<style>
span { border-color: #088DBA; }
span { border-color: rgb(8,141,186); }
td.TdClassName
{
border-color: #088DBA;
}
.TagClassName
{
border-color: #088DBA;
}
</style>