Shades of Pelorous #1C9DBF
Tints of Pelorous #1C9DBF
RGB
CMYK
RGB Variations
Color information
#1C9DBF (or 0x1C9DBF) is known color: Pelorous. HEX triplet: 1C, 9D and BF. RGB value is (28,157,191). Sum of RGB (Red+Green+Blue) = 28+157+191=376 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.45% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #1C9DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C9DBF is #E36240. Grayscale: #7A7A7A. Windows color (decimal): -14901825 or 12557596. OLE color: 12557596.
HSL color Cylindrical-coordinate representation of color #1C9DBF: hue angle of 192.52º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C9DBF is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 157 | 191 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.25 |
| HSL | 192.52º | 0.74% | 0.43% | - |
| HSV(B) | 192.52º | 0.85% | 0.75% | - |
| XYZ | 21.94 | 28.12 | 53.56 | - |
| YUV | 122.31 | 166.76 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 157 | 191 | 0.85 | 0.18 | 0 | 0.25 | 192.52 | 0.74 | 0.43 |
| Hex | 1C | 9D | BF | 55 | 12 | 0 | 19 | C1 | 4A | 2B |
| Octal | 34 | 235 | 277 | 125 | 22 | 0 | 31 | 301 | 112 | 53 |
| Binary | 11100 | 10011101 | 10111111 | 1010101 | 10010 | 0 | 11001 | 11000001 | 1001010 | 101011 |
Color Harmonies of #1C9DBF
Complementary color
Monochromatic Colors of #1C9DBF
Black with #1C9DBF
Text Example
Text Example
White with #1C9DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9DBF; }
p { color: rgb(28,157,191); }
H1.HeaderClassName
{
color: #1C9DBF;
}
.AnyTagClassName
{
color: #1C9DBF;
}
</style>
background-color css
<style>
a { background-color: #1C9DBF; }
a { background-color: rgb(28,157,191); }
div.DivClassName
{
background-color: #1C9DBF;
}
.BgClassName
{
background-color: #1C9DBF;
}
</style>
border-color css
<style>
span { border-color: #1C9DBF; }
span { border-color: rgb(28,157,191); }
td.TdClassName
{
border-color: #1C9DBF;
}
.TagClassName
{
border-color: #1C9DBF;
}
</style>