Shades of Bondi Blue #128FAD
Tints of Bondi Blue #128FAD
RGB
CMYK
RGB Variations
Color information
#128FAD (or 0x128FAD) is known color: Bondi Blue. HEX triplet: 12, 8F and AD. RGB value is (18,143,173). Sum of RGB (Red+Green+Blue) = 18+143+173=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #128FAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128FAD is #ED7052. Grayscale: #6C6C6C. Windows color (decimal): -15560787 or 11374354. OLE color: 11374354.
HSL color Cylindrical-coordinate representation of color #128FAD: hue angle of 191.61º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #128FAD is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 143 | 173 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.32 |
| HSL | 191.61º | 0.81% | 0.37% | - |
| HSV(B) | 191.61º | 0.9% | 0.68% | - |
| XYZ | 17.61 | 22.79 | 43.01 | - |
| YUV | 109.05 | 164.09 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 173 | 0.90 | 0.17 | 0 | 0.32 | 191.61 | 0.81 | 0.37 |
| Hex | 12 | 8F | AD | 5A | 11 | 0 | 20 | C0 | 51 | 25 |
| Octal | 22 | 217 | 255 | 132 | 21 | 0 | 40 | 300 | 121 | 45 |
| Binary | 10010 | 10001111 | 10101101 | 1011010 | 10001 | 0 | 100000 | 11000000 | 1010001 | 100101 |
Color Harmonies of #128FAD
Complementary color
Monochromatic Colors of #128FAD
Black with #128FAD
Text Example
Text Example
White with #128FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128FAD; }
p { color: rgb(18,143,173); }
H1.HeaderClassName
{
color: #128FAD;
}
.AnyTagClassName
{
color: #128FAD;
}
</style>
background-color css
<style>
a { background-color: #128FAD; }
a { background-color: rgb(18,143,173); }
div.DivClassName
{
background-color: #128FAD;
}
.BgClassName
{
background-color: #128FAD;
}
</style>
border-color css
<style>
span { border-color: #128FAD; }
span { border-color: rgb(18,143,173); }
td.TdClassName
{
border-color: #128FAD;
}
.TagClassName
{
border-color: #128FAD;
}
</style>