Shades of Pelorous #1BABBC
Tints of Pelorous #1BABBC
RGB
CMYK
RGB Variations
Color information
#1BABBC (or 0x1BABBC) is known color: Pelorous. HEX triplet: 1B, AB and BC. RGB value is (27,171,188). Sum of RGB (Red+Green+Blue) = 27+171+188=386 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.99% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #1BABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BABBC is #E45443. Grayscale: #818181. Windows color (decimal): -14963780 or 12364571. OLE color: 12364571.
HSL color Cylindrical-coordinate representation of color #1BABBC: hue angle of 186.34º 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 #1BABBC is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 171 | 188 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.26 |
| HSL | 186.34º | 0.75% | 0.42% | - |
| HSV(B) | 186.34º | 0.86% | 0.74% | - |
| XYZ | 24.09 | 32.99 | 52.67 | - |
| YUV | 129.88 | 160.79 | 54.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 188 | 0.86 | 0.09 | 0 | 0.26 | 186.34 | 0.75 | 0.42 |
| Hex | 1B | AB | BC | 56 | 9 | 0 | 1A | BA | 4B | 2A |
| Octal | 33 | 253 | 274 | 126 | 11 | 0 | 32 | 272 | 113 | 52 |
| Binary | 11011 | 10101011 | 10111100 | 1010110 | 1001 | 0 | 11010 | 10111010 | 1001011 | 101010 |
Color Harmonies of #1BABBC
Complementary color
Monochromatic Colors of #1BABBC
Black with #1BABBC
Text Example
Text Example
White with #1BABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BABBC; }
p { color: rgb(27,171,188); }
H1.HeaderClassName
{
color: #1BABBC;
}
.AnyTagClassName
{
color: #1BABBC;
}
</style>
background-color css
<style>
a { background-color: #1BABBC; }
a { background-color: rgb(27,171,188); }
div.DivClassName
{
background-color: #1BABBC;
}
.BgClassName
{
background-color: #1BABBC;
}
</style>
border-color css
<style>
span { border-color: #1BABBC; }
span { border-color: rgb(27,171,188); }
td.TdClassName
{
border-color: #1BABBC;
}
.TagClassName
{
border-color: #1BABBC;
}
</style>