Shades of Bondi Blue #138EBC
Tints of Bondi Blue #138EBC
RGB
CMYK
RGB Variations
Color information
#138EBC (or 0x138EBC) is known color: Bondi Blue. HEX triplet: 13, 8E and BC. RGB value is (19,142,188). Sum of RGB (Red+Green+Blue) = 19+142+188=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #138EBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138EBC is #EC7143. Grayscale: #6E6E6E. Windows color (decimal): -15495492 or 12357139. OLE color: 12357139.
HSL color Cylindrical-coordinate representation of color #138EBC: hue angle of 196.33º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #138EBC is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 142 | 188 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.26 |
| HSL | 196.33º | 0.82% | 0.41% | - |
| HSV(B) | 196.33º | 0.9% | 0.74% | - |
| XYZ | 19.02 | 23.12 | 51.04 | - |
| YUV | 110.47 | 171.75 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 142 | 188 | 0.90 | 0.24 | 0 | 0.26 | 196.33 | 0.82 | 0.41 |
| Hex | 13 | 8E | BC | 5A | 18 | 0 | 1A | C4 | 52 | 29 |
| Octal | 23 | 216 | 274 | 132 | 30 | 0 | 32 | 304 | 122 | 51 |
| Binary | 10011 | 10001110 | 10111100 | 1011010 | 11000 | 0 | 11010 | 11000100 | 1010010 | 101001 |
Color Harmonies of #138EBC
Complementary color
Monochromatic Colors of #138EBC
Black with #138EBC
Text Example
Text Example
White with #138EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138EBC; }
p { color: rgb(19,142,188); }
H1.HeaderClassName
{
color: #138EBC;
}
.AnyTagClassName
{
color: #138EBC;
}
</style>
background-color css
<style>
a { background-color: #138EBC; }
a { background-color: rgb(19,142,188); }
div.DivClassName
{
background-color: #138EBC;
}
.BgClassName
{
background-color: #138EBC;
}
</style>
border-color css
<style>
span { border-color: #138EBC; }
span { border-color: rgb(19,142,188); }
td.TdClassName
{
border-color: #138EBC;
}
.TagClassName
{
border-color: #138EBC;
}
</style>