Shades of Bondi Blue #138DB2
Tints of Bondi Blue #138DB2
RGB
CMYK
RGB Variations
Color information
#138DB2 (or 0x138DB2) is known color: Bondi Blue. HEX triplet: 13, 8D and B2. RGB value is (19,141,178). Sum of RGB (Red+Green+Blue) = 19+141+178=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 178 (69.92% from 255 or 52.66% from 338); Max value from RGB is 178 - color contains mainly: blue. Hex color #138DB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138DB2 is #EC724D. Grayscale: #6C6C6C. Windows color (decimal): -15495758 or 11701523. OLE color: 11701523.
HSL color Cylindrical-coordinate representation of color #138DB2: hue angle of 193.96º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #138DB2 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 19 | 141 | 178 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.30 |
| HSL | 193.96º | 0.81% | 0.39% | - |
| HSV(B) | 193.96º | 0.89% | 0.7% | - |
| XYZ | 17.83 | 22.4 | 45.5 | - |
| YUV | 108.74 | 167.08 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 178 | 0.89 | 0.21 | 0 | 0.30 | 193.96 | 0.81 | 0.39 |
| Hex | 13 | 8D | B2 | 59 | 15 | 0 | 1E | C2 | 51 | 27 |
| Octal | 23 | 215 | 262 | 131 | 25 | 0 | 36 | 302 | 121 | 47 |
| Binary | 10011 | 10001101 | 10110010 | 1011001 | 10101 | 0 | 11110 | 11000010 | 1010001 | 100111 |
Color Harmonies of #138DB2
Complementary color
Monochromatic Colors of #138DB2
Black with #138DB2
Text Example
Text Example
White with #138DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138DB2; }
p { color: rgb(19,141,178); }
H1.HeaderClassName
{
color: #138DB2;
}
.AnyTagClassName
{
color: #138DB2;
}
</style>
background-color css
<style>
a { background-color: #138DB2; }
a { background-color: rgb(19,141,178); }
div.DivClassName
{
background-color: #138DB2;
}
.BgClassName
{
background-color: #138DB2;
}
</style>
border-color css
<style>
span { border-color: #138DB2; }
span { border-color: rgb(19,141,178); }
td.TdClassName
{
border-color: #138DB2;
}
.TagClassName
{
border-color: #138DB2;
}
</style>