Shades of Bondi Blue #128DB2
Tints of Bondi Blue #128DB2
RGB
CMYK
RGB Variations
Color information
#128DB2 (or 0x128DB2) is known color: Bondi Blue. HEX triplet: 12, 8D and B2. RGB value is (18,141,178). Sum of RGB (Red+Green+Blue) = 18+141+178=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 178 (69.92% from 255 or 52.82% from 337); Max value from RGB is 178 - color contains mainly: blue. Hex color #128DB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128DB2 is #ED724D. Grayscale: #6C6C6C. Windows color (decimal): -15561294 or 11701522. OLE color: 11701522.
HSL color Cylindrical-coordinate representation of color #128DB2: hue angle of 193.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #128DB2 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 141 | 178 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.30 |
| HSL | 193.88º | 0.82% | 0.38% | - |
| HSV(B) | 193.88º | 0.9% | 0.7% | - |
| XYZ | 17.81 | 22.39 | 45.5 | - |
| YUV | 108.44 | 167.25 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 141 | 178 | 0.90 | 0.21 | 0 | 0.30 | 193.88 | 0.82 | 0.38 |
| Hex | 12 | 8D | B2 | 5A | 15 | 0 | 1E | C2 | 52 | 26 |
| Octal | 22 | 215 | 262 | 132 | 25 | 0 | 36 | 302 | 122 | 46 |
| Binary | 10010 | 10001101 | 10110010 | 1011010 | 10101 | 0 | 11110 | 11000010 | 1010010 | 100110 |
Color Harmonies of #128DB2
Complementary color
Monochromatic Colors of #128DB2
Black with #128DB2
Text Example
Text Example
White with #128DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128DB2; }
p { color: rgb(18,141,178); }
H1.HeaderClassName
{
color: #128DB2;
}
.AnyTagClassName
{
color: #128DB2;
}
</style>
background-color css
<style>
a { background-color: #128DB2; }
a { background-color: rgb(18,141,178); }
div.DivClassName
{
background-color: #128DB2;
}
.BgClassName
{
background-color: #128DB2;
}
</style>
border-color css
<style>
span { border-color: #128DB2; }
span { border-color: rgb(18,141,178); }
td.TdClassName
{
border-color: #128DB2;
}
.TagClassName
{
border-color: #128DB2;
}
</style>