Shades of Bondi Blue #019BAE
Tints of Bondi Blue #019BAE
RGB
CMYK
RGB Variations
Color information
#019BAE (or 0x019BAE) is known color: Bondi Blue. HEX triplet: 01, 9B and AE. RGB value is (1,155,174). Sum of RGB (Red+Green+Blue) = 1+155+174=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #019BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019BAE is #FE6451. Grayscale: #6E6E6E. Windows color (decimal): -16671826 or 11442945. OLE color: 11442945.
HSL color Cylindrical-coordinate representation of color #019BAE: hue angle of 186.59º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019BAE is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 155 | 174 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.32 |
| HSL | 186.59º | 0.99% | 0.34% | - |
| HSV(B) | 186.59º | 0.99% | 0.68% | - |
| XYZ | 19.37 | 26.51 | 44.14 | - |
| YUV | 111.12 | 163.48 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 174 | 0.99 | 0.11 | 0 | 0.32 | 186.59 | 0.99 | 0.34 |
| Hex | 1 | 9B | AE | 63 | B | 0 | 20 | BB | 63 | 22 |
| Octal | 1 | 233 | 256 | 143 | 13 | 0 | 40 | 273 | 143 | 42 |
| Binary | 1 | 10011011 | 10101110 | 1100011 | 1011 | 0 | 100000 | 10111011 | 1100011 | 100010 |
Color Harmonies of #019BAE
Complementary color
Monochromatic Colors of #019BAE
Black with #019BAE
Text Example
Text Example
White with #019BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019BAE; }
p { color: rgb(1,155,174); }
H1.HeaderClassName
{
color: #019BAE;
}
.AnyTagClassName
{
color: #019BAE;
}
</style>
background-color css
<style>
a { background-color: #019BAE; }
a { background-color: rgb(1,155,174); }
div.DivClassName
{
background-color: #019BAE;
}
.BgClassName
{
background-color: #019BAE;
}
</style>
border-color css
<style>
span { border-color: #019BAE; }
span { border-color: rgb(1,155,174); }
td.TdClassName
{
border-color: #019BAE;
}
.TagClassName
{
border-color: #019BAE;
}
</style>