Shades of Bondi Blue #018DBA
Tints of Bondi Blue #018DBA
RGB
CMYK
RGB Variations
Color information
#018DBA (or 0x018DBA) is known color: Bondi Blue. HEX triplet: 01, 8D and BA. RGB value is (1,141,186). Sum of RGB (Red+Green+Blue) = 1+141+186=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #018DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DBA is #FE7245. Grayscale: #676767. Windows color (decimal): -16675398 or 12225793. OLE color: 12225793.
HSL color Cylindrical-coordinate representation of color #018DBA: hue angle of 194.59º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018DBA is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 141 | 186 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.27 |
| HSL | 194.59º | 0.99% | 0.37% | - |
| HSV(B) | 194.59º | 0.99% | 0.73% | - |
| XYZ | 18.4 | 22.6 | 49.85 | - |
| YUV | 104.27 | 174.12 | 54.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 186 | 0.99 | 0.24 | 0 | 0.27 | 194.59 | 0.99 | 0.37 |
| Hex | 1 | 8D | BA | 63 | 18 | 0 | 1B | C3 | 63 | 25 |
| Octal | 1 | 215 | 272 | 143 | 30 | 0 | 33 | 303 | 143 | 45 |
| Binary | 1 | 10001101 | 10111010 | 1100011 | 11000 | 0 | 11011 | 11000011 | 1100011 | 100101 |
Color Harmonies of #018DBA
Complementary color
Monochromatic Colors of #018DBA
Black with #018DBA
Text Example
Text Example
White with #018DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018DBA; }
p { color: rgb(1,141,186); }
H1.HeaderClassName
{
color: #018DBA;
}
.AnyTagClassName
{
color: #018DBA;
}
</style>
background-color css
<style>
a { background-color: #018DBA; }
a { background-color: rgb(1,141,186); }
div.DivClassName
{
background-color: #018DBA;
}
.BgClassName
{
background-color: #018DBA;
}
</style>
border-color css
<style>
span { border-color: #018DBA; }
span { border-color: rgb(1,141,186); }
td.TdClassName
{
border-color: #018DBA;
}
.TagClassName
{
border-color: #018DBA;
}
</style>