Shades of Pelorous #1C8CCC
Tints of Pelorous #1C8CCC
RGB
CMYK
RGB Variations
Color information
#1C8CCC (or 0x1C8CCC) is known color: Pelorous. HEX triplet: 1C, 8C and CC. RGB value is (28,140,204). Sum of RGB (Red+Green+Blue) = 28+140+204=372 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.53% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C8CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C8CCC is #E37333. Grayscale: #717171. Windows color (decimal): -14906164 or 13405212. OLE color: 13405212.
HSL color Cylindrical-coordinate representation of color #1C8CCC: hue angle of 201.82º 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 #1C8CCC is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 140 | 204 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.2 |
| HSL | 201.82º | 0.76% | 0.45% | - |
| HSV(B) | 201.82º | 0.86% | 0.8% | - |
| XYZ | 20.76 | 23.36 | 60.54 | - |
| YUV | 113.81 | 178.89 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 140 | 204 | 0.86 | 0.31 | 0 | 0.2 | 201.82 | 0.76 | 0.45 |
| Hex | 1C | 8C | CC | 56 | 1F | 0 | 14 | CA | 4C | 2D |
| Octal | 34 | 214 | 314 | 126 | 37 | 0 | 24 | 312 | 114 | 55 |
| Binary | 11100 | 10001100 | 11001100 | 1010110 | 11111 | 0 | 10100 | 11001010 | 1001100 | 101101 |
Color Harmonies of #1C8CCC
Complementary color
Monochromatic Colors of #1C8CCC
Black with #1C8CCC
Text Example
Text Example
White with #1C8CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8CCC; }
p { color: rgb(28,140,204); }
H1.HeaderClassName
{
color: #1C8CCC;
}
.AnyTagClassName
{
color: #1C8CCC;
}
</style>
background-color css
<style>
a { background-color: #1C8CCC; }
a { background-color: rgb(28,140,204); }
div.DivClassName
{
background-color: #1C8CCC;
}
.BgClassName
{
background-color: #1C8CCC;
}
</style>
border-color css
<style>
span { border-color: #1C8CCC; }
span { border-color: rgb(28,140,204); }
td.TdClassName
{
border-color: #1C8CCC;
}
.TagClassName
{
border-color: #1C8CCC;
}
</style>