Shades of Bondi Blue #018DB6
Tints of Bondi Blue #018DB6
RGB
CMYK
RGB Variations
Color information
#018DB6 (or 0x018DB6) is known color: Bondi Blue. HEX triplet: 01, 8D and B6. RGB value is (1,141,182). Sum of RGB (Red+Green+Blue) = 1+141+182=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 182 (71.48% from 255 or 56.17% from 324); Max value from RGB is 182 - color contains mainly: blue. Hex color #018DB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DB6 is #FE7249. Grayscale: #676767. Windows color (decimal): -16675402 or 11963649. OLE color: 11963649.
HSL color Cylindrical-coordinate representation of color #018DB6: hue angle of 193.59º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018DB6 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 141 | 182 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.29 |
| HSL | 193.59º | 0.99% | 0.36% | - |
| HSV(B) | 193.59º | 0.99% | 0.71% | - |
| XYZ | 17.98 | 22.43 | 47.64 | - |
| YUV | 103.81 | 172.12 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 182 | 0.99 | 0.23 | 0 | 0.29 | 193.59 | 0.99 | 0.36 |
| Hex | 1 | 8D | B6 | 63 | 17 | 0 | 1D | C2 | 63 | 24 |
| Octal | 1 | 215 | 266 | 143 | 27 | 0 | 35 | 302 | 143 | 44 |
| Binary | 1 | 10001101 | 10110110 | 1100011 | 10111 | 0 | 11101 | 11000010 | 1100011 | 100100 |
Color Harmonies of #018DB6
Complementary color
Monochromatic Colors of #018DB6
Black with #018DB6
Text Example
Text Example
White with #018DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018DB6; }
p { color: rgb(1,141,182); }
H1.HeaderClassName
{
color: #018DB6;
}
.AnyTagClassName
{
color: #018DB6;
}
</style>
background-color css
<style>
a { background-color: #018DB6; }
a { background-color: rgb(1,141,182); }
div.DivClassName
{
background-color: #018DB6;
}
.BgClassName
{
background-color: #018DB6;
}
</style>
border-color css
<style>
span { border-color: #018DB6; }
span { border-color: rgb(1,141,182); }
td.TdClassName
{
border-color: #018DB6;
}
.TagClassName
{
border-color: #018DB6;
}
</style>