Shades of Bondi Blue #128DAF
Tints of Bondi Blue #128DAF
RGB
CMYK
RGB Variations
Color information
#128DAF (or 0x128DAF) is known color: Bondi Blue. HEX triplet: 12, 8D and AF. RGB value is (18,141,175). Sum of RGB (Red+Green+Blue) = 18+141+175=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #128DAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128DAF is #ED7250. Grayscale: #6B6B6B. Windows color (decimal): -15561297 or 11504914. OLE color: 11504914.
HSL color Cylindrical-coordinate representation of color #128DAF: hue angle of 192.99º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #128DAF is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 141 | 175 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.31 |
| HSL | 192.99º | 0.81% | 0.38% | - |
| HSV(B) | 192.99º | 0.9% | 0.69% | - |
| XYZ | 17.51 | 22.27 | 43.93 | - |
| YUV | 108.1 | 165.75 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 141 | 175 | 0.90 | 0.19 | 0 | 0.31 | 192.99 | 0.81 | 0.38 |
| Hex | 12 | 8D | AF | 5A | 13 | 0 | 1F | C1 | 51 | 26 |
| Octal | 22 | 215 | 257 | 132 | 23 | 0 | 37 | 301 | 121 | 46 |
| Binary | 10010 | 10001101 | 10101111 | 1011010 | 10011 | 0 | 11111 | 11000001 | 1010001 | 100110 |
Color Harmonies of #128DAF
Complementary color
Monochromatic Colors of #128DAF
Black with #128DAF
Text Example
Text Example
White with #128DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128DAF; }
p { color: rgb(18,141,175); }
H1.HeaderClassName
{
color: #128DAF;
}
.AnyTagClassName
{
color: #128DAF;
}
</style>
background-color css
<style>
a { background-color: #128DAF; }
a { background-color: rgb(18,141,175); }
div.DivClassName
{
background-color: #128DAF;
}
.BgClassName
{
background-color: #128DAF;
}
</style>
border-color css
<style>
span { border-color: #128DAF; }
span { border-color: rgb(18,141,175); }
td.TdClassName
{
border-color: #128DAF;
}
.TagClassName
{
border-color: #128DAF;
}
</style>