Shades of Bondi Blue #148BBC
Tints of Bondi Blue #148BBC
RGB
CMYK
RGB Variations
Color information
#148BBC (or 0x148BBC) is known color: Bondi Blue. HEX triplet: 14, 8B and BC. RGB value is (20,139,188). Sum of RGB (Red+Green+Blue) = 20+139+188=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #148BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148BBC is #EB7443. Grayscale: #6C6C6C. Windows color (decimal): -15430724 or 12356372. OLE color: 12356372.
HSL color Cylindrical-coordinate representation of color #148BBC: hue angle of 197.5º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #148BBC is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 139 | 188 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.26 |
| HSL | 197.5º | 0.81% | 0.41% | - |
| HSV(B) | 197.5º | 0.89% | 0.74% | - |
| XYZ | 18.6 | 22.24 | 50.89 | - |
| YUV | 109.01 | 172.58 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 139 | 188 | 0.89 | 0.26 | 0 | 0.26 | 197.5 | 0.81 | 0.41 |
| Hex | 14 | 8B | BC | 59 | 1A | 0 | 1A | C6 | 51 | 29 |
| Octal | 24 | 213 | 274 | 131 | 32 | 0 | 32 | 306 | 121 | 51 |
| Binary | 10100 | 10001011 | 10111100 | 1011001 | 11010 | 0 | 11010 | 11000110 | 1010001 | 101001 |
Color Harmonies of #148BBC
Complementary color
Monochromatic Colors of #148BBC
Black with #148BBC
Text Example
Text Example
White with #148BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148BBC; }
p { color: rgb(20,139,188); }
H1.HeaderClassName
{
color: #148BBC;
}
.AnyTagClassName
{
color: #148BBC;
}
</style>
background-color css
<style>
a { background-color: #148BBC; }
a { background-color: rgb(20,139,188); }
div.DivClassName
{
background-color: #148BBC;
}
.BgClassName
{
background-color: #148BBC;
}
</style>
border-color css
<style>
span { border-color: #148BBC; }
span { border-color: rgb(20,139,188); }
td.TdClassName
{
border-color: #148BBC;
}
.TagClassName
{
border-color: #148BBC;
}
</style>