Shades of Bondi Blue #0888BA
Tints of Bondi Blue #0888BA
RGB
CMYK
RGB Variations
Color information
#0888BA (or 0x0888BA) is known color: Bondi Blue. HEX triplet: 08, 88 and BA. RGB value is (8,136,186). Sum of RGB (Red+Green+Blue) = 8+136+186=330 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #0888BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0888BA is #F77745. Grayscale: #676767. Windows color (decimal): -16217926 or 12224520. OLE color: 12224520.
HSL color Cylindrical-coordinate representation of color #0888BA: hue angle of 196.85º 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 #0888BA is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 136 | 186 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.27 |
| HSL | 196.85º | 0.92% | 0.38% | - |
| HSV(B) | 196.85º | 0.96% | 0.73% | - |
| XYZ | 17.77 | 21.21 | 49.61 | - |
| YUV | 103.43 | 174.59 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 186 | 0.96 | 0.27 | 0 | 0.27 | 196.85 | 0.92 | 0.38 |
| Hex | 8 | 88 | BA | 60 | 1B | 0 | 1B | C5 | 5C | 26 |
| Octal | 10 | 210 | 272 | 140 | 33 | 0 | 33 | 305 | 134 | 46 |
| Binary | 1000 | 10001000 | 10111010 | 1100000 | 11011 | 0 | 11011 | 11000101 | 1011100 | 100110 |
Color Harmonies of #0888BA
Complementary color
Monochromatic Colors of #0888BA
Black with #0888BA
Text Example
Text Example
White with #0888BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0888BA; }
p { color: rgb(8,136,186); }
H1.HeaderClassName
{
color: #0888BA;
}
.AnyTagClassName
{
color: #0888BA;
}
</style>
background-color css
<style>
a { background-color: #0888BA; }
a { background-color: rgb(8,136,186); }
div.DivClassName
{
background-color: #0888BA;
}
.BgClassName
{
background-color: #0888BA;
}
</style>
border-color css
<style>
span { border-color: #0888BA; }
span { border-color: rgb(8,136,186); }
td.TdClassName
{
border-color: #0888BA;
}
.TagClassName
{
border-color: #0888BA;
}
</style>