Shades of Pelorous #1C8DB7
Tints of Pelorous #1C8DB7
RGB
CMYK
RGB Variations
Color information
#1C8DB7 (or 0x1C8DB7) is known color: Pelorous. HEX triplet: 1C, 8D and B7. RGB value is (28,141,183). Sum of RGB (Red+Green+Blue) = 28+141+183=352 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.95% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 183 (71.88% from 255 or 51.99% from 352); Max value from RGB is 183 - color contains mainly: blue. Hex color #1C8DB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C8DB7 is #E37248. Grayscale: #6F6F6F. Windows color (decimal): -14905929 or 12029212. OLE color: 12029212.
HSL color Cylindrical-coordinate representation of color #1C8DB7: hue angle of 196.26º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C8DB7 is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 141 | 183 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.28 |
| HSL | 196.26º | 0.73% | 0.41% | - |
| HSV(B) | 196.26º | 0.85% | 0.72% | - |
| XYZ | 18.55 | 22.72 | 48.21 | - |
| YUV | 112 | 168.06 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 141 | 183 | 0.85 | 0.23 | 0 | 0.28 | 196.26 | 0.73 | 0.41 |
| Hex | 1C | 8D | B7 | 55 | 17 | 0 | 1C | C4 | 49 | 29 |
| Octal | 34 | 215 | 267 | 125 | 27 | 0 | 34 | 304 | 111 | 51 |
| Binary | 11100 | 10001101 | 10110111 | 1010101 | 10111 | 0 | 11100 | 11000100 | 1001001 | 101001 |
Color Harmonies of #1C8DB7
Complementary color
Monochromatic Colors of #1C8DB7
Black with #1C8DB7
Text Example
Text Example
White with #1C8DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8DB7; }
p { color: rgb(28,141,183); }
H1.HeaderClassName
{
color: #1C8DB7;
}
.AnyTagClassName
{
color: #1C8DB7;
}
</style>
background-color css
<style>
a { background-color: #1C8DB7; }
a { background-color: rgb(28,141,183); }
div.DivClassName
{
background-color: #1C8DB7;
}
.BgClassName
{
background-color: #1C8DB7;
}
</style>
border-color css
<style>
span { border-color: #1C8DB7; }
span { border-color: rgb(28,141,183); }
td.TdClassName
{
border-color: #1C8DB7;
}
.TagClassName
{
border-color: #1C8DB7;
}
</style>