Shades of Bondi Blue #018DBC
Tints of Bondi Blue #018DBC
RGB
CMYK
RGB Variations
Color information
#018DBC (or 0x018DBC) is known color: Bondi Blue. HEX triplet: 01, 8D and BC. RGB value is (1,141,188). Sum of RGB (Red+Green+Blue) = 1+141+188=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #018DBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DBC is #FE7243. Grayscale: #686868. Windows color (decimal): -16675396 or 12356865. OLE color: 12356865.
HSL color Cylindrical-coordinate representation of color #018DBC: hue angle of 195.08º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018DBC is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 141 | 188 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.26 |
| HSL | 195.08º | 0.99% | 0.37% | - |
| HSV(B) | 195.08º | 0.99% | 0.74% | - |
| XYZ | 18.61 | 22.69 | 50.97 | - |
| YUV | 104.5 | 175.12 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 188 | 0.99 | 0.25 | 0 | 0.26 | 195.08 | 0.99 | 0.37 |
| Hex | 1 | 8D | BC | 63 | 19 | 0 | 1A | C3 | 63 | 25 |
| Octal | 1 | 215 | 274 | 143 | 31 | 0 | 32 | 303 | 143 | 45 |
| Binary | 1 | 10001101 | 10111100 | 1100011 | 11001 | 0 | 11010 | 11000011 | 1100011 | 100101 |
Color Harmonies of #018DBC
Complementary color
Monochromatic Colors of #018DBC
Black with #018DBC
Text Example
Text Example
White with #018DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018DBC; }
p { color: rgb(1,141,188); }
H1.HeaderClassName
{
color: #018DBC;
}
.AnyTagClassName
{
color: #018DBC;
}
</style>
background-color css
<style>
a { background-color: #018DBC; }
a { background-color: rgb(1,141,188); }
div.DivClassName
{
background-color: #018DBC;
}
.BgClassName
{
background-color: #018DBC;
}
</style>
border-color css
<style>
span { border-color: #018DBC; }
span { border-color: rgb(1,141,188); }
td.TdClassName
{
border-color: #018DBC;
}
.TagClassName
{
border-color: #018DBC;
}
</style>