Shades of Bondi Blue #129ABB
Tints of Bondi Blue #129ABB
RGB
CMYK
RGB Variations
Color information
#129ABB (or 0x129ABB) is known color: Bondi Blue. HEX triplet: 12, 9A and BB. RGB value is (18,154,187). Sum of RGB (Red+Green+Blue) = 18+154+187=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #129ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129ABB is #ED6544. Grayscale: #747474. Windows color (decimal): -15557957 or 12294674. OLE color: 12294674.
HSL color Cylindrical-coordinate representation of color #129ABB: hue angle of 191.72º 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 #129ABB is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 154 | 187 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.27 |
| HSL | 191.72º | 0.82% | 0.4% | - |
| HSV(B) | 191.72º | 0.9% | 0.73% | - |
| XYZ | 20.77 | 26.83 | 51.1 | - |
| YUV | 117.1 | 167.44 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 154 | 187 | 0.90 | 0.18 | 0 | 0.27 | 191.72 | 0.82 | 0.4 |
| Hex | 12 | 9A | BB | 5A | 12 | 0 | 1B | C0 | 52 | 28 |
| Octal | 22 | 232 | 273 | 132 | 22 | 0 | 33 | 300 | 122 | 50 |
| Binary | 10010 | 10011010 | 10111011 | 1011010 | 10010 | 0 | 11011 | 11000000 | 1010010 | 101000 |
Color Harmonies of #129ABB
Complementary color
Monochromatic Colors of #129ABB
Black with #129ABB
Text Example
Text Example
White with #129ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129ABB; }
p { color: rgb(18,154,187); }
H1.HeaderClassName
{
color: #129ABB;
}
.AnyTagClassName
{
color: #129ABB;
}
</style>
background-color css
<style>
a { background-color: #129ABB; }
a { background-color: rgb(18,154,187); }
div.DivClassName
{
background-color: #129ABB;
}
.BgClassName
{
background-color: #129ABB;
}
</style>
border-color css
<style>
span { border-color: #129ABB; }
span { border-color: rgb(18,154,187); }
td.TdClassName
{
border-color: #129ABB;
}
.TagClassName
{
border-color: #129ABB;
}
</style>