Shades of Pelorous #1C9DBD
Tints of Pelorous #1C9DBD
RGB
CMYK
RGB Variations
Color information
#1C9DBD (or 0x1C9DBD) is known color: Pelorous. HEX triplet: 1C, 9D and BD. RGB value is (28,157,189). Sum of RGB (Red+Green+Blue) = 28+157+189=374 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.49% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C9DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C9DBD is #E36242. Grayscale: #797979. Windows color (decimal): -14901827 or 12426524. OLE color: 12426524.
HSL color Cylindrical-coordinate representation of color #1C9DBD: hue angle of 191.93º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C9DBD is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 157 | 189 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.26 |
| HSL | 191.93º | 0.74% | 0.43% | - |
| HSV(B) | 191.93º | 0.85% | 0.74% | - |
| XYZ | 21.72 | 28.03 | 52.41 | - |
| YUV | 122.08 | 165.76 | 60.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 157 | 189 | 0.85 | 0.17 | 0 | 0.26 | 191.93 | 0.74 | 0.43 |
| Hex | 1C | 9D | BD | 55 | 11 | 0 | 1A | C0 | 4A | 2B |
| Octal | 34 | 235 | 275 | 125 | 21 | 0 | 32 | 300 | 112 | 53 |
| Binary | 11100 | 10011101 | 10111101 | 1010101 | 10001 | 0 | 11010 | 11000000 | 1001010 | 101011 |
Color Harmonies of #1C9DBD
Complementary color
Monochromatic Colors of #1C9DBD
Black with #1C9DBD
Text Example
Text Example
White with #1C9DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9DBD; }
p { color: rgb(28,157,189); }
H1.HeaderClassName
{
color: #1C9DBD;
}
.AnyTagClassName
{
color: #1C9DBD;
}
</style>
background-color css
<style>
a { background-color: #1C9DBD; }
a { background-color: rgb(28,157,189); }
div.DivClassName
{
background-color: #1C9DBD;
}
.BgClassName
{
background-color: #1C9DBD;
}
</style>
border-color css
<style>
span { border-color: #1C9DBD; }
span { border-color: rgb(28,157,189); }
td.TdClassName
{
border-color: #1C9DBD;
}
.TagClassName
{
border-color: #1C9DBD;
}
</style>