Shades of Bondi Blue #128ABB
Tints of Bondi Blue #128ABB
RGB
CMYK
RGB Variations
Color information
#128ABB (or 0x128ABB) is known color: Bondi Blue. HEX triplet: 12, 8A and BB. RGB value is (18,138,187). Sum of RGB (Red+Green+Blue) = 18+138+187=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #128ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128ABB is #ED7544. Grayscale: #6B6B6B. Windows color (decimal): -15562053 or 12290578. OLE color: 12290578.
HSL color Cylindrical-coordinate representation of color #128ABB: hue angle of 197.4º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #128ABB is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 138 | 187 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.27 |
| HSL | 197.4º | 0.82% | 0.4% | - |
| HSV(B) | 197.4º | 0.9% | 0.73% | - |
| XYZ | 18.31 | 21.89 | 50.27 | - |
| YUV | 107.71 | 172.74 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 138 | 187 | 0.90 | 0.26 | 0 | 0.27 | 197.4 | 0.82 | 0.4 |
| Hex | 12 | 8A | BB | 5A | 1A | 0 | 1B | C5 | 52 | 28 |
| Octal | 22 | 212 | 273 | 132 | 32 | 0 | 33 | 305 | 122 | 50 |
| Binary | 10010 | 10001010 | 10111011 | 1011010 | 11010 | 0 | 11011 | 11000101 | 1010010 | 101000 |
Color Harmonies of #128ABB
Complementary color
Monochromatic Colors of #128ABB
Black with #128ABB
Text Example
Text Example
White with #128ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128ABB; }
p { color: rgb(18,138,187); }
H1.HeaderClassName
{
color: #128ABB;
}
.AnyTagClassName
{
color: #128ABB;
}
</style>
background-color css
<style>
a { background-color: #128ABB; }
a { background-color: rgb(18,138,187); }
div.DivClassName
{
background-color: #128ABB;
}
.BgClassName
{
background-color: #128ABB;
}
</style>
border-color css
<style>
span { border-color: #128ABB; }
span { border-color: rgb(18,138,187); }
td.TdClassName
{
border-color: #128ABB;
}
.TagClassName
{
border-color: #128ABB;
}
</style>