Shades of Bondi Blue #019DB6
Tints of Bondi Blue #019DB6
RGB
CMYK
RGB Variations
Color information
#019DB6 (or 0x019DB6) is known color: Bondi Blue. HEX triplet: 01, 9D and B6. RGB value is (1,157,182). Sum of RGB (Red+Green+Blue) = 1+157+182=340 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 182 (71.48% from 255 or 53.53% from 340); Max value from RGB is 182 - color contains mainly: blue. Hex color #019DB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019DB6 is #FE6249. Grayscale: #707070. Windows color (decimal): -16671306 or 11967745. OLE color: 11967745.
HSL color Cylindrical-coordinate representation of color #019DB6: hue angle of 188.29º 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 #019DB6 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 157 | 182 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.29 |
| HSL | 188.29º | 0.99% | 0.36% | - |
| HSV(B) | 188.29º | 0.99% | 0.71% | - |
| XYZ | 20.51 | 27.5 | 48.48 | - |
| YUV | 113.21 | 166.82 | 47.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 157 | 182 | 0.99 | 0.14 | 0 | 0.29 | 188.29 | 0.99 | 0.36 |
| Hex | 1 | 9D | B6 | 63 | E | 0 | 1D | BC | 63 | 24 |
| Octal | 1 | 235 | 266 | 143 | 16 | 0 | 35 | 274 | 143 | 44 |
| Binary | 1 | 10011101 | 10110110 | 1100011 | 1110 | 0 | 11101 | 10111100 | 1100011 | 100100 |
Color Harmonies of #019DB6
Complementary color
Monochromatic Colors of #019DB6
Black with #019DB6
Text Example
Text Example
White with #019DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019DB6; }
p { color: rgb(1,157,182); }
H1.HeaderClassName
{
color: #019DB6;
}
.AnyTagClassName
{
color: #019DB6;
}
</style>
background-color css
<style>
a { background-color: #019DB6; }
a { background-color: rgb(1,157,182); }
div.DivClassName
{
background-color: #019DB6;
}
.BgClassName
{
background-color: #019DB6;
}
</style>
border-color css
<style>
span { border-color: #019DB6; }
span { border-color: rgb(1,157,182); }
td.TdClassName
{
border-color: #019DB6;
}
.TagClassName
{
border-color: #019DB6;
}
</style>