Shades of Bondi Blue #128DBF
Tints of Bondi Blue #128DBF
RGB
CMYK
RGB Variations
Color information
#128DBF (or 0x128DBF) is known color: Bondi Blue. HEX triplet: 12, 8D and BF. RGB value is (18,141,191). Sum of RGB (Red+Green+Blue) = 18+141+191=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #128DBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128DBF is #ED7240. Grayscale: #6D6D6D. Windows color (decimal): -15561281 or 12553490. OLE color: 12553490.
HSL color Cylindrical-coordinate representation of color #128DBF: hue angle of 197.34º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128DBF is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 141 | 191 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.25 |
| HSL | 197.34º | 0.83% | 0.41% | - |
| HSV(B) | 197.34º | 0.91% | 0.75% | - |
| XYZ | 19.18 | 22.94 | 52.71 | - |
| YUV | 109.92 | 173.75 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 141 | 191 | 0.91 | 0.26 | 0 | 0.25 | 197.34 | 0.83 | 0.41 |
| Hex | 12 | 8D | BF | 5B | 1A | 0 | 19 | C5 | 53 | 29 |
| Octal | 22 | 215 | 277 | 133 | 32 | 0 | 31 | 305 | 123 | 51 |
| Binary | 10010 | 10001101 | 10111111 | 1011011 | 11010 | 0 | 11001 | 11000101 | 1010011 | 101001 |
Color Harmonies of #128DBF
Complementary color
Monochromatic Colors of #128DBF
Black with #128DBF
Text Example
Text Example
White with #128DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128DBF; }
p { color: rgb(18,141,191); }
H1.HeaderClassName
{
color: #128DBF;
}
.AnyTagClassName
{
color: #128DBF;
}
</style>
background-color css
<style>
a { background-color: #128DBF; }
a { background-color: rgb(18,141,191); }
div.DivClassName
{
background-color: #128DBF;
}
.BgClassName
{
background-color: #128DBF;
}
</style>
border-color css
<style>
span { border-color: #128DBF; }
span { border-color: rgb(18,141,191); }
td.TdClassName
{
border-color: #128DBF;
}
.TagClassName
{
border-color: #128DBF;
}
</style>