Shades of Bondi Blue #008DC3
Tints of Bondi Blue #008DC3
RGB
CMYK
RGB Variations
Color information
#008DC3 (or 0x008DC3) is known color: Bondi Blue. HEX triplet: 00, 8D and C3. RGB value is (0,141,195). Sum of RGB (Red+Green+Blue) = 0+141+195=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 195 (76.56% from 255 or 58.04% from 336); Max value from RGB is 195 - color contains mainly: blue. Hex color #008DC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DC3 is #FF723C. Grayscale: #686868. Windows color (decimal): -16740925 or 12815616. OLE color: 12815616.
HSL color Cylindrical-coordinate representation of color #008DC3: hue angle of 196.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DC3 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 141 | 195 | - |
| CMYK | 1 | 0.28 | 0 | 0.24 |
| HSL | 196.62º | 1% | 0.38% | - |
| HSV(B) | 196.62º | 1% | 0.76% | - |
| XYZ | 19.38 | 22.99 | 55.05 | - |
| YUV | 105 | 178.79 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 195 | 1 | 0.28 | 0 | 0.24 | 196.62 | 1 | 0.38 |
| Hex | 0 | 8D | C3 | 64 | 1C | 0 | 18 | C5 | 64 | 26 |
| Octal | 0 | 215 | 303 | 144 | 34 | 0 | 30 | 305 | 144 | 46 |
| Binary | 0 | 10001101 | 11000011 | 1100100 | 11100 | 0 | 11000 | 11000101 | 1100100 | 100110 |
Color Harmonies of #008DC3
Complementary color
Monochromatic Colors of #008DC3
Black with #008DC3
Text Example
Text Example
White with #008DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DC3; }
p { color: rgb(0,141,195); }
H1.HeaderClassName
{
color: #008DC3;
}
.AnyTagClassName
{
color: #008DC3;
}
</style>
background-color css
<style>
a { background-color: #008DC3; }
a { background-color: rgb(0,141,195); }
div.DivClassName
{
background-color: #008DC3;
}
.BgClassName
{
background-color: #008DC3;
}
</style>
border-color css
<style>
span { border-color: #008DC3; }
span { border-color: rgb(0,141,195); }
td.TdClassName
{
border-color: #008DC3;
}
.TagClassName
{
border-color: #008DC3;
}
</style>