Shades of Bondi Blue #0886B5
Tints of Bondi Blue #0886B5
RGB
CMYK
RGB Variations
Color information
#0886B5 (or 0x0886B5) is known color: Bondi Blue. HEX triplet: 08, 86 and B5. RGB value is (8,134,181). Sum of RGB (Red+Green+Blue) = 8+134+181=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 181 (71.09% from 255 or 56.04% from 323); Max value from RGB is 181 - color contains mainly: blue. Hex color #0886B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0886B5 is #F7794A. Grayscale: #656565. Windows color (decimal): -16218443 or 11896328. OLE color: 11896328.
HSL color Cylindrical-coordinate representation of color #0886B5: hue angle of 196.3º 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 #0886B5 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 134 | 181 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.29 |
| HSL | 196.3º | 0.92% | 0.37% | - |
| HSV(B) | 196.3º | 0.96% | 0.71% | - |
| XYZ | 16.97 | 20.44 | 46.77 | - |
| YUV | 101.68 | 172.76 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 134 | 181 | 0.96 | 0.26 | 0 | 0.29 | 196.3 | 0.92 | 0.37 |
| Hex | 8 | 86 | B5 | 60 | 1A | 0 | 1D | C4 | 5C | 25 |
| Octal | 10 | 206 | 265 | 140 | 32 | 0 | 35 | 304 | 134 | 45 |
| Binary | 1000 | 10000110 | 10110101 | 1100000 | 11010 | 0 | 11101 | 11000100 | 1011100 | 100101 |
Color Harmonies of #0886B5
Complementary color
Monochromatic Colors of #0886B5
Black with #0886B5
Text Example
Text Example
White with #0886B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0886B5; }
p { color: rgb(8,134,181); }
H1.HeaderClassName
{
color: #0886B5;
}
.AnyTagClassName
{
color: #0886B5;
}
</style>
background-color css
<style>
a { background-color: #0886B5; }
a { background-color: rgb(8,134,181); }
div.DivClassName
{
background-color: #0886B5;
}
.BgClassName
{
background-color: #0886B5;
}
</style>
border-color css
<style>
span { border-color: #0886B5; }
span { border-color: rgb(8,134,181); }
td.TdClassName
{
border-color: #0886B5;
}
.TagClassName
{
border-color: #0886B5;
}
</style>