Shades of Bondi Blue #128BC1
Tints of Bondi Blue #128BC1
RGB
CMYK
RGB Variations
Color information
#128BC1 (or 0x128BC1) is known color: Bondi Blue. HEX triplet: 12, 8B and C1. RGB value is (18,139,193). Sum of RGB (Red+Green+Blue) = 18+139+193=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 193 (75.78% from 255 or 55.14% from 350); Max value from RGB is 193 - color contains mainly: blue. Hex color #128BC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128BC1 is #ED743E. Grayscale: #6C6C6C. Windows color (decimal): -15561791 or 12684050. OLE color: 12684050.
HSL color Cylindrical-coordinate representation of color #128BC1: hue angle of 198.51º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128BC1 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 139 | 193 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.24 |
| HSL | 198.51º | 0.83% | 0.41% | - |
| HSV(B) | 198.51º | 0.91% | 0.76% | - |
| XYZ | 19.11 | 22.44 | 53.78 | - |
| YUV | 108.98 | 175.41 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 193 | 0.91 | 0.28 | 0 | 0.24 | 198.51 | 0.83 | 0.41 |
| Hex | 12 | 8B | C1 | 5B | 1C | 0 | 18 | C7 | 53 | 29 |
| Octal | 22 | 213 | 301 | 133 | 34 | 0 | 30 | 307 | 123 | 51 |
| Binary | 10010 | 10001011 | 11000001 | 1011011 | 11100 | 0 | 11000 | 11000111 | 1010011 | 101001 |
Color Harmonies of #128BC1
Complementary color
Monochromatic Colors of #128BC1
Black with #128BC1
Text Example
Text Example
White with #128BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128BC1; }
p { color: rgb(18,139,193); }
H1.HeaderClassName
{
color: #128BC1;
}
.AnyTagClassName
{
color: #128BC1;
}
</style>
background-color css
<style>
a { background-color: #128BC1; }
a { background-color: rgb(18,139,193); }
div.DivClassName
{
background-color: #128BC1;
}
.BgClassName
{
background-color: #128BC1;
}
</style>
border-color css
<style>
span { border-color: #128BC1; }
span { border-color: rgb(18,139,193); }
td.TdClassName
{
border-color: #128BC1;
}
.TagClassName
{
border-color: #128BC1;
}
</style>