Shades of Bondi Blue #128EBA
Tints of Bondi Blue #128EBA
RGB
CMYK
RGB Variations
Color information
#128EBA (or 0x128EBA) is known color: Bondi Blue. HEX triplet: 12, 8E and BA. RGB value is (18,142,186). Sum of RGB (Red+Green+Blue) = 18+142+186=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #128EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128EBA is #ED7145. Grayscale: #6D6D6D. Windows color (decimal): -15561030 or 12226066. OLE color: 12226066.
HSL color Cylindrical-coordinate representation of color #128EBA: hue angle of 195.71º 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 #128EBA is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 142 | 186 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.27 |
| HSL | 195.71º | 0.82% | 0.4% | - |
| HSV(B) | 195.71º | 0.9% | 0.73% | - |
| XYZ | 18.79 | 23.02 | 49.91 | - |
| YUV | 109.94 | 170.92 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 142 | 186 | 0.90 | 0.24 | 0 | 0.27 | 195.71 | 0.82 | 0.4 |
| Hex | 12 | 8E | BA | 5A | 18 | 0 | 1B | C4 | 52 | 28 |
| Octal | 22 | 216 | 272 | 132 | 30 | 0 | 33 | 304 | 122 | 50 |
| Binary | 10010 | 10001110 | 10111010 | 1011010 | 11000 | 0 | 11011 | 11000100 | 1010010 | 101000 |
Color Harmonies of #128EBA
Complementary color
Monochromatic Colors of #128EBA
Black with #128EBA
Text Example
Text Example
White with #128EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128EBA; }
p { color: rgb(18,142,186); }
H1.HeaderClassName
{
color: #128EBA;
}
.AnyTagClassName
{
color: #128EBA;
}
</style>
background-color css
<style>
a { background-color: #128EBA; }
a { background-color: rgb(18,142,186); }
div.DivClassName
{
background-color: #128EBA;
}
.BgClassName
{
background-color: #128EBA;
}
</style>
border-color css
<style>
span { border-color: #128EBA; }
span { border-color: rgb(18,142,186); }
td.TdClassName
{
border-color: #128EBA;
}
.TagClassName
{
border-color: #128EBA;
}
</style>