Shades of Bondi Blue #128ABA
Tints of Bondi Blue #128ABA
RGB
CMYK
RGB Variations
Color information
#128ABA (or 0x128ABA) is known color: Bondi Blue. HEX triplet: 12, 8A and BA. RGB value is (18,138,186). Sum of RGB (Red+Green+Blue) = 18+138+186=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #128ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128ABA is #ED7545. Grayscale: #6B6B6B. Windows color (decimal): -15562054 or 12225042. OLE color: 12225042.
HSL color Cylindrical-coordinate representation of color #128ABA: hue angle of 197.14º 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 #128ABA is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 138 | 186 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.27 |
| HSL | 197.14º | 0.82% | 0.4% | - |
| HSV(B) | 197.14º | 0.9% | 0.73% | - |
| XYZ | 18.2 | 21.85 | 49.71 | - |
| YUV | 107.59 | 172.24 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 138 | 186 | 0.90 | 0.26 | 0 | 0.27 | 197.14 | 0.82 | 0.4 |
| Hex | 12 | 8A | BA | 5A | 1A | 0 | 1B | C5 | 52 | 28 |
| Octal | 22 | 212 | 272 | 132 | 32 | 0 | 33 | 305 | 122 | 50 |
| Binary | 10010 | 10001010 | 10111010 | 1011010 | 11010 | 0 | 11011 | 11000101 | 1010010 | 101000 |
Color Harmonies of #128ABA
Complementary color
Monochromatic Colors of #128ABA
Black with #128ABA
Text Example
Text Example
White with #128ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128ABA; }
p { color: rgb(18,138,186); }
H1.HeaderClassName
{
color: #128ABA;
}
.AnyTagClassName
{
color: #128ABA;
}
</style>
background-color css
<style>
a { background-color: #128ABA; }
a { background-color: rgb(18,138,186); }
div.DivClassName
{
background-color: #128ABA;
}
.BgClassName
{
background-color: #128ABA;
}
</style>
border-color css
<style>
span { border-color: #128ABA; }
span { border-color: rgb(18,138,186); }
td.TdClassName
{
border-color: #128ABA;
}
.TagClassName
{
border-color: #128ABA;
}
</style>