Shades of Bondi Blue #008BBF
Tints of Bondi Blue #008BBF
RGB
CMYK
RGB Variations
Color information
#008BBF (or 0x008BBF) is known color: Bondi Blue. HEX triplet: 00, 8B and BF. RGB value is (0,139,191). Sum of RGB (Red+Green+Blue) = 0+139+191=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #008BBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008BBF is #FF7440. Grayscale: #676767. Windows color (decimal): -16741441 or 12552960. OLE color: 12552960.
HSL color Cylindrical-coordinate representation of color #008BBF: hue angle of 196.34º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008BBF is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 139 | 191 | - |
| CMYK | 1 | 0.27 | 0 | 0.25 |
| HSL | 196.34º | 1% | 0.37% | - |
| HSV(B) | 196.34º | 1% | 0.75% | - |
| XYZ | 18.64 | 22.23 | 52.6 | - |
| YUV | 103.37 | 177.45 | 54.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 191 | 1 | 0.27 | 0 | 0.25 | 196.34 | 1 | 0.37 |
| Hex | 0 | 8B | BF | 64 | 1B | 0 | 19 | C4 | 64 | 25 |
| Octal | 0 | 213 | 277 | 144 | 33 | 0 | 31 | 304 | 144 | 45 |
| Binary | 0 | 10001011 | 10111111 | 1100100 | 11011 | 0 | 11001 | 11000100 | 1100100 | 100101 |
Color Harmonies of #008BBF
Complementary color
Monochromatic Colors of #008BBF
Black with #008BBF
Text Example
Text Example
White with #008BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008BBF; }
p { color: rgb(0,139,191); }
H1.HeaderClassName
{
color: #008BBF;
}
.AnyTagClassName
{
color: #008BBF;
}
</style>
background-color css
<style>
a { background-color: #008BBF; }
a { background-color: rgb(0,139,191); }
div.DivClassName
{
background-color: #008BBF;
}
.BgClassName
{
background-color: #008BBF;
}
</style>
border-color css
<style>
span { border-color: #008BBF; }
span { border-color: rgb(0,139,191); }
td.TdClassName
{
border-color: #008BBF;
}
.TagClassName
{
border-color: #008BBF;
}
</style>