Shades of Bondi Blue #148DB9
Tints of Bondi Blue #148DB9
RGB
CMYK
RGB Variations
Color information
#148DB9 (or 0x148DB9) is known color: Bondi Blue. HEX triplet: 14, 8D and B9. RGB value is (20,141,185). Sum of RGB (Red+Green+Blue) = 20+141+185=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 185 (72.66% from 255 or 53.47% from 346); Max value from RGB is 185 - color contains mainly: blue. Hex color #148DB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148DB9 is #EB7246. Grayscale: #6D6D6D. Windows color (decimal): -15430215 or 12160276. OLE color: 12160276.
HSL color Cylindrical-coordinate representation of color #148DB9: hue angle of 196º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #148DB9 is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 141 | 185 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.27 |
| HSL | 196º | 0.8% | 0.4% | - |
| HSV(B) | 196º | 0.89% | 0.73% | - |
| XYZ | 18.57 | 22.7 | 49.3 | - |
| YUV | 109.84 | 170.41 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 141 | 185 | 0.89 | 0.24 | 0 | 0.27 | 196 | 0.8 | 0.4 |
| Hex | 14 | 8D | B9 | 59 | 18 | 0 | 1B | C4 | 50 | 28 |
| Octal | 24 | 215 | 271 | 131 | 30 | 0 | 33 | 304 | 120 | 50 |
| Binary | 10100 | 10001101 | 10111001 | 1011001 | 11000 | 0 | 11011 | 11000100 | 1010000 | 101000 |
Color Harmonies of #148DB9
Complementary color
Monochromatic Colors of #148DB9
Black with #148DB9
Text Example
Text Example
White with #148DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148DB9; }
p { color: rgb(20,141,185); }
H1.HeaderClassName
{
color: #148DB9;
}
.AnyTagClassName
{
color: #148DB9;
}
</style>
background-color css
<style>
a { background-color: #148DB9; }
a { background-color: rgb(20,141,185); }
div.DivClassName
{
background-color: #148DB9;
}
.BgClassName
{
background-color: #148DB9;
}
</style>
border-color css
<style>
span { border-color: #148DB9; }
span { border-color: rgb(20,141,185); }
td.TdClassName
{
border-color: #148DB9;
}
.TagClassName
{
border-color: #148DB9;
}
</style>