Shades of Bondi Blue #128FB2
Tints of Bondi Blue #128FB2
RGB
CMYK
RGB Variations
Color information
#128FB2 (or 0x128FB2) is known color: Bondi Blue. HEX triplet: 12, 8F and B2. RGB value is (18,143,178). Sum of RGB (Red+Green+Blue) = 18+143+178=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 178 (69.92% from 255 or 52.51% from 339); Max value from RGB is 178 - color contains mainly: blue. Hex color #128FB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128FB2 is #ED704D. Grayscale: #6D6D6D. Windows color (decimal): -15560782 or 11702034. OLE color: 11702034.
HSL color Cylindrical-coordinate representation of color #128FB2: hue angle of 193.12º 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 #128FB2 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 143 | 178 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.30 |
| HSL | 193.13º | 0.82% | 0.38% | - |
| HSV(B) | 193.13º | 0.9% | 0.7% | - |
| XYZ | 18.11 | 22.99 | 45.6 | - |
| YUV | 109.62 | 166.59 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 178 | 0.90 | 0.20 | 0 | 0.30 | 193.13 | 0.82 | 0.38 |
| Hex | 12 | 8F | B2 | 5A | 14 | 0 | 1E | C1 | 52 | 26 |
| Octal | 22 | 217 | 262 | 132 | 24 | 0 | 36 | 301 | 122 | 46 |
| Binary | 10010 | 10001111 | 10110010 | 1011010 | 10100 | 0 | 11110 | 11000001 | 1010010 | 100110 |
Color Harmonies of #128FB2
Complementary color
Monochromatic Colors of #128FB2
Black with #128FB2
Text Example
Text Example
White with #128FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128FB2; }
p { color: rgb(18,143,178); }
H1.HeaderClassName
{
color: #128FB2;
}
.AnyTagClassName
{
color: #128FB2;
}
</style>
background-color css
<style>
a { background-color: #128FB2; }
a { background-color: rgb(18,143,178); }
div.DivClassName
{
background-color: #128FB2;
}
.BgClassName
{
background-color: #128FB2;
}
</style>
border-color css
<style>
span { border-color: #128FB2; }
span { border-color: rgb(18,143,178); }
td.TdClassName
{
border-color: #128FB2;
}
.TagClassName
{
border-color: #128FB2;
}
</style>