Shades of Pelorous #1BA4BA
Tints of Pelorous #1BA4BA
RGB
CMYK
RGB Variations
Color information
#1BA4BA (or 0x1BA4BA) is known color: Pelorous. HEX triplet: 1B, A4 and BA. RGB value is (27,164,186). Sum of RGB (Red+Green+Blue) = 27+164+186=377 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.16% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #1BA4BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA4BA is #E45B45. Grayscale: #7D7D7D. Windows color (decimal): -14965574 or 12231707. OLE color: 12231707.
HSL color Cylindrical-coordinate representation of color #1BA4BA: hue angle of 188.3º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BA4BA is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 164 | 186 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.27 |
| HSL | 188.3º | 0.75% | 0.42% | - |
| HSV(B) | 188.3º | 0.85% | 0.73% | - |
| XYZ | 22.59 | 30.33 | 51.12 | - |
| YUV | 125.55 | 162.11 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 164 | 186 | 0.85 | 0.12 | 0 | 0.27 | 188.3 | 0.75 | 0.42 |
| Hex | 1B | A4 | BA | 55 | C | 0 | 1B | BC | 4B | 2A |
| Octal | 33 | 244 | 272 | 125 | 14 | 0 | 33 | 274 | 113 | 52 |
| Binary | 11011 | 10100100 | 10111010 | 1010101 | 1100 | 0 | 11011 | 10111100 | 1001011 | 101010 |
Color Harmonies of #1BA4BA
Complementary color
Monochromatic Colors of #1BA4BA
Black with #1BA4BA
Text Example
Text Example
White with #1BA4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA4BA; }
p { color: rgb(27,164,186); }
H1.HeaderClassName
{
color: #1BA4BA;
}
.AnyTagClassName
{
color: #1BA4BA;
}
</style>
background-color css
<style>
a { background-color: #1BA4BA; }
a { background-color: rgb(27,164,186); }
div.DivClassName
{
background-color: #1BA4BA;
}
.BgClassName
{
background-color: #1BA4BA;
}
</style>
border-color css
<style>
span { border-color: #1BA4BA; }
span { border-color: rgb(27,164,186); }
td.TdClassName
{
border-color: #1BA4BA;
}
.TagClassName
{
border-color: #1BA4BA;
}
</style>