Shades of Bondi Blue #129AB4
Tints of Bondi Blue #129AB4
RGB
CMYK
RGB Variations
Color information
#129AB4 (or 0x129AB4) is known color: Bondi Blue. HEX triplet: 12, 9A and B4. RGB value is (18,154,180). Sum of RGB (Red+Green+Blue) = 18+154+180=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 180 (70.70% from 255 or 51.14% from 352); Max value from RGB is 180 - color contains mainly: blue. Hex color #129AB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129AB4 is #ED654B. Grayscale: #747474. Windows color (decimal): -15557964 or 11835922. OLE color: 11835922.
HSL color Cylindrical-coordinate representation of color #129AB4: hue angle of 189.63º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #129AB4 is Cyan = 0.9, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 154 | 180 | - |
| CMYK | 0.9 | 0.14 | 0 | 0.29 |
| HSL | 189.63º | 0.82% | 0.39% | - |
| HSV(B) | 189.63º | 0.9% | 0.71% | - |
| XYZ | 20.04 | 26.54 | 47.25 | - |
| YUV | 116.3 | 163.94 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 154 | 180 | 0.9 | 0.14 | 0 | 0.29 | 189.63 | 0.82 | 0.39 |
| Hex | 12 | 9A | B4 | 5A | E | 0 | 1D | BE | 52 | 27 |
| Octal | 22 | 232 | 264 | 132 | 16 | 0 | 35 | 276 | 122 | 47 |
| Binary | 10010 | 10011010 | 10110100 | 1011010 | 1110 | 0 | 11101 | 10111110 | 1010010 | 100111 |
Color Harmonies of #129AB4
Complementary color
Monochromatic Colors of #129AB4
Black with #129AB4
Text Example
Text Example
White with #129AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129AB4; }
p { color: rgb(18,154,180); }
H1.HeaderClassName
{
color: #129AB4;
}
.AnyTagClassName
{
color: #129AB4;
}
</style>
background-color css
<style>
a { background-color: #129AB4; }
a { background-color: rgb(18,154,180); }
div.DivClassName
{
background-color: #129AB4;
}
.BgClassName
{
background-color: #129AB4;
}
</style>
border-color css
<style>
span { border-color: #129AB4; }
span { border-color: rgb(18,154,180); }
td.TdClassName
{
border-color: #129AB4;
}
.TagClassName
{
border-color: #129AB4;
}
</style>