Shades of Bondi Blue #128FB8
Tints of Bondi Blue #128FB8
RGB
CMYK
RGB Variations
Color information
#128FB8 (or 0x128FB8) is known color: Bondi Blue. HEX triplet: 12, 8F and B8. RGB value is (18,143,184). Sum of RGB (Red+Green+Blue) = 18+143+184=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 184 (72.27% from 255 or 53.33% from 345); Max value from RGB is 184 - color contains mainly: blue. Hex color #128FB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128FB8 is #ED7047. Grayscale: #6E6E6E. Windows color (decimal): -15560776 or 12095250. OLE color: 12095250.
HSL color Cylindrical-coordinate representation of color #128FB8: hue angle of 194.82º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #128FB8 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 143 | 184 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.28 |
| HSL | 194.82º | 0.82% | 0.4% | - |
| HSV(B) | 194.82º | 0.9% | 0.72% | - |
| XYZ | 18.72 | 23.23 | 48.85 | - |
| YUV | 110.3 | 169.59 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 184 | 0.90 | 0.22 | 0 | 0.28 | 194.82 | 0.82 | 0.4 |
| Hex | 12 | 8F | B8 | 5A | 16 | 0 | 1C | C3 | 52 | 28 |
| Octal | 22 | 217 | 270 | 132 | 26 | 0 | 34 | 303 | 122 | 50 |
| Binary | 10010 | 10001111 | 10111000 | 1011010 | 10110 | 0 | 11100 | 11000011 | 1010010 | 101000 |
Color Harmonies of #128FB8
Complementary color
Monochromatic Colors of #128FB8
Black with #128FB8
Text Example
Text Example
White with #128FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128FB8; }
p { color: rgb(18,143,184); }
H1.HeaderClassName
{
color: #128FB8;
}
.AnyTagClassName
{
color: #128FB8;
}
</style>
background-color css
<style>
a { background-color: #128FB8; }
a { background-color: rgb(18,143,184); }
div.DivClassName
{
background-color: #128FB8;
}
.BgClassName
{
background-color: #128FB8;
}
</style>
border-color css
<style>
span { border-color: #128FB8; }
span { border-color: rgb(18,143,184); }
td.TdClassName
{
border-color: #128FB8;
}
.TagClassName
{
border-color: #128FB8;
}
</style>