Shades of Pelorous #1C94CB
Tints of Pelorous #1C94CB
RGB
CMYK
RGB Variations
Color information
#1C94CB (or 0x1C94CB) is known color: Pelorous. HEX triplet: 1C, 94 and CB. RGB value is (28,148,203). Sum of RGB (Red+Green+Blue) = 28+148+203=379 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.39% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C94CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C94CB is #E36B34. Grayscale: #767676. Windows color (decimal): -14904117 or 13341724. OLE color: 13341724.
HSL color Cylindrical-coordinate representation of color #1C94CB: hue angle of 198.86º 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 #1C94CB is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 148 | 203 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.20 |
| HSL | 198.86º | 0.76% | 0.45% | - |
| HSV(B) | 198.86º | 0.86% | 0.8% | - |
| XYZ | 21.85 | 25.74 | 60.32 | - |
| YUV | 118.39 | 175.74 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 148 | 203 | 0.86 | 0.27 | 0 | 0.20 | 198.86 | 0.76 | 0.45 |
| Hex | 1C | 94 | CB | 56 | 1B | 0 | 14 | C7 | 4C | 2D |
| Octal | 34 | 224 | 313 | 126 | 33 | 0 | 24 | 307 | 114 | 55 |
| Binary | 11100 | 10010100 | 11001011 | 1010110 | 11011 | 0 | 10100 | 11000111 | 1001100 | 101101 |
Color Harmonies of #1C94CB
Complementary color
Monochromatic Colors of #1C94CB
Black with #1C94CB
Text Example
Text Example
White with #1C94CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C94CB; }
p { color: rgb(28,148,203); }
H1.HeaderClassName
{
color: #1C94CB;
}
.AnyTagClassName
{
color: #1C94CB;
}
</style>
background-color css
<style>
a { background-color: #1C94CB; }
a { background-color: rgb(28,148,203); }
div.DivClassName
{
background-color: #1C94CB;
}
.BgClassName
{
background-color: #1C94CB;
}
</style>
border-color css
<style>
span { border-color: #1C94CB; }
span { border-color: rgb(28,148,203); }
td.TdClassName
{
border-color: #1C94CB;
}
.TagClassName
{
border-color: #1C94CB;
}
</style>