Shades of Pelorous #1BA6BA
Tints of Pelorous #1BA6BA
RGB
CMYK
RGB Variations
Color information
#1BA6BA (or 0x1BA6BA) is known color: Pelorous. HEX triplet: 1B, A6 and BA. RGB value is (27,166,186). Sum of RGB (Red+Green+Blue) = 27+166+186=379 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.12% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #1BA6BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA6BA is #E45945. Grayscale: #7E7E7E. Windows color (decimal): -14965062 or 12232219. OLE color: 12232219.
HSL color Cylindrical-coordinate representation of color #1BA6BA: hue angle of 187.55º 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 #1BA6BA is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 166 | 186 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.27 |
| HSL | 187.55º | 0.75% | 0.42% | - |
| HSV(B) | 187.55º | 0.85% | 0.73% | - |
| XYZ | 22.95 | 31.05 | 51.24 | - |
| YUV | 126.72 | 161.45 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 166 | 186 | 0.85 | 0.11 | 0 | 0.27 | 187.55 | 0.75 | 0.42 |
| Hex | 1B | A6 | BA | 55 | B | 0 | 1B | BC | 4B | 2A |
| Octal | 33 | 246 | 272 | 125 | 13 | 0 | 33 | 274 | 113 | 52 |
| Binary | 11011 | 10100110 | 10111010 | 1010101 | 1011 | 0 | 11011 | 10111100 | 1001011 | 101010 |
Color Harmonies of #1BA6BA
Complementary color
Monochromatic Colors of #1BA6BA
Black with #1BA6BA
Text Example
Text Example
White with #1BA6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA6BA; }
p { color: rgb(27,166,186); }
H1.HeaderClassName
{
color: #1BA6BA;
}
.AnyTagClassName
{
color: #1BA6BA;
}
</style>
background-color css
<style>
a { background-color: #1BA6BA; }
a { background-color: rgb(27,166,186); }
div.DivClassName
{
background-color: #1BA6BA;
}
.BgClassName
{
background-color: #1BA6BA;
}
</style>
border-color css
<style>
span { border-color: #1BA6BA; }
span { border-color: rgb(27,166,186); }
td.TdClassName
{
border-color: #1BA6BA;
}
.TagClassName
{
border-color: #1BA6BA;
}
</style>