Shades of Pelorous #1C9CC5
Tints of Pelorous #1C9CC5
RGB
CMYK
RGB Variations
Color information
#1C9CC5 (or 0x1C9CC5) is known color: Pelorous. HEX triplet: 1C, 9C and C5. RGB value is (28,156,197). Sum of RGB (Red+Green+Blue) = 28+156+197=381 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.35% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 197 (77.34% from 255 or 51.71% from 381); Max value from RGB is 197 - color contains mainly: blue. Hex color #1C9CC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C9CC5 is #E3633A. Grayscale: #7A7A7A. Windows color (decimal): -14902075 or 12950556. OLE color: 12950556.
HSL color Cylindrical-coordinate representation of color #1C9CC5: hue angle of 194.56º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C9CC5 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 156 | 197 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.23 |
| HSL | 194.56º | 0.75% | 0.44% | - |
| HSV(B) | 194.56º | 0.86% | 0.77% | - |
| XYZ | 22.45 | 28.06 | 57.06 | - |
| YUV | 122.4 | 170.09 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 156 | 197 | 0.86 | 0.21 | 0 | 0.23 | 194.56 | 0.75 | 0.44 |
| Hex | 1C | 9C | C5 | 56 | 15 | 0 | 17 | C3 | 4B | 2C |
| Octal | 34 | 234 | 305 | 126 | 25 | 0 | 27 | 303 | 113 | 54 |
| Binary | 11100 | 10011100 | 11000101 | 1010110 | 10101 | 0 | 10111 | 11000011 | 1001011 | 101100 |
Color Harmonies of #1C9CC5
Complementary color
Monochromatic Colors of #1C9CC5
Black with #1C9CC5
Text Example
Text Example
White with #1C9CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9CC5; }
p { color: rgb(28,156,197); }
H1.HeaderClassName
{
color: #1C9CC5;
}
.AnyTagClassName
{
color: #1C9CC5;
}
</style>
background-color css
<style>
a { background-color: #1C9CC5; }
a { background-color: rgb(28,156,197); }
div.DivClassName
{
background-color: #1C9CC5;
}
.BgClassName
{
background-color: #1C9CC5;
}
</style>
border-color css
<style>
span { border-color: #1C9CC5; }
span { border-color: rgb(28,156,197); }
td.TdClassName
{
border-color: #1C9CC5;
}
.TagClassName
{
border-color: #1C9CC5;
}
</style>