Shades of Pelorous #1C86BC
Tints of Pelorous #1C86BC
RGB
CMYK
RGB Variations
Color information
#1C86BC (or 0x1C86BC) is known color: Pelorous. HEX triplet: 1C, 86 and BC. RGB value is (28,134,188). Sum of RGB (Red+Green+Blue) = 28+134+188=350 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C86BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C86BC is #E37943. Grayscale: #6C6C6C. Windows color (decimal): -14907716 or 12355100. OLE color: 12355100.
HSL color Cylindrical-coordinate representation of color #1C86BC: hue angle of 200.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C86BC is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 134 | 188 | - |
| CMYK | 0.85 | 0.29 | 0 | 0.26 |
| HSL | 200.25º | 0.74% | 0.42% | - |
| HSV(B) | 200.25º | 0.85% | 0.74% | - |
| XYZ | 18.08 | 20.93 | 50.66 | - |
| YUV | 108.46 | 172.88 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 134 | 188 | 0.85 | 0.29 | 0 | 0.26 | 200.25 | 0.74 | 0.42 |
| Hex | 1C | 86 | BC | 55 | 1D | 0 | 1A | C8 | 4A | 2A |
| Octal | 34 | 206 | 274 | 125 | 35 | 0 | 32 | 310 | 112 | 52 |
| Binary | 11100 | 10000110 | 10111100 | 1010101 | 11101 | 0 | 11010 | 11001000 | 1001010 | 101010 |
Color Harmonies of #1C86BC
Complementary color
Monochromatic Colors of #1C86BC
Black with #1C86BC
Text Example
Text Example
White with #1C86BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C86BC; }
p { color: rgb(28,134,188); }
H1.HeaderClassName
{
color: #1C86BC;
}
.AnyTagClassName
{
color: #1C86BC;
}
</style>
background-color css
<style>
a { background-color: #1C86BC; }
a { background-color: rgb(28,134,188); }
div.DivClassName
{
background-color: #1C86BC;
}
.BgClassName
{
background-color: #1C86BC;
}
</style>
border-color css
<style>
span { border-color: #1C86BC; }
span { border-color: rgb(28,134,188); }
td.TdClassName
{
border-color: #1C86BC;
}
.TagClassName
{
border-color: #1C86BC;
}
</style>