Shades of Bondi Blue #138DBD
Tints of Bondi Blue #138DBD
RGB
CMYK
RGB Variations
Color information
#138DBD (or 0x138DBD) is known color: Bondi Blue. HEX triplet: 13, 8D and BD. RGB value is (19,141,189). Sum of RGB (Red+Green+Blue) = 19+141+189=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #138DBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138DBD is #EC7242. Grayscale: #6D6D6D. Windows color (decimal): -15495747 or 12422419. OLE color: 12422419.
HSL color Cylindrical-coordinate representation of color #138DBD: hue angle of 196.94º 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 #138DBD is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 141 | 189 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.26 |
| HSL | 196.94º | 0.82% | 0.41% | - |
| HSV(B) | 196.94º | 0.9% | 0.74% | - |
| XYZ | 18.98 | 22.86 | 51.56 | - |
| YUV | 109.99 | 172.58 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 189 | 0.90 | 0.25 | 0 | 0.26 | 196.94 | 0.82 | 0.41 |
| Hex | 13 | 8D | BD | 5A | 19 | 0 | 1A | C5 | 52 | 29 |
| Octal | 23 | 215 | 275 | 132 | 31 | 0 | 32 | 305 | 122 | 51 |
| Binary | 10011 | 10001101 | 10111101 | 1011010 | 11001 | 0 | 11010 | 11000101 | 1010010 | 101001 |
Color Harmonies of #138DBD
Complementary color
Monochromatic Colors of #138DBD
Black with #138DBD
Text Example
Text Example
White with #138DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138DBD; }
p { color: rgb(19,141,189); }
H1.HeaderClassName
{
color: #138DBD;
}
.AnyTagClassName
{
color: #138DBD;
}
</style>
background-color css
<style>
a { background-color: #138DBD; }
a { background-color: rgb(19,141,189); }
div.DivClassName
{
background-color: #138DBD;
}
.BgClassName
{
background-color: #138DBD;
}
</style>
border-color css
<style>
span { border-color: #138DBD; }
span { border-color: rgb(19,141,189); }
td.TdClassName
{
border-color: #138DBD;
}
.TagClassName
{
border-color: #138DBD;
}
</style>