Shades of Bondi Blue #008BAF
Tints of Bondi Blue #008BAF
RGB
CMYK
RGB Variations
Color information
#008BAF (or 0x008BAF) is known color: Bondi Blue. HEX triplet: 00, 8B and AF. RGB value is (0,139,175). Sum of RGB (Red+Green+Blue) = 0+139+175=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #008BAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008BAF is #FF7450. Grayscale: #656565. Windows color (decimal): -16741457 or 11504384. OLE color: 11504384.
HSL color Cylindrical-coordinate representation of color #008BAF: hue angle of 192.34º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008BAF is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 139 | 175 | - |
| CMYK | 1 | 0.21 | 0 | 0.31 |
| HSL | 192.34º | 1% | 0.34% | - |
| HSV(B) | 192.34º | 1% | 0.69% | - |
| XYZ | 16.97 | 21.56 | 43.82 | - |
| YUV | 101.54 | 169.45 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 175 | 1 | 0.21 | 0 | 0.31 | 192.34 | 1 | 0.34 |
| Hex | 0 | 8B | AF | 64 | 15 | 0 | 1F | C0 | 64 | 22 |
| Octal | 0 | 213 | 257 | 144 | 25 | 0 | 37 | 300 | 144 | 42 |
| Binary | 0 | 10001011 | 10101111 | 1100100 | 10101 | 0 | 11111 | 11000000 | 1100100 | 100010 |
Color Harmonies of #008BAF
Complementary color
Monochromatic Colors of #008BAF
Black with #008BAF
Text Example
Text Example
White with #008BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008BAF; }
p { color: rgb(0,139,175); }
H1.HeaderClassName
{
color: #008BAF;
}
.AnyTagClassName
{
color: #008BAF;
}
</style>
background-color css
<style>
a { background-color: #008BAF; }
a { background-color: rgb(0,139,175); }
div.DivClassName
{
background-color: #008BAF;
}
.BgClassName
{
background-color: #008BAF;
}
</style>
border-color css
<style>
span { border-color: #008BAF; }
span { border-color: rgb(0,139,175); }
td.TdClassName
{
border-color: #008BAF;
}
.TagClassName
{
border-color: #008BAF;
}
</style>