Shades of Bondi Blue #128DBC
Tints of Bondi Blue #128DBC
RGB
CMYK
RGB Variations
Color information
#128DBC (or 0x128DBC) is known color: Bondi Blue. HEX triplet: 12, 8D and BC. RGB value is (18,141,188). Sum of RGB (Red+Green+Blue) = 18+141+188=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #128DBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128DBC is #ED7243. Grayscale: #6D6D6D. Windows color (decimal): -15561284 or 12356882. OLE color: 12356882.
HSL color Cylindrical-coordinate representation of color #128DBC: hue angle of 196.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #128DBC is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 141 | 188 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.26 |
| HSL | 196.59º | 0.83% | 0.4% | - |
| HSV(B) | 196.59º | 0.9% | 0.74% | - |
| XYZ | 18.85 | 22.81 | 50.99 | - |
| YUV | 109.58 | 172.25 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 141 | 188 | 0.90 | 0.25 | 0 | 0.26 | 196.59 | 0.83 | 0.4 |
| Hex | 12 | 8D | BC | 5A | 19 | 0 | 1A | C5 | 53 | 28 |
| Octal | 22 | 215 | 274 | 132 | 31 | 0 | 32 | 305 | 123 | 50 |
| Binary | 10010 | 10001101 | 10111100 | 1011010 | 11001 | 0 | 11010 | 11000101 | 1010011 | 101000 |
Color Harmonies of #128DBC
Complementary color
Monochromatic Colors of #128DBC
Black with #128DBC
Text Example
Text Example
White with #128DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128DBC; }
p { color: rgb(18,141,188); }
H1.HeaderClassName
{
color: #128DBC;
}
.AnyTagClassName
{
color: #128DBC;
}
</style>
background-color css
<style>
a { background-color: #128DBC; }
a { background-color: rgb(18,141,188); }
div.DivClassName
{
background-color: #128DBC;
}
.BgClassName
{
background-color: #128DBC;
}
</style>
border-color css
<style>
span { border-color: #128DBC; }
span { border-color: rgb(18,141,188); }
td.TdClassName
{
border-color: #128DBC;
}
.TagClassName
{
border-color: #128DBC;
}
</style>