Shades of Bondi Blue #148FC1
Tints of Bondi Blue #148FC1
RGB
CMYK
RGB Variations
Color information
#148FC1 (or 0x148FC1) is known color: Bondi Blue. HEX triplet: 14, 8F and C1. RGB value is (20,143,193). Sum of RGB (Red+Green+Blue) = 20+143+193=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #148FC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148FC1 is #EB703E. Grayscale: #6F6F6F. Windows color (decimal): -15429695 or 12685076. OLE color: 12685076.
HSL color Cylindrical-coordinate representation of color #148FC1: hue angle of 197.34º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #148FC1 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 143 | 193 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.24 |
| HSL | 197.34º | 0.81% | 0.42% | - |
| HSV(B) | 197.34º | 0.9% | 0.76% | - |
| XYZ | 19.74 | 23.64 | 53.98 | - |
| YUV | 111.92 | 173.75 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 143 | 193 | 0.90 | 0.26 | 0 | 0.24 | 197.34 | 0.81 | 0.42 |
| Hex | 14 | 8F | C1 | 5A | 1A | 0 | 18 | C5 | 51 | 2A |
| Octal | 24 | 217 | 301 | 132 | 32 | 0 | 30 | 305 | 121 | 52 |
| Binary | 10100 | 10001111 | 11000001 | 1011010 | 11010 | 0 | 11000 | 11000101 | 1010001 | 101010 |
Color Harmonies of #148FC1
Complementary color
Monochromatic Colors of #148FC1
Black with #148FC1
Text Example
Text Example
White with #148FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148FC1; }
p { color: rgb(20,143,193); }
H1.HeaderClassName
{
color: #148FC1;
}
.AnyTagClassName
{
color: #148FC1;
}
</style>
background-color css
<style>
a { background-color: #148FC1; }
a { background-color: rgb(20,143,193); }
div.DivClassName
{
background-color: #148FC1;
}
.BgClassName
{
background-color: #148FC1;
}
</style>
border-color css
<style>
span { border-color: #148FC1; }
span { border-color: rgb(20,143,193); }
td.TdClassName
{
border-color: #148FC1;
}
.TagClassName
{
border-color: #148FC1;
}
</style>