Shades of Bondi Blue #1489BB
Tints of Bondi Blue #1489BB
RGB
CMYK
RGB Variations
Color information
#1489BB (or 0x1489BB) is known color: Bondi Blue. HEX triplet: 14, 89 and BB. RGB value is (20,137,187). Sum of RGB (Red+Green+Blue) = 20+137+187=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #1489BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1489BB is #EB7644. Grayscale: #6B6B6B. Windows color (decimal): -15431237 or 12290324. OLE color: 12290324.
HSL color Cylindrical-coordinate representation of color #1489BB: hue angle of 197.96º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1489BB is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 137 | 187 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.27 |
| HSL | 197.96º | 0.81% | 0.41% | - |
| HSV(B) | 197.96º | 0.89% | 0.73% | - |
| XYZ | 18.2 | 21.63 | 50.23 | - |
| YUV | 107.72 | 172.74 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 187 | 0.89 | 0.27 | 0 | 0.27 | 197.96 | 0.81 | 0.41 |
| Hex | 14 | 89 | BB | 59 | 1B | 0 | 1B | C6 | 51 | 29 |
| Octal | 24 | 211 | 273 | 131 | 33 | 0 | 33 | 306 | 121 | 51 |
| Binary | 10100 | 10001001 | 10111011 | 1011001 | 11011 | 0 | 11011 | 11000110 | 1010001 | 101001 |
Color Harmonies of #1489BB
Complementary color
Monochromatic Colors of #1489BB
Black with #1489BB
Text Example
Text Example
White with #1489BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1489BB; }
p { color: rgb(20,137,187); }
H1.HeaderClassName
{
color: #1489BB;
}
.AnyTagClassName
{
color: #1489BB;
}
</style>
background-color css
<style>
a { background-color: #1489BB; }
a { background-color: rgb(20,137,187); }
div.DivClassName
{
background-color: #1489BB;
}
.BgClassName
{
background-color: #1489BB;
}
</style>
border-color css
<style>
span { border-color: #1489BB; }
span { border-color: rgb(20,137,187); }
td.TdClassName
{
border-color: #1489BB;
}
.TagClassName
{
border-color: #1489BB;
}
</style>