Shades of Bondi Blue #018DC1
Tints of Bondi Blue #018DC1
RGB
CMYK
RGB Variations
Color information
#018DC1 (or 0x018DC1) is known color: Bondi Blue. HEX triplet: 01, 8D and C1. RGB value is (1,141,193). Sum of RGB (Red+Green+Blue) = 1+141+193=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 193 (75.78% from 255 or 57.61% from 335); Max value from RGB is 193 - color contains mainly: blue. Hex color #018DC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DC1 is #FE723E. Grayscale: #686868. Windows color (decimal): -16675391 or 12684545. OLE color: 12684545.
HSL color Cylindrical-coordinate representation of color #018DC1: hue angle of 196.25º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018DC1 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 141 | 193 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.24 |
| HSL | 196.25º | 0.99% | 0.38% | - |
| HSV(B) | 196.25º | 0.99% | 0.76% | - |
| XYZ | 19.16 | 22.91 | 53.86 | - |
| YUV | 105.07 | 177.62 | 53.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 193 | 0.99 | 0.27 | 0 | 0.24 | 196.25 | 0.99 | 0.38 |
| Hex | 1 | 8D | C1 | 63 | 1B | 0 | 18 | C4 | 63 | 26 |
| Octal | 1 | 215 | 301 | 143 | 33 | 0 | 30 | 304 | 143 | 46 |
| Binary | 1 | 10001101 | 11000001 | 1100011 | 11011 | 0 | 11000 | 11000100 | 1100011 | 100110 |
Color Harmonies of #018DC1
Complementary color
Monochromatic Colors of #018DC1
Black with #018DC1
Text Example
Text Example
White with #018DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018DC1; }
p { color: rgb(1,141,193); }
H1.HeaderClassName
{
color: #018DC1;
}
.AnyTagClassName
{
color: #018DC1;
}
</style>
background-color css
<style>
a { background-color: #018DC1; }
a { background-color: rgb(1,141,193); }
div.DivClassName
{
background-color: #018DC1;
}
.BgClassName
{
background-color: #018DC1;
}
</style>
border-color css
<style>
span { border-color: #018DC1; }
span { border-color: rgb(1,141,193); }
td.TdClassName
{
border-color: #018DC1;
}
.TagClassName
{
border-color: #018DC1;
}
</style>