Shades of Bondi Blue #148CBE
Tints of Bondi Blue #148CBE
RGB
CMYK
RGB Variations
Color information
#148CBE (or 0x148CBE) is known color: Bondi Blue. HEX triplet: 14, 8C and BE. RGB value is (20,140,190). Sum of RGB (Red+Green+Blue) = 20+140+190=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #148CBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148CBE is #EB7341. Grayscale: #6D6D6D. Windows color (decimal): -15430466 or 12487700. OLE color: 12487700.
HSL color Cylindrical-coordinate representation of color #148CBE: hue angle of 197.65º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #148CBE is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 140 | 190 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.25 |
| HSL | 197.65º | 0.81% | 0.41% | - |
| HSV(B) | 197.65º | 0.89% | 0.75% | - |
| XYZ | 18.96 | 22.62 | 52.08 | - |
| YUV | 109.82 | 173.24 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 140 | 190 | 0.89 | 0.26 | 0 | 0.25 | 197.65 | 0.81 | 0.41 |
| Hex | 14 | 8C | BE | 59 | 1A | 0 | 19 | C6 | 51 | 29 |
| Octal | 24 | 214 | 276 | 131 | 32 | 0 | 31 | 306 | 121 | 51 |
| Binary | 10100 | 10001100 | 10111110 | 1011001 | 11010 | 0 | 11001 | 11000110 | 1010001 | 101001 |
Color Harmonies of #148CBE
Complementary color
Monochromatic Colors of #148CBE
Black with #148CBE
Text Example
Text Example
White with #148CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148CBE; }
p { color: rgb(20,140,190); }
H1.HeaderClassName
{
color: #148CBE;
}
.AnyTagClassName
{
color: #148CBE;
}
</style>
background-color css
<style>
a { background-color: #148CBE; }
a { background-color: rgb(20,140,190); }
div.DivClassName
{
background-color: #148CBE;
}
.BgClassName
{
background-color: #148CBE;
}
</style>
border-color css
<style>
span { border-color: #148CBE; }
span { border-color: rgb(20,140,190); }
td.TdClassName
{
border-color: #148CBE;
}
.TagClassName
{
border-color: #148CBE;
}
</style>