Shades of Bondi Blue #018CAD
Tints of Bondi Blue #018CAD
RGB
CMYK
RGB Variations
Color information
#018CAD (or 0x018CAD) is known color: Bondi Blue. HEX triplet: 01, 8C and AD. RGB value is (1,140,173). Sum of RGB (Red+Green+Blue) = 1+140+173=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #018CAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018CAD is #FE7352. Grayscale: #656565. Windows color (decimal): -16675667 or 11373569. OLE color: 11373569.
HSL color Cylindrical-coordinate representation of color #018CAD: hue angle of 191.51º 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 #018CAD is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 140 | 173 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.32 |
| HSL | 191.51º | 0.99% | 0.34% | - |
| HSV(B) | 191.51º | 0.99% | 0.68% | - |
| XYZ | 16.93 | 21.78 | 42.85 | - |
| YUV | 102.2 | 167.95 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 173 | 0.99 | 0.19 | 0 | 0.32 | 191.51 | 0.99 | 0.34 |
| Hex | 1 | 8C | AD | 63 | 13 | 0 | 20 | C0 | 63 | 22 |
| Octal | 1 | 214 | 255 | 143 | 23 | 0 | 40 | 300 | 143 | 42 |
| Binary | 1 | 10001100 | 10101101 | 1100011 | 10011 | 0 | 100000 | 11000000 | 1100011 | 100010 |
Color Harmonies of #018CAD
Complementary color
Monochromatic Colors of #018CAD
Black with #018CAD
Text Example
Text Example
White with #018CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018CAD; }
p { color: rgb(1,140,173); }
H1.HeaderClassName
{
color: #018CAD;
}
.AnyTagClassName
{
color: #018CAD;
}
</style>
background-color css
<style>
a { background-color: #018CAD; }
a { background-color: rgb(1,140,173); }
div.DivClassName
{
background-color: #018CAD;
}
.BgClassName
{
background-color: #018CAD;
}
</style>
border-color css
<style>
span { border-color: #018CAD; }
span { border-color: rgb(1,140,173); }
td.TdClassName
{
border-color: #018CAD;
}
.TagClassName
{
border-color: #018CAD;
}
</style>