Shades of Bondi Blue #008CB4
Tints of Bondi Blue #008CB4
RGB
CMYK
RGB Variations
Color information
#008CB4 (or 0x008CB4) is known color: Bondi Blue. HEX triplet: 00, 8C and B4. RGB value is (0,140,180). Sum of RGB (Red+Green+Blue) = 0+140+180=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 180 (70.70% from 255 or 56.25% from 320); Max value from RGB is 180 - color contains mainly: blue. Hex color #008CB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CB4 is #FF734B. Grayscale: #666666. Windows color (decimal): -16741196 or 11832320. OLE color: 11832320.
HSL color Cylindrical-coordinate representation of color #008CB4: hue angle of 193.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CB4 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 140 | 180 | - |
| CMYK | 1 | 0.22 | 0 | 0.29 |
| HSL | 193.33º | 1% | 0.35% | - |
| HSV(B) | 193.33º | 1% | 0.71% | - |
| XYZ | 17.62 | 22.05 | 46.51 | - |
| YUV | 102.7 | 171.62 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 180 | 1 | 0.22 | 0 | 0.29 | 193.33 | 1 | 0.35 |
| Hex | 0 | 8C | B4 | 64 | 16 | 0 | 1D | C1 | 64 | 23 |
| Octal | 0 | 214 | 264 | 144 | 26 | 0 | 35 | 301 | 144 | 43 |
| Binary | 0 | 10001100 | 10110100 | 1100100 | 10110 | 0 | 11101 | 11000001 | 1100100 | 100011 |
Color Harmonies of #008CB4
Complementary color
Monochromatic Colors of #008CB4
Black with #008CB4
Text Example
Text Example
White with #008CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008CB4; }
p { color: rgb(0,140,180); }
H1.HeaderClassName
{
color: #008CB4;
}
.AnyTagClassName
{
color: #008CB4;
}
</style>
background-color css
<style>
a { background-color: #008CB4; }
a { background-color: rgb(0,140,180); }
div.DivClassName
{
background-color: #008CB4;
}
.BgClassName
{
background-color: #008CB4;
}
</style>
border-color css
<style>
span { border-color: #008CB4; }
span { border-color: rgb(0,140,180); }
td.TdClassName
{
border-color: #008CB4;
}
.TagClassName
{
border-color: #008CB4;
}
</style>