Shades of Bondi Blue #018DB7
Tints of Bondi Blue #018DB7
RGB
CMYK
RGB Variations
Color information
#018DB7 (or 0x018DB7) is known color: Bondi Blue. HEX triplet: 01, 8D and B7. RGB value is (1,141,183). Sum of RGB (Red+Green+Blue) = 1+141+183=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 183 (71.88% from 255 or 56.31% from 325); Max value from RGB is 183 - color contains mainly: blue. Hex color #018DB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DB7 is #FE7248. Grayscale: #676767. Windows color (decimal): -16675401 or 12029185. OLE color: 12029185.
HSL color Cylindrical-coordinate representation of color #018DB7: hue angle of 193.85º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018DB7 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 141 | 183 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.28 |
| HSL | 193.85º | 0.99% | 0.36% | - |
| HSV(B) | 193.85º | 0.99% | 0.72% | - |
| XYZ | 18.08 | 22.48 | 48.18 | - |
| YUV | 103.93 | 172.62 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 183 | 0.99 | 0.23 | 0 | 0.28 | 193.85 | 0.99 | 0.36 |
| Hex | 1 | 8D | B7 | 63 | 17 | 0 | 1C | C2 | 63 | 24 |
| Octal | 1 | 215 | 267 | 143 | 27 | 0 | 34 | 302 | 143 | 44 |
| Binary | 1 | 10001101 | 10110111 | 1100011 | 10111 | 0 | 11100 | 11000010 | 1100011 | 100100 |
Color Harmonies of #018DB7
Complementary color
Monochromatic Colors of #018DB7
Black with #018DB7
Text Example
Text Example
White with #018DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018DB7; }
p { color: rgb(1,141,183); }
H1.HeaderClassName
{
color: #018DB7;
}
.AnyTagClassName
{
color: #018DB7;
}
</style>
background-color css
<style>
a { background-color: #018DB7; }
a { background-color: rgb(1,141,183); }
div.DivClassName
{
background-color: #018DB7;
}
.BgClassName
{
background-color: #018DB7;
}
</style>
border-color css
<style>
span { border-color: #018DB7; }
span { border-color: rgb(1,141,183); }
td.TdClassName
{
border-color: #018DB7;
}
.TagClassName
{
border-color: #018DB7;
}
</style>