Shades of Bondi Blue #018BC0
Tints of Bondi Blue #018BC0
RGB
CMYK
RGB Variations
Color information
#018BC0 (or 0x018BC0) is known color: Bondi Blue. HEX triplet: 01, 8B and C0. RGB value is (1,139,192). Sum of RGB (Red+Green+Blue) = 1+139+192=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 192 (75.39% from 255 or 57.83% from 332); Max value from RGB is 192 - color contains mainly: blue. Hex color #018BC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018BC0 is #FE743F. Grayscale: #676767. Windows color (decimal): -16675904 or 12618497. OLE color: 12618497.
HSL color Cylindrical-coordinate representation of color #018BC0: hue angle of 196.65º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018BC0 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 139 | 192 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.25 |
| HSL | 196.65º | 0.99% | 0.38% | - |
| HSV(B) | 196.65º | 0.99% | 0.75% | - |
| XYZ | 18.76 | 22.28 | 53.18 | - |
| YUV | 103.78 | 177.78 | 54.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 192 | 0.99 | 0.28 | 0 | 0.25 | 196.65 | 0.99 | 0.38 |
| Hex | 1 | 8B | C0 | 63 | 1C | 0 | 19 | C5 | 63 | 26 |
| Octal | 1 | 213 | 300 | 143 | 34 | 0 | 31 | 305 | 143 | 46 |
| Binary | 1 | 10001011 | 11000000 | 1100011 | 11100 | 0 | 11001 | 11000101 | 1100011 | 100110 |
Color Harmonies of #018BC0
Complementary color
Monochromatic Colors of #018BC0
Black with #018BC0
Text Example
Text Example
White with #018BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018BC0; }
p { color: rgb(1,139,192); }
H1.HeaderClassName
{
color: #018BC0;
}
.AnyTagClassName
{
color: #018BC0;
}
</style>
background-color css
<style>
a { background-color: #018BC0; }
a { background-color: rgb(1,139,192); }
div.DivClassName
{
background-color: #018BC0;
}
.BgClassName
{
background-color: #018BC0;
}
</style>
border-color css
<style>
span { border-color: #018BC0; }
span { border-color: rgb(1,139,192); }
td.TdClassName
{
border-color: #018BC0;
}
.TagClassName
{
border-color: #018BC0;
}
</style>