Shades of Bondi Blue #129DB7
Tints of Bondi Blue #129DB7
RGB
CMYK
RGB Variations
Color information
#129DB7 (or 0x129DB7) is known color: Bondi Blue. HEX triplet: 12, 9D and B7. RGB value is (18,157,183). Sum of RGB (Red+Green+Blue) = 18+157+183=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 183 (71.88% from 255 or 51.12% from 358); Max value from RGB is 183 - color contains mainly: blue. Hex color #129DB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129DB7 is #ED6248. Grayscale: #767676. Windows color (decimal): -15557193 or 12033298. OLE color: 12033298.
HSL color Cylindrical-coordinate representation of color #129DB7: hue angle of 189.45º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #129DB7 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 157 | 183 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.28 |
| HSL | 189.45º | 0.82% | 0.39% | - |
| HSV(B) | 189.45º | 0.9% | 0.72% | - |
| XYZ | 20.85 | 27.66 | 49.04 | - |
| YUV | 118.4 | 164.45 | 56.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 183 | 0.90 | 0.14 | 0 | 0.28 | 189.45 | 0.82 | 0.39 |
| Hex | 12 | 9D | B7 | 5A | E | 0 | 1C | BD | 52 | 27 |
| Octal | 22 | 235 | 267 | 132 | 16 | 0 | 34 | 275 | 122 | 47 |
| Binary | 10010 | 10011101 | 10110111 | 1011010 | 1110 | 0 | 11100 | 10111101 | 1010010 | 100111 |
Color Harmonies of #129DB7
Complementary color
Monochromatic Colors of #129DB7
Black with #129DB7
Text Example
Text Example
White with #129DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129DB7; }
p { color: rgb(18,157,183); }
H1.HeaderClassName
{
color: #129DB7;
}
.AnyTagClassName
{
color: #129DB7;
}
</style>
background-color css
<style>
a { background-color: #129DB7; }
a { background-color: rgb(18,157,183); }
div.DivClassName
{
background-color: #129DB7;
}
.BgClassName
{
background-color: #129DB7;
}
</style>
border-color css
<style>
span { border-color: #129DB7; }
span { border-color: rgb(18,157,183); }
td.TdClassName
{
border-color: #129DB7;
}
.TagClassName
{
border-color: #129DB7;
}
</style>