Shades of Bondi Blue #138CC0
Tints of Bondi Blue #138CC0
RGB
CMYK
RGB Variations
Color information
#138CC0 (or 0x138CC0) is known color: Bondi Blue. HEX triplet: 13, 8C and C0. RGB value is (19,140,192). Sum of RGB (Red+Green+Blue) = 19+140+192=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 192 (75.39% from 255 or 54.70% from 351); Max value from RGB is 192 - color contains mainly: blue. Hex color #138CC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138CC0 is #EC733F. Grayscale: #6D6D6D. Windows color (decimal): -15496000 or 12618771. OLE color: 12618771.
HSL color Cylindrical-coordinate representation of color #138CC0: hue angle of 198.03º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #138CC0 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 140 | 192 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.25 |
| HSL | 198.03º | 0.82% | 0.41% | - |
| HSV(B) | 198.03º | 0.9% | 0.75% | - |
| XYZ | 19.16 | 22.7 | 53.24 | - |
| YUV | 109.75 | 174.41 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 192 | 0.90 | 0.27 | 0 | 0.25 | 198.03 | 0.82 | 0.41 |
| Hex | 13 | 8C | C0 | 5A | 1B | 0 | 19 | C6 | 52 | 29 |
| Octal | 23 | 214 | 300 | 132 | 33 | 0 | 31 | 306 | 122 | 51 |
| Binary | 10011 | 10001100 | 11000000 | 1011010 | 11011 | 0 | 11001 | 11000110 | 1010010 | 101001 |
Color Harmonies of #138CC0
Complementary color
Monochromatic Colors of #138CC0
Black with #138CC0
Text Example
Text Example
White with #138CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CC0; }
p { color: rgb(19,140,192); }
H1.HeaderClassName
{
color: #138CC0;
}
.AnyTagClassName
{
color: #138CC0;
}
</style>
background-color css
<style>
a { background-color: #138CC0; }
a { background-color: rgb(19,140,192); }
div.DivClassName
{
background-color: #138CC0;
}
.BgClassName
{
background-color: #138CC0;
}
</style>
border-color css
<style>
span { border-color: #138CC0; }
span { border-color: rgb(19,140,192); }
td.TdClassName
{
border-color: #138CC0;
}
.TagClassName
{
border-color: #138CC0;
}
</style>