Shades of Pelorous #1B8DBC
Tints of Pelorous #1B8DBC
RGB
CMYK
RGB Variations
Color information
#1B8DBC (or 0x1B8DBC) is known color: Pelorous. HEX triplet: 1B, 8D and BC. RGB value is (27,141,188). Sum of RGB (Red+Green+Blue) = 27+141+188=356 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.58% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B8DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B8DBC is #E47243. Grayscale: #6F6F6F. Windows color (decimal): -14971460 or 12356891. OLE color: 12356891.
HSL color Cylindrical-coordinate representation of color #1B8DBC: hue angle of 197.52º 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 #1B8DBC is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 141 | 188 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.26 |
| HSL | 197.52º | 0.75% | 0.42% | - |
| HSV(B) | 197.52º | 0.86% | 0.74% | - |
| XYZ | 19.05 | 22.91 | 51 | - |
| YUV | 112.27 | 170.73 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 141 | 188 | 0.86 | 0.25 | 0 | 0.26 | 197.52 | 0.75 | 0.42 |
| Hex | 1B | 8D | BC | 56 | 19 | 0 | 1A | C6 | 4B | 2A |
| Octal | 33 | 215 | 274 | 126 | 31 | 0 | 32 | 306 | 113 | 52 |
| Binary | 11011 | 10001101 | 10111100 | 1010110 | 11001 | 0 | 11010 | 11000110 | 1001011 | 101010 |
Color Harmonies of #1B8DBC
Complementary color
Monochromatic Colors of #1B8DBC
Black with #1B8DBC
Text Example
Text Example
White with #1B8DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8DBC; }
p { color: rgb(27,141,188); }
H1.HeaderClassName
{
color: #1B8DBC;
}
.AnyTagClassName
{
color: #1B8DBC;
}
</style>
background-color css
<style>
a { background-color: #1B8DBC; }
a { background-color: rgb(27,141,188); }
div.DivClassName
{
background-color: #1B8DBC;
}
.BgClassName
{
background-color: #1B8DBC;
}
</style>
border-color css
<style>
span { border-color: #1B8DBC; }
span { border-color: rgb(27,141,188); }
td.TdClassName
{
border-color: #1B8DBC;
}
.TagClassName
{
border-color: #1B8DBC;
}
</style>