Shades of Bondi Blue #129BBB
Tints of Bondi Blue #129BBB
RGB
CMYK
RGB Variations
Color information
#129BBB (or 0x129BBB) is known color: Bondi Blue. HEX triplet: 12, 9B and BB. RGB value is (18,155,187). Sum of RGB (Red+Green+Blue) = 18+155+187=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #129BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129BBB is #ED6444. Grayscale: #757575. Windows color (decimal): -15557701 or 12294930. OLE color: 12294930.
HSL color Cylindrical-coordinate representation of color #129BBB: hue angle of 191.36º 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 #129BBB is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 155 | 187 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.27 |
| HSL | 191.36º | 0.82% | 0.4% | - |
| HSV(B) | 191.36º | 0.9% | 0.73% | - |
| XYZ | 20.94 | 27.16 | 51.15 | - |
| YUV | 117.69 | 167.11 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 155 | 187 | 0.90 | 0.17 | 0 | 0.27 | 191.36 | 0.82 | 0.4 |
| Hex | 12 | 9B | BB | 5A | 11 | 0 | 1B | BF | 52 | 28 |
| Octal | 22 | 233 | 273 | 132 | 21 | 0 | 33 | 277 | 122 | 50 |
| Binary | 10010 | 10011011 | 10111011 | 1011010 | 10001 | 0 | 11011 | 10111111 | 1010010 | 101000 |
Color Harmonies of #129BBB
Complementary color
Monochromatic Colors of #129BBB
Black with #129BBB
Text Example
Text Example
White with #129BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129BBB; }
p { color: rgb(18,155,187); }
H1.HeaderClassName
{
color: #129BBB;
}
.AnyTagClassName
{
color: #129BBB;
}
</style>
background-color css
<style>
a { background-color: #129BBB; }
a { background-color: rgb(18,155,187); }
div.DivClassName
{
background-color: #129BBB;
}
.BgClassName
{
background-color: #129BBB;
}
</style>
border-color css
<style>
span { border-color: #129BBB; }
span { border-color: rgb(18,155,187); }
td.TdClassName
{
border-color: #129BBB;
}
.TagClassName
{
border-color: #129BBB;
}
</style>