Shades of Bondi Blue #148ABA
Tints of Bondi Blue #148ABA
RGB
CMYK
RGB Variations
Color information
#148ABA (or 0x148ABA) is known color: Bondi Blue. HEX triplet: 14, 8A and BA. RGB value is (20,138,186). Sum of RGB (Red+Green+Blue) = 20+138+186=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #148ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148ABA is #EB7545. Grayscale: #6B6B6B. Windows color (decimal): -15430982 or 12225044. OLE color: 12225044.
HSL color Cylindrical-coordinate representation of color #148ABA: hue angle of 197.35º degrees, saturation: 0.81, 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 #148ABA is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 138 | 186 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.27 |
| HSL | 197.35º | 0.81% | 0.4% | - |
| HSV(B) | 197.35º | 0.89% | 0.73% | - |
| XYZ | 18.24 | 21.87 | 49.71 | - |
| YUV | 108.19 | 171.91 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 138 | 186 | 0.89 | 0.26 | 0 | 0.27 | 197.35 | 0.81 | 0.4 |
| Hex | 14 | 8A | BA | 59 | 1A | 0 | 1B | C5 | 51 | 28 |
| Octal | 24 | 212 | 272 | 131 | 32 | 0 | 33 | 305 | 121 | 50 |
| Binary | 10100 | 10001010 | 10111010 | 1011001 | 11010 | 0 | 11011 | 11000101 | 1010001 | 101000 |
Color Harmonies of #148ABA
Complementary color
Monochromatic Colors of #148ABA
Black with #148ABA
Text Example
Text Example
White with #148ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148ABA; }
p { color: rgb(20,138,186); }
H1.HeaderClassName
{
color: #148ABA;
}
.AnyTagClassName
{
color: #148ABA;
}
</style>
background-color css
<style>
a { background-color: #148ABA; }
a { background-color: rgb(20,138,186); }
div.DivClassName
{
background-color: #148ABA;
}
.BgClassName
{
background-color: #148ABA;
}
</style>
border-color css
<style>
span { border-color: #148ABA; }
span { border-color: rgb(20,138,186); }
td.TdClassName
{
border-color: #148ABA;
}
.TagClassName
{
border-color: #148ABA;
}
</style>