Shades of Pelorous #1C9CCB
Tints of Pelorous #1C9CCB
RGB
CMYK
RGB Variations
Color information
#1C9CCB (or 0x1C9CCB) is known color: Pelorous. HEX triplet: 1C, 9C and CB. RGB value is (28,156,203). Sum of RGB (Red+Green+Blue) = 28+156+203=387 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.24% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C9CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C9CCB is #E36334. Grayscale: #7A7A7A. Windows color (decimal): -14902069 or 13343772. OLE color: 13343772.
HSL color Cylindrical-coordinate representation of color #1C9CCB: hue angle of 196.11º 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 #1C9CCB is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 156 | 203 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.20 |
| HSL | 196.11º | 0.76% | 0.45% | - |
| HSV(B) | 196.11º | 0.86% | 0.8% | - |
| XYZ | 23.15 | 28.34 | 60.75 | - |
| YUV | 123.09 | 173.09 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 156 | 203 | 0.86 | 0.23 | 0 | 0.20 | 196.11 | 0.76 | 0.45 |
| Hex | 1C | 9C | CB | 56 | 17 | 0 | 14 | C4 | 4C | 2D |
| Octal | 34 | 234 | 313 | 126 | 27 | 0 | 24 | 304 | 114 | 55 |
| Binary | 11100 | 10011100 | 11001011 | 1010110 | 10111 | 0 | 10100 | 11000100 | 1001100 | 101101 |
Color Harmonies of #1C9CCB
Complementary color
Monochromatic Colors of #1C9CCB
Black with #1C9CCB
Text Example
Text Example
White with #1C9CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9CCB; }
p { color: rgb(28,156,203); }
H1.HeaderClassName
{
color: #1C9CCB;
}
.AnyTagClassName
{
color: #1C9CCB;
}
</style>
background-color css
<style>
a { background-color: #1C9CCB; }
a { background-color: rgb(28,156,203); }
div.DivClassName
{
background-color: #1C9CCB;
}
.BgClassName
{
background-color: #1C9CCB;
}
</style>
border-color css
<style>
span { border-color: #1C9CCB; }
span { border-color: rgb(28,156,203); }
td.TdClassName
{
border-color: #1C9CCB;
}
.TagClassName
{
border-color: #1C9CCB;
}
</style>