Shades of Pelorous #1C9FBC
Tints of Pelorous #1C9FBC
RGB
CMYK
RGB Variations
Color information
#1C9FBC (or 0x1C9FBC) is known color: Pelorous. HEX triplet: 1C, 9F and BC. RGB value is (28,159,188). Sum of RGB (Red+Green+Blue) = 28+159+188=375 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.47% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C9FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C9FBC is #E36043. Grayscale: #7A7A7A. Windows color (decimal): -14901316 or 12361500. OLE color: 12361500.
HSL color Cylindrical-coordinate representation of color #1C9FBC: hue angle of 190.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C9FBC is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 159 | 188 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.26 |
| HSL | 190.88º | 0.74% | 0.42% | - |
| HSV(B) | 190.88º | 0.85% | 0.74% | - |
| XYZ | 21.95 | 28.67 | 51.95 | - |
| YUV | 123.14 | 164.6 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 159 | 188 | 0.85 | 0.15 | 0 | 0.26 | 190.88 | 0.74 | 0.42 |
| Hex | 1C | 9F | BC | 55 | F | 0 | 1A | BF | 4A | 2A |
| Octal | 34 | 237 | 274 | 125 | 17 | 0 | 32 | 277 | 112 | 52 |
| Binary | 11100 | 10011111 | 10111100 | 1010101 | 1111 | 0 | 11010 | 10111111 | 1001010 | 101010 |
Color Harmonies of #1C9FBC
Complementary color
Monochromatic Colors of #1C9FBC
Black with #1C9FBC
Text Example
Text Example
White with #1C9FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9FBC; }
p { color: rgb(28,159,188); }
H1.HeaderClassName
{
color: #1C9FBC;
}
.AnyTagClassName
{
color: #1C9FBC;
}
</style>
background-color css
<style>
a { background-color: #1C9FBC; }
a { background-color: rgb(28,159,188); }
div.DivClassName
{
background-color: #1C9FBC;
}
.BgClassName
{
background-color: #1C9FBC;
}
</style>
border-color css
<style>
span { border-color: #1C9FBC; }
span { border-color: rgb(28,159,188); }
td.TdClassName
{
border-color: #1C9FBC;
}
.TagClassName
{
border-color: #1C9FBC;
}
</style>