Shades of Bondi Blue #128DAB
Tints of Bondi Blue #128DAB
RGB
CMYK
RGB Variations
Color information
#128DAB (or 0x128DAB) is known color: Bondi Blue. HEX triplet: 12, 8D and AB. RGB value is (18,141,171). Sum of RGB (Red+Green+Blue) = 18+141+171=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #128DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128DAB is #ED7254. Grayscale: #6B6B6B. Windows color (decimal): -15561301 or 11242770. OLE color: 11242770.
HSL color Cylindrical-coordinate representation of color #128DAB: hue angle of 191.76º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #128DAB is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 141 | 171 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.33 |
| HSL | 191.76º | 0.81% | 0.37% | - |
| HSV(B) | 191.76º | 0.89% | 0.67% | - |
| XYZ | 17.13 | 22.12 | 41.89 | - |
| YUV | 107.64 | 163.75 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 141 | 171 | 0.89 | 0.18 | 0 | 0.33 | 191.76 | 0.81 | 0.37 |
| Hex | 12 | 8D | AB | 59 | 12 | 0 | 21 | C0 | 51 | 25 |
| Octal | 22 | 215 | 253 | 131 | 22 | 0 | 41 | 300 | 121 | 45 |
| Binary | 10010 | 10001101 | 10101011 | 1011001 | 10010 | 0 | 100001 | 11000000 | 1010001 | 100101 |
Color Harmonies of #128DAB
Complementary color
Monochromatic Colors of #128DAB
Black with #128DAB
Text Example
Text Example
White with #128DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128DAB; }
p { color: rgb(18,141,171); }
H1.HeaderClassName
{
color: #128DAB;
}
.AnyTagClassName
{
color: #128DAB;
}
</style>
background-color css
<style>
a { background-color: #128DAB; }
a { background-color: rgb(18,141,171); }
div.DivClassName
{
background-color: #128DAB;
}
.BgClassName
{
background-color: #128DAB;
}
</style>
border-color css
<style>
span { border-color: #128DAB; }
span { border-color: rgb(18,141,171); }
td.TdClassName
{
border-color: #128DAB;
}
.TagClassName
{
border-color: #128DAB;
}
</style>