Shades of Pelorous #1BAABC
Tints of Pelorous #1BAABC
RGB
CMYK
RGB Variations
Color information
#1BAABC (or 0x1BAABC) is known color: Pelorous. HEX triplet: 1B, AA and BC. RGB value is (27,170,188). Sum of RGB (Red+Green+Blue) = 27+170+188=385 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.01% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #1BAABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAABC is #E45543. Grayscale: #818181. Windows color (decimal): -14964036 or 12364315. OLE color: 12364315.
HSL color Cylindrical-coordinate representation of color #1BAABC: hue angle of 186.71º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BAABC is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 170 | 188 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.26 |
| HSL | 186.71º | 0.75% | 0.42% | - |
| HSV(B) | 186.71º | 0.86% | 0.74% | - |
| XYZ | 23.9 | 32.61 | 52.61 | - |
| YUV | 129.3 | 161.12 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 170 | 188 | 0.86 | 0.10 | 0 | 0.26 | 186.71 | 0.75 | 0.42 |
| Hex | 1B | AA | BC | 56 | A | 0 | 1A | BB | 4B | 2A |
| Octal | 33 | 252 | 274 | 126 | 12 | 0 | 32 | 273 | 113 | 52 |
| Binary | 11011 | 10101010 | 10111100 | 1010110 | 1010 | 0 | 11010 | 10111011 | 1001011 | 101010 |
Color Harmonies of #1BAABC
Complementary color
Monochromatic Colors of #1BAABC
Black with #1BAABC
Text Example
Text Example
White with #1BAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAABC; }
p { color: rgb(27,170,188); }
H1.HeaderClassName
{
color: #1BAABC;
}
.AnyTagClassName
{
color: #1BAABC;
}
</style>
background-color css
<style>
a { background-color: #1BAABC; }
a { background-color: rgb(27,170,188); }
div.DivClassName
{
background-color: #1BAABC;
}
.BgClassName
{
background-color: #1BAABC;
}
</style>
border-color css
<style>
span { border-color: #1BAABC; }
span { border-color: rgb(27,170,188); }
td.TdClassName
{
border-color: #1BAABC;
}
.TagClassName
{
border-color: #1BAABC;
}
</style>