Shades of Bondi Blue #0888BD
Tints of Bondi Blue #0888BD
RGB
CMYK
RGB Variations
Color information
#0888BD (or 0x0888BD) is known color: Bondi Blue. HEX triplet: 08, 88 and BD. RGB value is (8,136,189). Sum of RGB (Red+Green+Blue) = 8+136+189=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #0888BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0888BD is #F77742. Grayscale: #676767. Windows color (decimal): -16217923 or 12421128. OLE color: 12421128.
HSL color Cylindrical-coordinate representation of color #0888BD: hue angle of 197.57º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0888BD is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 136 | 189 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.26 |
| HSL | 197.57º | 0.92% | 0.39% | - |
| HSV(B) | 197.57º | 0.96% | 0.74% | - |
| XYZ | 18.09 | 21.33 | 51.31 | - |
| YUV | 103.77 | 176.09 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 189 | 0.96 | 0.28 | 0 | 0.26 | 197.57 | 0.92 | 0.39 |
| Hex | 8 | 88 | BD | 60 | 1C | 0 | 1A | C6 | 5C | 27 |
| Octal | 10 | 210 | 275 | 140 | 34 | 0 | 32 | 306 | 134 | 47 |
| Binary | 1000 | 10001000 | 10111101 | 1100000 | 11100 | 0 | 11010 | 11000110 | 1011100 | 100111 |
Color Harmonies of #0888BD
Complementary color
Monochromatic Colors of #0888BD
Black with #0888BD
Text Example
Text Example
White with #0888BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0888BD; }
p { color: rgb(8,136,189); }
H1.HeaderClassName
{
color: #0888BD;
}
.AnyTagClassName
{
color: #0888BD;
}
</style>
background-color css
<style>
a { background-color: #0888BD; }
a { background-color: rgb(8,136,189); }
div.DivClassName
{
background-color: #0888BD;
}
.BgClassName
{
background-color: #0888BD;
}
</style>
border-color css
<style>
span { border-color: #0888BD; }
span { border-color: rgb(8,136,189); }
td.TdClassName
{
border-color: #0888BD;
}
.TagClassName
{
border-color: #0888BD;
}
</style>