Shades of Bondi Blue #138CC1
Tints of Bondi Blue #138CC1
RGB
CMYK
RGB Variations
Color information
#138CC1 (or 0x138CC1) is known color: Bondi Blue. HEX triplet: 13, 8C and C1. RGB value is (19,140,193). Sum of RGB (Red+Green+Blue) = 19+140+193=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 193 (75.78% from 255 or 54.83% from 352); Max value from RGB is 193 - color contains mainly: blue. Hex color #138CC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138CC1 is #EC733E. Grayscale: #6D6D6D. Windows color (decimal): -15495999 or 12684307. OLE color: 12684307.
HSL color Cylindrical-coordinate representation of color #138CC1: hue angle of 198.28º 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 #138CC1 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 140 | 193 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.24 |
| HSL | 198.28º | 0.82% | 0.42% | - |
| HSV(B) | 198.28º | 0.9% | 0.76% | - |
| XYZ | 19.27 | 22.74 | 53.83 | - |
| YUV | 109.86 | 174.91 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 193 | 0.90 | 0.27 | 0 | 0.24 | 198.28 | 0.82 | 0.42 |
| Hex | 13 | 8C | C1 | 5A | 1B | 0 | 18 | C6 | 52 | 2A |
| Octal | 23 | 214 | 301 | 132 | 33 | 0 | 30 | 306 | 122 | 52 |
| Binary | 10011 | 10001100 | 11000001 | 1011010 | 11011 | 0 | 11000 | 11000110 | 1010010 | 101010 |
Color Harmonies of #138CC1
Complementary color
Monochromatic Colors of #138CC1
Black with #138CC1
Text Example
Text Example
White with #138CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CC1; }
p { color: rgb(19,140,193); }
H1.HeaderClassName
{
color: #138CC1;
}
.AnyTagClassName
{
color: #138CC1;
}
</style>
background-color css
<style>
a { background-color: #138CC1; }
a { background-color: rgb(19,140,193); }
div.DivClassName
{
background-color: #138CC1;
}
.BgClassName
{
background-color: #138CC1;
}
</style>
border-color css
<style>
span { border-color: #138CC1; }
span { border-color: rgb(19,140,193); }
td.TdClassName
{
border-color: #138CC1;
}
.TagClassName
{
border-color: #138CC1;
}
</style>