Shades of Bondi Blue #128BBD
Tints of Bondi Blue #128BBD
RGB
CMYK
RGB Variations
Color information
#128BBD (or 0x128BBD) is known color: Bondi Blue. HEX triplet: 12, 8B and BD. RGB value is (18,139,189). Sum of RGB (Red+Green+Blue) = 18+139+189=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #128BBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128BBD is #ED7442. Grayscale: #6C6C6C. Windows color (decimal): -15561795 or 12421906. OLE color: 12421906.
HSL color Cylindrical-coordinate representation of color #128BBD: hue angle of 197.54º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #128BBD is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 139 | 189 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.26 |
| HSL | 197.54º | 0.83% | 0.41% | - |
| HSV(B) | 197.54º | 0.9% | 0.74% | - |
| XYZ | 18.67 | 22.27 | 51.46 | - |
| YUV | 108.52 | 173.41 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 189 | 0.90 | 0.26 | 0 | 0.26 | 197.54 | 0.83 | 0.41 |
| Hex | 12 | 8B | BD | 5A | 1A | 0 | 1A | C6 | 53 | 29 |
| Octal | 22 | 213 | 275 | 132 | 32 | 0 | 32 | 306 | 123 | 51 |
| Binary | 10010 | 10001011 | 10111101 | 1011010 | 11010 | 0 | 11010 | 11000110 | 1010011 | 101001 |
Color Harmonies of #128BBD
Complementary color
Monochromatic Colors of #128BBD
Black with #128BBD
Text Example
Text Example
White with #128BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128BBD; }
p { color: rgb(18,139,189); }
H1.HeaderClassName
{
color: #128BBD;
}
.AnyTagClassName
{
color: #128BBD;
}
</style>
background-color css
<style>
a { background-color: #128BBD; }
a { background-color: rgb(18,139,189); }
div.DivClassName
{
background-color: #128BBD;
}
.BgClassName
{
background-color: #128BBD;
}
</style>
border-color css
<style>
span { border-color: #128BBD; }
span { border-color: rgb(18,139,189); }
td.TdClassName
{
border-color: #128BBD;
}
.TagClassName
{
border-color: #128BBD;
}
</style>