Shades of Pelorous #1C9ECD
Tints of Pelorous #1C9ECD
RGB
CMYK
RGB Variations
Color information
#1C9ECD (or 0x1C9ECD) is known color: Pelorous. HEX triplet: 1C, 9E and CD. RGB value is (28,158,205). Sum of RGB (Red+Green+Blue) = 28+158+205=391 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.16% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C9ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C9ECD is #E36132. Grayscale: #7C7C7C. Windows color (decimal): -14901555 or 13475356. OLE color: 13475356.
HSL color Cylindrical-coordinate representation of color #1C9ECD: hue angle of 195.93º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C9ECD is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 158 | 205 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.20 |
| HSL | 195.93º | 0.76% | 0.46% | - |
| HSV(B) | 195.93º | 0.86% | 0.8% | - |
| XYZ | 23.73 | 29.11 | 62.13 | - |
| YUV | 124.49 | 173.43 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 158 | 205 | 0.86 | 0.23 | 0 | 0.20 | 195.93 | 0.76 | 0.46 |
| Hex | 1C | 9E | CD | 56 | 17 | 0 | 14 | C4 | 4C | 2E |
| Octal | 34 | 236 | 315 | 126 | 27 | 0 | 24 | 304 | 114 | 56 |
| Binary | 11100 | 10011110 | 11001101 | 1010110 | 10111 | 0 | 10100 | 11000100 | 1001100 | 101110 |
Color Harmonies of #1C9ECD
Complementary color
Monochromatic Colors of #1C9ECD
Black with #1C9ECD
Text Example
Text Example
White with #1C9ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9ECD; }
p { color: rgb(28,158,205); }
H1.HeaderClassName
{
color: #1C9ECD;
}
.AnyTagClassName
{
color: #1C9ECD;
}
</style>
background-color css
<style>
a { background-color: #1C9ECD; }
a { background-color: rgb(28,158,205); }
div.DivClassName
{
background-color: #1C9ECD;
}
.BgClassName
{
background-color: #1C9ECD;
}
</style>
border-color css
<style>
span { border-color: #1C9ECD; }
span { border-color: rgb(28,158,205); }
td.TdClassName
{
border-color: #1C9ECD;
}
.TagClassName
{
border-color: #1C9ECD;
}
</style>