Shades of Bondi Blue #138EC1
Tints of Bondi Blue #138EC1
RGB
CMYK
RGB Variations
Color information
#138EC1 (or 0x138EC1) is known color: Bondi Blue. HEX triplet: 13, 8E and C1. RGB value is (19,142,193). Sum of RGB (Red+Green+Blue) = 19+142+193=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 193 (75.78% from 255 or 54.52% from 354); Max value from RGB is 193 - color contains mainly: blue. Hex color #138EC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138EC1 is #EC713E. Grayscale: #6E6E6E. Windows color (decimal): -15495487 or 12684819. OLE color: 12684819.
HSL color Cylindrical-coordinate representation of color #138EC1: hue angle of 197.59º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #138EC1 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 142 | 193 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.24 |
| HSL | 197.59º | 0.82% | 0.42% | - |
| HSV(B) | 197.59º | 0.9% | 0.76% | - |
| XYZ | 19.57 | 23.33 | 53.92 | - |
| YUV | 111.04 | 174.25 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 142 | 193 | 0.90 | 0.26 | 0 | 0.24 | 197.59 | 0.82 | 0.42 |
| Hex | 13 | 8E | C1 | 5A | 1A | 0 | 18 | C6 | 52 | 2A |
| Octal | 23 | 216 | 301 | 132 | 32 | 0 | 30 | 306 | 122 | 52 |
| Binary | 10011 | 10001110 | 11000001 | 1011010 | 11010 | 0 | 11000 | 11000110 | 1010010 | 101010 |
Color Harmonies of #138EC1
Complementary color
Monochromatic Colors of #138EC1
Black with #138EC1
Text Example
Text Example
White with #138EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138EC1; }
p { color: rgb(19,142,193); }
H1.HeaderClassName
{
color: #138EC1;
}
.AnyTagClassName
{
color: #138EC1;
}
</style>
background-color css
<style>
a { background-color: #138EC1; }
a { background-color: rgb(19,142,193); }
div.DivClassName
{
background-color: #138EC1;
}
.BgClassName
{
background-color: #138EC1;
}
</style>
border-color css
<style>
span { border-color: #138EC1; }
span { border-color: rgb(19,142,193); }
td.TdClassName
{
border-color: #138EC1;
}
.TagClassName
{
border-color: #138EC1;
}
</style>