Shades of Pelorous #1C9ECC
Tints of Pelorous #1C9ECC
RGB
CMYK
RGB Variations
Color information
#1C9ECC (or 0x1C9ECC) is known color: Pelorous. HEX triplet: 1C, 9E and CC. RGB value is (28,158,204). Sum of RGB (Red+Green+Blue) = 28+158+204=390 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.18% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C9ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C9ECC is #E36133. Grayscale: #7C7C7C. Windows color (decimal): -14901556 or 13409820. OLE color: 13409820.
HSL color Cylindrical-coordinate representation of color #1C9ECC: hue angle of 195.68º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C9ECC is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 158 | 204 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.2 |
| HSL | 195.68º | 0.76% | 0.45% | - |
| HSV(B) | 195.68º | 0.86% | 0.8% | - |
| XYZ | 23.6 | 29.06 | 61.49 | - |
| YUV | 124.37 | 172.93 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 158 | 204 | 0.86 | 0.23 | 0 | 0.2 | 195.68 | 0.76 | 0.45 |
| Hex | 1C | 9E | CC | 56 | 17 | 0 | 14 | C4 | 4C | 2D |
| Octal | 34 | 236 | 314 | 126 | 27 | 0 | 24 | 304 | 114 | 55 |
| Binary | 11100 | 10011110 | 11001100 | 1010110 | 10111 | 0 | 10100 | 11000100 | 1001100 | 101101 |
Color Harmonies of #1C9ECC
Complementary color
Monochromatic Colors of #1C9ECC
Black with #1C9ECC
Text Example
Text Example
White with #1C9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9ECC; }
p { color: rgb(28,158,204); }
H1.HeaderClassName
{
color: #1C9ECC;
}
.AnyTagClassName
{
color: #1C9ECC;
}
</style>
background-color css
<style>
a { background-color: #1C9ECC; }
a { background-color: rgb(28,158,204); }
div.DivClassName
{
background-color: #1C9ECC;
}
.BgClassName
{
background-color: #1C9ECC;
}
</style>
border-color css
<style>
span { border-color: #1C9ECC; }
span { border-color: rgb(28,158,204); }
td.TdClassName
{
border-color: #1C9ECC;
}
.TagClassName
{
border-color: #1C9ECC;
}
</style>