Shades of Bondi Blue #129ABA
Tints of Bondi Blue #129ABA
RGB
CMYK
RGB Variations
Color information
#129ABA (or 0x129ABA) is known color: Bondi Blue. HEX triplet: 12, 9A and BA. RGB value is (18,154,186). Sum of RGB (Red+Green+Blue) = 18+154+186=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #129ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129ABA is #ED6545. Grayscale: #747474. Windows color (decimal): -15557958 or 12229138. OLE color: 12229138.
HSL color Cylindrical-coordinate representation of color #129ABA: hue angle of 191.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #129ABA is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 154 | 186 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.27 |
| HSL | 191.43º | 0.82% | 0.4% | - |
| HSV(B) | 191.43º | 0.9% | 0.73% | - |
| XYZ | 20.67 | 26.78 | 50.54 | - |
| YUV | 116.98 | 166.94 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 154 | 186 | 0.90 | 0.17 | 0 | 0.27 | 191.43 | 0.82 | 0.4 |
| Hex | 12 | 9A | BA | 5A | 11 | 0 | 1B | BF | 52 | 28 |
| Octal | 22 | 232 | 272 | 132 | 21 | 0 | 33 | 277 | 122 | 50 |
| Binary | 10010 | 10011010 | 10111010 | 1011010 | 10001 | 0 | 11011 | 10111111 | 1010010 | 101000 |
Color Harmonies of #129ABA
Complementary color
Monochromatic Colors of #129ABA
Black with #129ABA
Text Example
Text Example
White with #129ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129ABA; }
p { color: rgb(18,154,186); }
H1.HeaderClassName
{
color: #129ABA;
}
.AnyTagClassName
{
color: #129ABA;
}
</style>
background-color css
<style>
a { background-color: #129ABA; }
a { background-color: rgb(18,154,186); }
div.DivClassName
{
background-color: #129ABA;
}
.BgClassName
{
background-color: #129ABA;
}
</style>
border-color css
<style>
span { border-color: #129ABA; }
span { border-color: rgb(18,154,186); }
td.TdClassName
{
border-color: #129ABA;
}
.TagClassName
{
border-color: #129ABA;
}
</style>