Shades of Bondi Blue #128CC1
Tints of Bondi Blue #128CC1
RGB
CMYK
RGB Variations
Color information
#128CC1 (or 0x128CC1) is known color: Bondi Blue. HEX triplet: 12, 8C and C1. RGB value is (18,140,193). Sum of RGB (Red+Green+Blue) = 18+140+193=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 193 (75.78% from 255 or 54.99% from 351); Max value from RGB is 193 - color contains mainly: blue. Hex color #128CC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128CC1 is #ED733E. Grayscale: #6D6D6D. Windows color (decimal): -15561535 or 12684306. OLE color: 12684306.
HSL color Cylindrical-coordinate representation of color #128CC1: hue angle of 198.17º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128CC1 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 140 | 193 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.24 |
| HSL | 198.17º | 0.83% | 0.41% | - |
| HSV(B) | 198.17º | 0.91% | 0.76% | - |
| XYZ | 19.25 | 22.74 | 53.83 | - |
| YUV | 109.56 | 175.08 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 140 | 193 | 0.91 | 0.27 | 0 | 0.24 | 198.17 | 0.83 | 0.41 |
| Hex | 12 | 8C | C1 | 5B | 1B | 0 | 18 | C6 | 53 | 29 |
| Octal | 22 | 214 | 301 | 133 | 33 | 0 | 30 | 306 | 123 | 51 |
| Binary | 10010 | 10001100 | 11000001 | 1011011 | 11011 | 0 | 11000 | 11000110 | 1010011 | 101001 |
Color Harmonies of #128CC1
Complementary color
Monochromatic Colors of #128CC1
Black with #128CC1
Text Example
Text Example
White with #128CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128CC1; }
p { color: rgb(18,140,193); }
H1.HeaderClassName
{
color: #128CC1;
}
.AnyTagClassName
{
color: #128CC1;
}
</style>
background-color css
<style>
a { background-color: #128CC1; }
a { background-color: rgb(18,140,193); }
div.DivClassName
{
background-color: #128CC1;
}
.BgClassName
{
background-color: #128CC1;
}
</style>
border-color css
<style>
span { border-color: #128CC1; }
span { border-color: rgb(18,140,193); }
td.TdClassName
{
border-color: #128CC1;
}
.TagClassName
{
border-color: #128CC1;
}
</style>