Shades of Bondi Blue #128BBF
Tints of Bondi Blue #128BBF
RGB
CMYK
RGB Variations
Color information
#128BBF (or 0x128BBF) is known color: Bondi Blue. HEX triplet: 12, 8B and BF. RGB value is (18,139,191). Sum of RGB (Red+Green+Blue) = 18+139+191=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #128BBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128BBF is #ED7440. Grayscale: #6C6C6C. Windows color (decimal): -15561793 or 12552978. OLE color: 12552978.
HSL color Cylindrical-coordinate representation of color #128BBF: hue angle of 198.03º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128BBF is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 139 | 191 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.25 |
| HSL | 198.03º | 0.83% | 0.41% | - |
| HSV(B) | 198.03º | 0.91% | 0.75% | - |
| XYZ | 18.89 | 22.36 | 52.61 | - |
| YUV | 108.75 | 174.41 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 191 | 0.91 | 0.27 | 0 | 0.25 | 198.03 | 0.83 | 0.41 |
| Hex | 12 | 8B | BF | 5B | 1B | 0 | 19 | C6 | 53 | 29 |
| Octal | 22 | 213 | 277 | 133 | 33 | 0 | 31 | 306 | 123 | 51 |
| Binary | 10010 | 10001011 | 10111111 | 1011011 | 11011 | 0 | 11001 | 11000110 | 1010011 | 101001 |
Color Harmonies of #128BBF
Complementary color
Monochromatic Colors of #128BBF
Black with #128BBF
Text Example
Text Example
White with #128BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128BBF; }
p { color: rgb(18,139,191); }
H1.HeaderClassName
{
color: #128BBF;
}
.AnyTagClassName
{
color: #128BBF;
}
</style>
background-color css
<style>
a { background-color: #128BBF; }
a { background-color: rgb(18,139,191); }
div.DivClassName
{
background-color: #128BBF;
}
.BgClassName
{
background-color: #128BBF;
}
</style>
border-color css
<style>
span { border-color: #128BBF; }
span { border-color: rgb(18,139,191); }
td.TdClassName
{
border-color: #128BBF;
}
.TagClassName
{
border-color: #128BBF;
}
</style>