Shades of Bondi Blue #008CB0
Tints of Bondi Blue #008CB0
RGB
CMYK
RGB Variations
Color information
#008CB0 (or 0x008CB0) is known color: Bondi Blue. HEX triplet: 00, 8C and B0. RGB value is (0,140,176). Sum of RGB (Red+Green+Blue) = 0+140+176=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 176 (69.14% from 255 or 55.70% from 316); Max value from RGB is 176 - color contains mainly: blue. Hex color #008CB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008CB0 is #FF734F. Grayscale: #656565. Windows color (decimal): -16741200 or 11570176. OLE color: 11570176.
HSL color Cylindrical-coordinate representation of color #008CB0: hue angle of 192.27º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CB0 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 140 | 176 | - |
| CMYK | 1 | 0.20 | 0 | 0.31 |
| HSL | 192.27º | 1% | 0.35% | - |
| HSV(B) | 192.27º | 1% | 0.69% | - |
| XYZ | 17.21 | 21.89 | 44.39 | - |
| YUV | 102.24 | 169.62 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 176 | 1 | 0.20 | 0 | 0.31 | 192.27 | 1 | 0.35 |
| Hex | 0 | 8C | B0 | 64 | 14 | 0 | 1F | C0 | 64 | 23 |
| Octal | 0 | 214 | 260 | 144 | 24 | 0 | 37 | 300 | 144 | 43 |
| Binary | 0 | 10001100 | 10110000 | 1100100 | 10100 | 0 | 11111 | 11000000 | 1100100 | 100011 |
Color Harmonies of #008CB0
Complementary color
Monochromatic Colors of #008CB0
Black with #008CB0
Text Example
Text Example
White with #008CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008CB0; }
p { color: rgb(0,140,176); }
H1.HeaderClassName
{
color: #008CB0;
}
.AnyTagClassName
{
color: #008CB0;
}
</style>
background-color css
<style>
a { background-color: #008CB0; }
a { background-color: rgb(0,140,176); }
div.DivClassName
{
background-color: #008CB0;
}
.BgClassName
{
background-color: #008CB0;
}
</style>
border-color css
<style>
span { border-color: #008CB0; }
span { border-color: rgb(0,140,176); }
td.TdClassName
{
border-color: #008CB0;
}
.TagClassName
{
border-color: #008CB0;
}
</style>