Shades of Bondi Blue #128AB2
Tints of Bondi Blue #128AB2
RGB
CMYK
RGB Variations
Color information
#128AB2 (or 0x128AB2) is known color: Bondi Blue. HEX triplet: 12, 8A and B2. RGB value is (18,138,178). Sum of RGB (Red+Green+Blue) = 18+138+178=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 178 (69.92% from 255 or 53.29% from 334); Max value from RGB is 178 - color contains mainly: blue. Hex color #128AB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128AB2 is #ED754D. Grayscale: #6A6A6A. Windows color (decimal): -15562062 or 11700754. OLE color: 11700754.
HSL color Cylindrical-coordinate representation of color #128AB2: hue angle of 195º 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 #128AB2 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 138 | 178 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.30 |
| HSL | 195º | 0.82% | 0.38% | - |
| HSV(B) | 195º | 0.9% | 0.7% | - |
| XYZ | 17.37 | 21.52 | 45.36 | - |
| YUV | 106.68 | 168.24 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 138 | 178 | 0.90 | 0.22 | 0 | 0.30 | 195 | 0.82 | 0.38 |
| Hex | 12 | 8A | B2 | 5A | 16 | 0 | 1E | C3 | 52 | 26 |
| Octal | 22 | 212 | 262 | 132 | 26 | 0 | 36 | 303 | 122 | 46 |
| Binary | 10010 | 10001010 | 10110010 | 1011010 | 10110 | 0 | 11110 | 11000011 | 1010010 | 100110 |
Color Harmonies of #128AB2
Complementary color
Monochromatic Colors of #128AB2
Black with #128AB2
Text Example
Text Example
White with #128AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128AB2; }
p { color: rgb(18,138,178); }
H1.HeaderClassName
{
color: #128AB2;
}
.AnyTagClassName
{
color: #128AB2;
}
</style>
background-color css
<style>
a { background-color: #128AB2; }
a { background-color: rgb(18,138,178); }
div.DivClassName
{
background-color: #128AB2;
}
.BgClassName
{
background-color: #128AB2;
}
</style>
border-color css
<style>
span { border-color: #128AB2; }
span { border-color: rgb(18,138,178); }
td.TdClassName
{
border-color: #128AB2;
}
.TagClassName
{
border-color: #128AB2;
}
</style>