Shades of Bondi Blue #148BBB
Tints of Bondi Blue #148BBB
RGB
CMYK
RGB Variations
Color information
#148BBB (or 0x148BBB) is known color: Bondi Blue. HEX triplet: 14, 8B and BB. RGB value is (20,139,187). Sum of RGB (Red+Green+Blue) = 20+139+187=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #148BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148BBB is #EB7444. Grayscale: #6C6C6C. Windows color (decimal): -15430725 or 12290836. OLE color: 12290836.
HSL color Cylindrical-coordinate representation of color #148BBB: hue angle of 197.25º 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 #148BBB is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 139 | 187 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.27 |
| HSL | 197.25º | 0.81% | 0.41% | - |
| HSV(B) | 197.25º | 0.89% | 0.73% | - |
| XYZ | 18.49 | 22.2 | 50.32 | - |
| YUV | 108.89 | 172.08 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 139 | 187 | 0.89 | 0.26 | 0 | 0.27 | 197.25 | 0.81 | 0.41 |
| Hex | 14 | 8B | BB | 59 | 1A | 0 | 1B | C5 | 51 | 29 |
| Octal | 24 | 213 | 273 | 131 | 32 | 0 | 33 | 305 | 121 | 51 |
| Binary | 10100 | 10001011 | 10111011 | 1011001 | 11010 | 0 | 11011 | 11000101 | 1010001 | 101001 |
Color Harmonies of #148BBB
Complementary color
Monochromatic Colors of #148BBB
Black with #148BBB
Text Example
Text Example
White with #148BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148BBB; }
p { color: rgb(20,139,187); }
H1.HeaderClassName
{
color: #148BBB;
}
.AnyTagClassName
{
color: #148BBB;
}
</style>
background-color css
<style>
a { background-color: #148BBB; }
a { background-color: rgb(20,139,187); }
div.DivClassName
{
background-color: #148BBB;
}
.BgClassName
{
background-color: #148BBB;
}
</style>
border-color css
<style>
span { border-color: #148BBB; }
span { border-color: rgb(20,139,187); }
td.TdClassName
{
border-color: #148BBB;
}
.TagClassName
{
border-color: #148BBB;
}
</style>