Shades of Bondi Blue #158DC1
Tints of Bondi Blue #158DC1
RGB
CMYK
RGB Variations
Color information
#158DC1 (or 0x158DC1) is known color: Bondi Blue. HEX triplet: 15, 8D and C1. RGB value is (21,141,193). Sum of RGB (Red+Green+Blue) = 21+141+193=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #158DC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158DC1 is #EA723E. Grayscale: #6E6E6E. Windows color (decimal): -15364671 or 12684565. OLE color: 12684565.
HSL color Cylindrical-coordinate representation of color #158DC1: hue angle of 198.14º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #158DC1 is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 141 | 193 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.24 |
| HSL | 198.14º | 0.8% | 0.42% | - |
| HSV(B) | 198.14º | 0.89% | 0.76% | - |
| XYZ | 19.46 | 23.06 | 53.88 | - |
| YUV | 111.05 | 174.24 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 141 | 193 | 0.89 | 0.27 | 0 | 0.24 | 198.14 | 0.8 | 0.42 |
| Hex | 15 | 8D | C1 | 59 | 1B | 0 | 18 | C6 | 50 | 2A |
| Octal | 25 | 215 | 301 | 131 | 33 | 0 | 30 | 306 | 120 | 52 |
| Binary | 10101 | 10001101 | 11000001 | 1011001 | 11011 | 0 | 11000 | 11000110 | 1010000 | 101010 |
Color Harmonies of #158DC1
Complementary color
Monochromatic Colors of #158DC1
Black with #158DC1
Text Example
Text Example
White with #158DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158DC1; }
p { color: rgb(21,141,193); }
H1.HeaderClassName
{
color: #158DC1;
}
.AnyTagClassName
{
color: #158DC1;
}
</style>
background-color css
<style>
a { background-color: #158DC1; }
a { background-color: rgb(21,141,193); }
div.DivClassName
{
background-color: #158DC1;
}
.BgClassName
{
background-color: #158DC1;
}
</style>
border-color css
<style>
span { border-color: #158DC1; }
span { border-color: rgb(21,141,193); }
td.TdClassName
{
border-color: #158DC1;
}
.TagClassName
{
border-color: #158DC1;
}
</style>