Shades of Bondi Blue #088EBA
Tints of Bondi Blue #088EBA
RGB
CMYK
RGB Variations
Color information
#088EBA (or 0x088EBA) is known color: Bondi Blue. HEX triplet: 08, 8E and BA. RGB value is (8,142,186). Sum of RGB (Red+Green+Blue) = 8+142+186=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #088EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088EBA is #F77145. Grayscale: #6A6A6A. Windows color (decimal): -16216390 or 12226056. OLE color: 12226056.
HSL color Cylindrical-coordinate representation of color #088EBA: hue angle of 194.83º 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 #088EBA is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 142 | 186 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.27 |
| HSL | 194.83º | 0.92% | 0.38% | - |
| HSV(B) | 194.83º | 0.96% | 0.73% | - |
| XYZ | 18.64 | 22.94 | 49.9 | - |
| YUV | 106.95 | 172.61 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 142 | 186 | 0.96 | 0.24 | 0 | 0.27 | 194.83 | 0.92 | 0.38 |
| Hex | 8 | 8E | BA | 60 | 18 | 0 | 1B | C3 | 5C | 26 |
| Octal | 10 | 216 | 272 | 140 | 30 | 0 | 33 | 303 | 134 | 46 |
| Binary | 1000 | 10001110 | 10111010 | 1100000 | 11000 | 0 | 11011 | 11000011 | 1011100 | 100110 |
Color Harmonies of #088EBA
Complementary color
Monochromatic Colors of #088EBA
Black with #088EBA
Text Example
Text Example
White with #088EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088EBA; }
p { color: rgb(8,142,186); }
H1.HeaderClassName
{
color: #088EBA;
}
.AnyTagClassName
{
color: #088EBA;
}
</style>
background-color css
<style>
a { background-color: #088EBA; }
a { background-color: rgb(8,142,186); }
div.DivClassName
{
background-color: #088EBA;
}
.BgClassName
{
background-color: #088EBA;
}
</style>
border-color css
<style>
span { border-color: #088EBA; }
span { border-color: rgb(8,142,186); }
td.TdClassName
{
border-color: #088EBA;
}
.TagClassName
{
border-color: #088EBA;
}
</style>