Shades of Bondi Blue #008CBF
Tints of Bondi Blue #008CBF
RGB
CMYK
RGB Variations
Color information
#008CBF (or 0x008CBF) is known color: Bondi Blue. HEX triplet: 00, 8C and BF. RGB value is (0,140,191). Sum of RGB (Red+Green+Blue) = 0+140+191=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #008CBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CBF is #FF7340. Grayscale: #676767. Windows color (decimal): -16741185 or 12553216. OLE color: 12553216.
HSL color Cylindrical-coordinate representation of color #008CBF: hue angle of 196.02º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CBF is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 140 | 191 | - |
| CMYK | 1 | 0.27 | 0 | 0.25 |
| HSL | 196.02º | 1% | 0.37% | - |
| HSV(B) | 196.02º | 1% | 0.75% | - |
| XYZ | 18.78 | 22.52 | 52.65 | - |
| YUV | 103.95 | 177.12 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 191 | 1 | 0.27 | 0 | 0.25 | 196.02 | 1 | 0.37 |
| Hex | 0 | 8C | BF | 64 | 1B | 0 | 19 | C4 | 64 | 25 |
| Octal | 0 | 214 | 277 | 144 | 33 | 0 | 31 | 304 | 144 | 45 |
| Binary | 0 | 10001100 | 10111111 | 1100100 | 11011 | 0 | 11001 | 11000100 | 1100100 | 100101 |
Color Harmonies of #008CBF
Complementary color
Monochromatic Colors of #008CBF
Black with #008CBF
Text Example
Text Example
White with #008CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008CBF; }
p { color: rgb(0,140,191); }
H1.HeaderClassName
{
color: #008CBF;
}
.AnyTagClassName
{
color: #008CBF;
}
</style>
background-color css
<style>
a { background-color: #008CBF; }
a { background-color: rgb(0,140,191); }
div.DivClassName
{
background-color: #008CBF;
}
.BgClassName
{
background-color: #008CBF;
}
</style>
border-color css
<style>
span { border-color: #008CBF; }
span { border-color: rgb(0,140,191); }
td.TdClassName
{
border-color: #008CBF;
}
.TagClassName
{
border-color: #008CBF;
}
</style>