Shades of Pelorous #1C8ECF
Tints of Pelorous #1C8ECF
RGB
CMYK
RGB Variations
Color information
#1C8ECF (or 0x1C8ECF) is known color: Pelorous. HEX triplet: 1C, 8E and CF. RGB value is (28,142,207). Sum of RGB (Red+Green+Blue) = 28+142+207=377 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.43% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C8ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C8ECF is #E37130. Grayscale: #727272. Windows color (decimal): -14905649 or 13602332. OLE color: 13602332.
HSL color Cylindrical-coordinate representation of color #1C8ECF: hue angle of 201.79º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C8ECF is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 142 | 207 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.19 |
| HSL | 201.79º | 0.76% | 0.46% | - |
| HSV(B) | 201.79º | 0.86% | 0.81% | - |
| XYZ | 21.41 | 24.1 | 62.55 | - |
| YUV | 115.32 | 179.73 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 142 | 207 | 0.86 | 0.31 | 0 | 0.19 | 201.79 | 0.76 | 0.46 |
| Hex | 1C | 8E | CF | 56 | 1F | 0 | 13 | CA | 4C | 2E |
| Octal | 34 | 216 | 317 | 126 | 37 | 0 | 23 | 312 | 114 | 56 |
| Binary | 11100 | 10001110 | 11001111 | 1010110 | 11111 | 0 | 10011 | 11001010 | 1001100 | 101110 |
Color Harmonies of #1C8ECF
Complementary color
Monochromatic Colors of #1C8ECF
Black with #1C8ECF
Text Example
Text Example
White with #1C8ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8ECF; }
p { color: rgb(28,142,207); }
H1.HeaderClassName
{
color: #1C8ECF;
}
.AnyTagClassName
{
color: #1C8ECF;
}
</style>
background-color css
<style>
a { background-color: #1C8ECF; }
a { background-color: rgb(28,142,207); }
div.DivClassName
{
background-color: #1C8ECF;
}
.BgClassName
{
background-color: #1C8ECF;
}
</style>
border-color css
<style>
span { border-color: #1C8ECF; }
span { border-color: rgb(28,142,207); }
td.TdClassName
{
border-color: #1C8ECF;
}
.TagClassName
{
border-color: #1C8ECF;
}
</style>