Shades of Bondi Blue #148ABC
Tints of Bondi Blue #148ABC
RGB
CMYK
RGB Variations
Color information
#148ABC (or 0x148ABC) is known color: Bondi Blue. HEX triplet: 14, 8A and BC. RGB value is (20,138,188). Sum of RGB (Red+Green+Blue) = 20+138+188=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #148ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148ABC is #EB7543. Grayscale: #6C6C6C. Windows color (decimal): -15430980 or 12356116. OLE color: 12356116.
HSL color Cylindrical-coordinate representation of color #148ABC: hue angle of 197.86º 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 #148ABC is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 138 | 188 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.26 |
| HSL | 197.86º | 0.81% | 0.41% | - |
| HSV(B) | 197.86º | 0.89% | 0.74% | - |
| XYZ | 18.45 | 21.96 | 50.84 | - |
| YUV | 108.42 | 172.91 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 138 | 188 | 0.89 | 0.27 | 0 | 0.26 | 197.86 | 0.81 | 0.41 |
| Hex | 14 | 8A | BC | 59 | 1B | 0 | 1A | C6 | 51 | 29 |
| Octal | 24 | 212 | 274 | 131 | 33 | 0 | 32 | 306 | 121 | 51 |
| Binary | 10100 | 10001010 | 10111100 | 1011001 | 11011 | 0 | 11010 | 11000110 | 1010001 | 101001 |
Color Harmonies of #148ABC
Complementary color
Monochromatic Colors of #148ABC
Black with #148ABC
Text Example
Text Example
White with #148ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148ABC; }
p { color: rgb(20,138,188); }
H1.HeaderClassName
{
color: #148ABC;
}
.AnyTagClassName
{
color: #148ABC;
}
</style>
background-color css
<style>
a { background-color: #148ABC; }
a { background-color: rgb(20,138,188); }
div.DivClassName
{
background-color: #148ABC;
}
.BgClassName
{
background-color: #148ABC;
}
</style>
border-color css
<style>
span { border-color: #148ABC; }
span { border-color: rgb(20,138,188); }
td.TdClassName
{
border-color: #148ABC;
}
.TagClassName
{
border-color: #148ABC;
}
</style>