Shades of Bondi Blue #018DBE
Tints of Bondi Blue #018DBE
RGB
CMYK
RGB Variations
Color information
#018DBE (or 0x018DBE) is known color: Bondi Blue. HEX triplet: 01, 8D and BE. RGB value is (1,141,190). Sum of RGB (Red+Green+Blue) = 1+141+190=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #018DBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DBE is #FE7241. Grayscale: #686868. Windows color (decimal): -16675394 or 12487937. OLE color: 12487937.
HSL color Cylindrical-coordinate representation of color #018DBE: hue angle of 195.56º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018DBE is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 141 | 190 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.25 |
| HSL | 195.56º | 0.99% | 0.37% | - |
| HSV(B) | 195.56º | 0.99% | 0.75% | - |
| XYZ | 18.83 | 22.77 | 52.12 | - |
| YUV | 104.73 | 176.12 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 190 | 0.99 | 0.26 | 0 | 0.25 | 195.56 | 0.99 | 0.37 |
| Hex | 1 | 8D | BE | 63 | 1A | 0 | 19 | C4 | 63 | 25 |
| Octal | 1 | 215 | 276 | 143 | 32 | 0 | 31 | 304 | 143 | 45 |
| Binary | 1 | 10001101 | 10111110 | 1100011 | 11010 | 0 | 11001 | 11000100 | 1100011 | 100101 |
Color Harmonies of #018DBE
Complementary color
Monochromatic Colors of #018DBE
Black with #018DBE
Text Example
Text Example
White with #018DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018DBE; }
p { color: rgb(1,141,190); }
H1.HeaderClassName
{
color: #018DBE;
}
.AnyTagClassName
{
color: #018DBE;
}
</style>
background-color css
<style>
a { background-color: #018DBE; }
a { background-color: rgb(1,141,190); }
div.DivClassName
{
background-color: #018DBE;
}
.BgClassName
{
background-color: #018DBE;
}
</style>
border-color css
<style>
span { border-color: #018DBE; }
span { border-color: rgb(1,141,190); }
td.TdClassName
{
border-color: #018DBE;
}
.TagClassName
{
border-color: #018DBE;
}
</style>