Shades of Bondi Blue #129EB8
Tints of Bondi Blue #129EB8
RGB
CMYK
RGB Variations
Color information
#129EB8 (or 0x129EB8) is known color: Bondi Blue. HEX triplet: 12, 9E and B8. RGB value is (18,158,184). Sum of RGB (Red+Green+Blue) = 18+158+184=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 184 (72.27% from 255 or 51.11% from 360); Max value from RGB is 184 - color contains mainly: blue. Hex color #129EB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129EB8 is #ED6147. Grayscale: #767676. Windows color (decimal): -15556936 or 12099090. OLE color: 12099090.
HSL color Cylindrical-coordinate representation of color #129EB8: hue angle of 189.4º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #129EB8 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 158 | 184 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.28 |
| HSL | 189.4º | 0.82% | 0.4% | - |
| HSV(B) | 189.4º | 0.9% | 0.72% | - |
| XYZ | 21.13 | 28.04 | 49.65 | - |
| YUV | 119.1 | 164.62 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 158 | 184 | 0.90 | 0.14 | 0 | 0.28 | 189.4 | 0.82 | 0.4 |
| Hex | 12 | 9E | B8 | 5A | E | 0 | 1C | BD | 52 | 28 |
| Octal | 22 | 236 | 270 | 132 | 16 | 0 | 34 | 275 | 122 | 50 |
| Binary | 10010 | 10011110 | 10111000 | 1011010 | 1110 | 0 | 11100 | 10111101 | 1010010 | 101000 |
Color Harmonies of #129EB8
Complementary color
Monochromatic Colors of #129EB8
Black with #129EB8
Text Example
Text Example
White with #129EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129EB8; }
p { color: rgb(18,158,184); }
H1.HeaderClassName
{
color: #129EB8;
}
.AnyTagClassName
{
color: #129EB8;
}
</style>
background-color css
<style>
a { background-color: #129EB8; }
a { background-color: rgb(18,158,184); }
div.DivClassName
{
background-color: #129EB8;
}
.BgClassName
{
background-color: #129EB8;
}
</style>
border-color css
<style>
span { border-color: #129EB8; }
span { border-color: rgb(18,158,184); }
td.TdClassName
{
border-color: #129EB8;
}
.TagClassName
{
border-color: #129EB8;
}
</style>