Shades of Bondi Blue #1486BA
Tints of Bondi Blue #1486BA
RGB
CMYK
RGB Variations
Color information
#1486BA (or 0x1486BA) is known color: Bondi Blue. HEX triplet: 14, 86 and BA. RGB value is (20,134,186). Sum of RGB (Red+Green+Blue) = 20+134+186=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #1486BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1486BA is #EB7945. Grayscale: #696969. Windows color (decimal): -15432006 or 12224020. OLE color: 12224020.
HSL color Cylindrical-coordinate representation of color #1486BA: hue angle of 198.8º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1486BA is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 134 | 186 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.27 |
| HSL | 198.8º | 0.81% | 0.4% | - |
| HSV(B) | 198.8º | 0.89% | 0.73% | - |
| XYZ | 17.68 | 20.74 | 49.53 | - |
| YUV | 105.84 | 173.23 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 186 | 0.89 | 0.28 | 0 | 0.27 | 198.8 | 0.81 | 0.4 |
| Hex | 14 | 86 | BA | 59 | 1C | 0 | 1B | C7 | 51 | 28 |
| Octal | 24 | 206 | 272 | 131 | 34 | 0 | 33 | 307 | 121 | 50 |
| Binary | 10100 | 10000110 | 10111010 | 1011001 | 11100 | 0 | 11011 | 11000111 | 1010001 | 101000 |
Color Harmonies of #1486BA
Complementary color
Monochromatic Colors of #1486BA
Black with #1486BA
Text Example
Text Example
White with #1486BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1486BA; }
p { color: rgb(20,134,186); }
H1.HeaderClassName
{
color: #1486BA;
}
.AnyTagClassName
{
color: #1486BA;
}
</style>
background-color css
<style>
a { background-color: #1486BA; }
a { background-color: rgb(20,134,186); }
div.DivClassName
{
background-color: #1486BA;
}
.BgClassName
{
background-color: #1486BA;
}
</style>
border-color css
<style>
span { border-color: #1486BA; }
span { border-color: rgb(20,134,186); }
td.TdClassName
{
border-color: #1486BA;
}
.TagClassName
{
border-color: #1486BA;
}
</style>