Shades of Bondi Blue #018BAD
Tints of Bondi Blue #018BAD
RGB
CMYK
RGB Variations
Color information
#018BAD (or 0x018BAD) is known color: Bondi Blue. HEX triplet: 01, 8B and AD. RGB value is (1,139,173). Sum of RGB (Red+Green+Blue) = 1+139+173=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #018BAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018BAD is #FE7452. Grayscale: #656565. Windows color (decimal): -16675923 or 11373313. OLE color: 11373313.
HSL color Cylindrical-coordinate representation of color #018BAD: hue angle of 191.86º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018BAD is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 139 | 173 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.32 |
| HSL | 191.86º | 0.99% | 0.34% | - |
| HSV(B) | 191.86º | 0.99% | 0.68% | - |
| XYZ | 16.79 | 21.49 | 42.8 | - |
| YUV | 101.61 | 168.28 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 173 | 0.99 | 0.20 | 0 | 0.32 | 191.86 | 0.99 | 0.34 |
| Hex | 1 | 8B | AD | 63 | 14 | 0 | 20 | C0 | 63 | 22 |
| Octal | 1 | 213 | 255 | 143 | 24 | 0 | 40 | 300 | 143 | 42 |
| Binary | 1 | 10001011 | 10101101 | 1100011 | 10100 | 0 | 100000 | 11000000 | 1100011 | 100010 |
Color Harmonies of #018BAD
Complementary color
Monochromatic Colors of #018BAD
Black with #018BAD
Text Example
Text Example
White with #018BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018BAD; }
p { color: rgb(1,139,173); }
H1.HeaderClassName
{
color: #018BAD;
}
.AnyTagClassName
{
color: #018BAD;
}
</style>
background-color css
<style>
a { background-color: #018BAD; }
a { background-color: rgb(1,139,173); }
div.DivClassName
{
background-color: #018BAD;
}
.BgClassName
{
background-color: #018BAD;
}
</style>
border-color css
<style>
span { border-color: #018BAD; }
span { border-color: rgb(1,139,173); }
td.TdClassName
{
border-color: #018BAD;
}
.TagClassName
{
border-color: #018BAD;
}
</style>