Shades of Bondi Blue #148BBD
Tints of Bondi Blue #148BBD
RGB
CMYK
RGB Variations
Color information
#148BBD (or 0x148BBD) is known color: Bondi Blue. HEX triplet: 14, 8B and BD. RGB value is (20,139,189). Sum of RGB (Red+Green+Blue) = 20+139+189=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #148BBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148BBD is #EB7442. Grayscale: #6C6C6C. Windows color (decimal): -15430723 or 12421908. OLE color: 12421908.
HSL color Cylindrical-coordinate representation of color #148BBD: hue angle of 197.75º 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 #148BBD is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 139 | 189 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.26 |
| HSL | 197.75º | 0.81% | 0.41% | - |
| HSV(B) | 197.75º | 0.89% | 0.74% | - |
| XYZ | 18.71 | 22.29 | 51.46 | - |
| YUV | 109.12 | 173.08 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 139 | 189 | 0.89 | 0.26 | 0 | 0.26 | 197.75 | 0.81 | 0.41 |
| Hex | 14 | 8B | BD | 59 | 1A | 0 | 1A | C6 | 51 | 29 |
| Octal | 24 | 213 | 275 | 131 | 32 | 0 | 32 | 306 | 121 | 51 |
| Binary | 10100 | 10001011 | 10111101 | 1011001 | 11010 | 0 | 11010 | 11000110 | 1010001 | 101001 |
Color Harmonies of #148BBD
Complementary color
Monochromatic Colors of #148BBD
Black with #148BBD
Text Example
Text Example
White with #148BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148BBD; }
p { color: rgb(20,139,189); }
H1.HeaderClassName
{
color: #148BBD;
}
.AnyTagClassName
{
color: #148BBD;
}
</style>
background-color css
<style>
a { background-color: #148BBD; }
a { background-color: rgb(20,139,189); }
div.DivClassName
{
background-color: #148BBD;
}
.BgClassName
{
background-color: #148BBD;
}
</style>
border-color css
<style>
span { border-color: #148BBD; }
span { border-color: rgb(20,139,189); }
td.TdClassName
{
border-color: #148BBD;
}
.TagClassName
{
border-color: #148BBD;
}
</style>