Shades of Pelorous #1C95CB
Tints of Pelorous #1C95CB
RGB
CMYK
RGB Variations
Color information
#1C95CB (or 0x1C95CB) is known color: Pelorous. HEX triplet: 1C, 95 and CB. RGB value is (28,149,203). Sum of RGB (Red+Green+Blue) = 28+149+203=380 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.37% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C95CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C95CB is #E36A34. Grayscale: #767676. Windows color (decimal): -14903861 or 13341980. OLE color: 13341980.
HSL color Cylindrical-coordinate representation of color #1C95CB: hue angle of 198.51º 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 #1C95CB is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 149 | 203 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.20 |
| HSL | 198.51º | 0.76% | 0.45% | - |
| HSV(B) | 198.51º | 0.86% | 0.8% | - |
| XYZ | 22.01 | 26.05 | 60.37 | - |
| YUV | 118.98 | 175.41 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 149 | 203 | 0.86 | 0.27 | 0 | 0.20 | 198.51 | 0.76 | 0.45 |
| Hex | 1C | 95 | CB | 56 | 1B | 0 | 14 | C7 | 4C | 2D |
| Octal | 34 | 225 | 313 | 126 | 33 | 0 | 24 | 307 | 114 | 55 |
| Binary | 11100 | 10010101 | 11001011 | 1010110 | 11011 | 0 | 10100 | 11000111 | 1001100 | 101101 |
Color Harmonies of #1C95CB
Complementary color
Monochromatic Colors of #1C95CB
Black with #1C95CB
Text Example
Text Example
White with #1C95CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C95CB; }
p { color: rgb(28,149,203); }
H1.HeaderClassName
{
color: #1C95CB;
}
.AnyTagClassName
{
color: #1C95CB;
}
</style>
background-color css
<style>
a { background-color: #1C95CB; }
a { background-color: rgb(28,149,203); }
div.DivClassName
{
background-color: #1C95CB;
}
.BgClassName
{
background-color: #1C95CB;
}
</style>
border-color css
<style>
span { border-color: #1C95CB; }
span { border-color: rgb(28,149,203); }
td.TdClassName
{
border-color: #1C95CB;
}
.TagClassName
{
border-color: #1C95CB;
}
</style>