Shades of Bondi Blue #008CB1
Tints of Bondi Blue #008CB1
RGB
CMYK
RGB Variations
Color information
#008CB1 (or 0x008CB1) is known color: Bondi Blue. HEX triplet: 00, 8C and B1. RGB value is (0,140,177). Sum of RGB (Red+Green+Blue) = 0+140+177=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 177 (69.53% from 255 or 55.84% from 317); Max value from RGB is 177 - color contains mainly: blue. Hex color #008CB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008CB1 is #FF734E. Grayscale: #666666. Windows color (decimal): -16741199 or 11635712. OLE color: 11635712.
HSL color Cylindrical-coordinate representation of color #008CB1: hue angle of 192.54º 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 #008CB1 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 140 | 177 | - |
| CMYK | 1 | 0.21 | 0 | 0.31 |
| HSL | 192.54º | 1% | 0.35% | - |
| HSV(B) | 192.54º | 1% | 0.69% | - |
| XYZ | 17.31 | 21.93 | 44.92 | - |
| YUV | 102.36 | 170.12 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 177 | 1 | 0.21 | 0 | 0.31 | 192.54 | 1 | 0.35 |
| Hex | 0 | 8C | B1 | 64 | 15 | 0 | 1F | C1 | 64 | 23 |
| Octal | 0 | 214 | 261 | 144 | 25 | 0 | 37 | 301 | 144 | 43 |
| Binary | 0 | 10001100 | 10110001 | 1100100 | 10101 | 0 | 11111 | 11000001 | 1100100 | 100011 |
Color Harmonies of #008CB1
Complementary color
Monochromatic Colors of #008CB1
Black with #008CB1
Text Example
Text Example
White with #008CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008CB1; }
p { color: rgb(0,140,177); }
H1.HeaderClassName
{
color: #008CB1;
}
.AnyTagClassName
{
color: #008CB1;
}
</style>
background-color css
<style>
a { background-color: #008CB1; }
a { background-color: rgb(0,140,177); }
div.DivClassName
{
background-color: #008CB1;
}
.BgClassName
{
background-color: #008CB1;
}
</style>
border-color css
<style>
span { border-color: #008CB1; }
span { border-color: rgb(0,140,177); }
td.TdClassName
{
border-color: #008CB1;
}
.TagClassName
{
border-color: #008CB1;
}
</style>