Shades of Bondi Blue #0088B6
Tints of Bondi Blue #0088B6
RGB
CMYK
RGB Variations
Color information
#0088B6 (or 0x0088B6) is known color: Bondi Blue. HEX triplet: 00, 88 and B6. RGB value is (0,136,182). Sum of RGB (Red+Green+Blue) = 0+136+182=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 182 (71.48% from 255 or 57.23% from 318); Max value from RGB is 182 - color contains mainly: blue. Hex color #0088B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0088B6 is #FF7749. Grayscale: #646464. Windows color (decimal): -16742218 or 11962368. OLE color: 11962368.
HSL color Cylindrical-coordinate representation of color #0088B6: hue angle of 195.16º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0088B6 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 136 | 182 | - |
| CMYK | 1 | 0.25 | 0 | 0.29 |
| HSL | 195.16º | 1% | 0.36% | - |
| HSV(B) | 195.16º | 1% | 0.71% | - |
| XYZ | 17.25 | 20.99 | 47.4 | - |
| YUV | 100.58 | 173.94 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 182 | 1 | 0.25 | 0 | 0.29 | 195.16 | 1 | 0.36 |
| Hex | 0 | 88 | B6 | 64 | 19 | 0 | 1D | C3 | 64 | 24 |
| Octal | 0 | 210 | 266 | 144 | 31 | 0 | 35 | 303 | 144 | 44 |
| Binary | 0 | 10001000 | 10110110 | 1100100 | 11001 | 0 | 11101 | 11000011 | 1100100 | 100100 |
Color Harmonies of #0088B6
Complementary color
Monochromatic Colors of #0088B6
Black with #0088B6
Text Example
Text Example
White with #0088B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0088B6; }
p { color: rgb(0,136,182); }
H1.HeaderClassName
{
color: #0088B6;
}
.AnyTagClassName
{
color: #0088B6;
}
</style>
background-color css
<style>
a { background-color: #0088B6; }
a { background-color: rgb(0,136,182); }
div.DivClassName
{
background-color: #0088B6;
}
.BgClassName
{
background-color: #0088B6;
}
</style>
border-color css
<style>
span { border-color: #0088B6; }
span { border-color: rgb(0,136,182); }
td.TdClassName
{
border-color: #0088B6;
}
.TagClassName
{
border-color: #0088B6;
}
</style>