Shades of Bondi Blue #008DB4
Tints of Bondi Blue #008DB4
RGB
CMYK
RGB Variations
Color information
#008DB4 (or 0x008DB4) is known color: Bondi Blue. HEX triplet: 00, 8D and B4. RGB value is (0,141,180). Sum of RGB (Red+Green+Blue) = 0+141+180=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 180 (70.70% from 255 or 56.07% from 321); Max value from RGB is 180 - color contains mainly: blue. Hex color #008DB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DB4 is #FF724B. Grayscale: #666666. Windows color (decimal): -16740940 or 11832576. OLE color: 11832576.
HSL color Cylindrical-coordinate representation of color #008DB4: hue angle of 193º 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 #008DB4 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 141 | 180 | - |
| CMYK | 1 | 0.22 | 0 | 0.29 |
| HSL | 193º | 1% | 0.35% | - |
| HSV(B) | 193º | 1% | 0.71% | - |
| XYZ | 17.76 | 22.35 | 46.56 | - |
| YUV | 103.29 | 171.29 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 180 | 1 | 0.22 | 0 | 0.29 | 193 | 1 | 0.35 |
| Hex | 0 | 8D | B4 | 64 | 16 | 0 | 1D | C1 | 64 | 23 |
| Octal | 0 | 215 | 264 | 144 | 26 | 0 | 35 | 301 | 144 | 43 |
| Binary | 0 | 10001101 | 10110100 | 1100100 | 10110 | 0 | 11101 | 11000001 | 1100100 | 100011 |
Color Harmonies of #008DB4
Complementary color
Monochromatic Colors of #008DB4
Black with #008DB4
Text Example
Text Example
White with #008DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DB4; }
p { color: rgb(0,141,180); }
H1.HeaderClassName
{
color: #008DB4;
}
.AnyTagClassName
{
color: #008DB4;
}
</style>
background-color css
<style>
a { background-color: #008DB4; }
a { background-color: rgb(0,141,180); }
div.DivClassName
{
background-color: #008DB4;
}
.BgClassName
{
background-color: #008DB4;
}
</style>
border-color css
<style>
span { border-color: #008DB4; }
span { border-color: rgb(0,141,180); }
td.TdClassName
{
border-color: #008DB4;
}
.TagClassName
{
border-color: #008DB4;
}
</style>