Shades of Bondi Blue #008FAC
Tints of Bondi Blue #008FAC
RGB
CMYK
RGB Variations
Color information
#008FAC (or 0x008FAC) is known color: Bondi Blue. HEX triplet: 00, 8F and AC. RGB value is (0,143,172). Sum of RGB (Red+Green+Blue) = 0+143+172=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #008FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008FAC is #FF7053. Grayscale: #676767. Windows color (decimal): -16740436 or 11308800. OLE color: 11308800.
HSL color Cylindrical-coordinate representation of color #008FAC: hue angle of 190.12º 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 #008FAC is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 143 | 172 | - |
| CMYK | 1 | 0.17 | 0 | 0.33 |
| HSL | 190.12º | 1% | 0.34% | - |
| HSV(B) | 190.12º | 1% | 0.67% | - |
| XYZ | 17.27 | 22.62 | 42.49 | - |
| YUV | 103.55 | 166.62 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 172 | 1 | 0.17 | 0 | 0.33 | 190.12 | 1 | 0.34 |
| Hex | 0 | 8F | AC | 64 | 11 | 0 | 21 | BE | 64 | 22 |
| Octal | 0 | 217 | 254 | 144 | 21 | 0 | 41 | 276 | 144 | 42 |
| Binary | 0 | 10001111 | 10101100 | 1100100 | 10001 | 0 | 100001 | 10111110 | 1100100 | 100010 |
Color Harmonies of #008FAC
Complementary color
Monochromatic Colors of #008FAC
Black with #008FAC
Text Example
Text Example
White with #008FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008FAC; }
p { color: rgb(0,143,172); }
H1.HeaderClassName
{
color: #008FAC;
}
.AnyTagClassName
{
color: #008FAC;
}
</style>
background-color css
<style>
a { background-color: #008FAC; }
a { background-color: rgb(0,143,172); }
div.DivClassName
{
background-color: #008FAC;
}
.BgClassName
{
background-color: #008FAC;
}
</style>
border-color css
<style>
span { border-color: #008FAC; }
span { border-color: rgb(0,143,172); }
td.TdClassName
{
border-color: #008FAC;
}
.TagClassName
{
border-color: #008FAC;
}
</style>