Shades of Bondi Blue #138EC2
Tints of Bondi Blue #138EC2
RGB
CMYK
RGB Variations
Color information
#138EC2 (or 0x138EC2) is known color: Bondi Blue. HEX triplet: 13, 8E and C2. RGB value is (19,142,194). Sum of RGB (Red+Green+Blue) = 19+142+194=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 194 (76.17% from 255 or 54.65% from 355); Max value from RGB is 194 - color contains mainly: blue. Hex color #138EC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138EC2 is #EC713D. Grayscale: #6E6E6E. Windows color (decimal): -15495486 or 12750355. OLE color: 12750355.
HSL color Cylindrical-coordinate representation of color #138EC2: hue angle of 197.83º 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 #138EC2 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 142 | 194 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.24 |
| HSL | 197.83º | 0.82% | 0.42% | - |
| HSV(B) | 197.83º | 0.9% | 0.76% | - |
| XYZ | 19.68 | 23.38 | 54.51 | - |
| YUV | 111.15 | 174.75 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 142 | 194 | 0.90 | 0.27 | 0 | 0.24 | 197.83 | 0.82 | 0.42 |
| Hex | 13 | 8E | C2 | 5A | 1B | 0 | 18 | C6 | 52 | 2A |
| Octal | 23 | 216 | 302 | 132 | 33 | 0 | 30 | 306 | 122 | 52 |
| Binary | 10011 | 10001110 | 11000010 | 1011010 | 11011 | 0 | 11000 | 11000110 | 1010010 | 101010 |
Color Harmonies of #138EC2
Complementary color
Monochromatic Colors of #138EC2
Black with #138EC2
Text Example
Text Example
White with #138EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138EC2; }
p { color: rgb(19,142,194); }
H1.HeaderClassName
{
color: #138EC2;
}
.AnyTagClassName
{
color: #138EC2;
}
</style>
background-color css
<style>
a { background-color: #138EC2; }
a { background-color: rgb(19,142,194); }
div.DivClassName
{
background-color: #138EC2;
}
.BgClassName
{
background-color: #138EC2;
}
</style>
border-color css
<style>
span { border-color: #138EC2; }
span { border-color: rgb(19,142,194); }
td.TdClassName
{
border-color: #138EC2;
}
.TagClassName
{
border-color: #138EC2;
}
</style>