Shades of Bondi Blue #008FAB
Tints of Bondi Blue #008FAB
RGB
CMYK
RGB Variations
Color information
#008FAB (or 0x008FAB) is known color: Bondi Blue. HEX triplet: 00, 8F and AB. RGB value is (0,143,171). Sum of RGB (Red+Green+Blue) = 0+143+171=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #008FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008FAB is #FF7054. Grayscale: #676767. Windows color (decimal): -16740437 or 11243264. OLE color: 11243264.
HSL color Cylindrical-coordinate representation of color #008FAB: hue angle of 189.82º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FAB is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 143 | 171 | - |
| CMYK | 1 | 0.16 | 0 | 0.33 |
| HSL | 189.82º | 1% | 0.34% | - |
| HSV(B) | 189.82º | 1% | 0.67% | - |
| XYZ | 17.17 | 22.59 | 41.98 | - |
| YUV | 103.44 | 166.12 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 171 | 1 | 0.16 | 0 | 0.33 | 189.82 | 1 | 0.34 |
| Hex | 0 | 8F | AB | 64 | 10 | 0 | 21 | BE | 64 | 22 |
| Octal | 0 | 217 | 253 | 144 | 20 | 0 | 41 | 276 | 144 | 42 |
| Binary | 0 | 10001111 | 10101011 | 1100100 | 10000 | 0 | 100001 | 10111110 | 1100100 | 100010 |
Color Harmonies of #008FAB
Complementary color
Monochromatic Colors of #008FAB
Black with #008FAB
Text Example
Text Example
White with #008FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008FAB; }
p { color: rgb(0,143,171); }
H1.HeaderClassName
{
color: #008FAB;
}
.AnyTagClassName
{
color: #008FAB;
}
</style>
background-color css
<style>
a { background-color: #008FAB; }
a { background-color: rgb(0,143,171); }
div.DivClassName
{
background-color: #008FAB;
}
.BgClassName
{
background-color: #008FAB;
}
</style>
border-color css
<style>
span { border-color: #008FAB; }
span { border-color: rgb(0,143,171); }
td.TdClassName
{
border-color: #008FAB;
}
.TagClassName
{
border-color: #008FAB;
}
</style>