Shades of Pelorous #1B8DC5
Tints of Pelorous #1B8DC5
RGB
CMYK
RGB Variations
Color information
#1B8DC5 (or 0x1B8DC5) is known color: Pelorous. HEX triplet: 1B, 8D and C5. RGB value is (27,141,197). Sum of RGB (Red+Green+Blue) = 27+141+197=365 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.40% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 197 (77.34% from 255 or 53.97% from 365); Max value from RGB is 197 - color contains mainly: blue. Hex color #1B8DC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B8DC5 is #E4723A. Grayscale: #707070. Windows color (decimal): -14971451 or 12946715. OLE color: 12946715.
HSL color Cylindrical-coordinate representation of color #1B8DC5: hue angle of 199.76º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B8DC5 is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 141 | 197 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.23 |
| HSL | 199.76º | 0.76% | 0.44% | - |
| HSV(B) | 199.76º | 0.86% | 0.77% | - |
| XYZ | 20.05 | 23.31 | 56.27 | - |
| YUV | 113.3 | 175.23 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 141 | 197 | 0.86 | 0.28 | 0 | 0.23 | 199.76 | 0.76 | 0.44 |
| Hex | 1B | 8D | C5 | 56 | 1C | 0 | 17 | C8 | 4C | 2C |
| Octal | 33 | 215 | 305 | 126 | 34 | 0 | 27 | 310 | 114 | 54 |
| Binary | 11011 | 10001101 | 11000101 | 1010110 | 11100 | 0 | 10111 | 11001000 | 1001100 | 101100 |
Color Harmonies of #1B8DC5
Complementary color
Monochromatic Colors of #1B8DC5
Black with #1B8DC5
Text Example
Text Example
White with #1B8DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8DC5; }
p { color: rgb(27,141,197); }
H1.HeaderClassName
{
color: #1B8DC5;
}
.AnyTagClassName
{
color: #1B8DC5;
}
</style>
background-color css
<style>
a { background-color: #1B8DC5; }
a { background-color: rgb(27,141,197); }
div.DivClassName
{
background-color: #1B8DC5;
}
.BgClassName
{
background-color: #1B8DC5;
}
</style>
border-color css
<style>
span { border-color: #1B8DC5; }
span { border-color: rgb(27,141,197); }
td.TdClassName
{
border-color: #1B8DC5;
}
.TagClassName
{
border-color: #1B8DC5;
}
</style>