Shades of Pelorous #1C93CB
Tints of Pelorous #1C93CB
RGB
CMYK
RGB Variations
Color information
#1C93CB (or 0x1C93CB) is known color: Pelorous. HEX triplet: 1C, 93 and CB. RGB value is (28,147,203). Sum of RGB (Red+Green+Blue) = 28+147+203=378 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.41% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C93CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C93CB is #E36C34. Grayscale: #757575. Windows color (decimal): -14904373 or 13341468. OLE color: 13341468.
HSL color Cylindrical-coordinate representation of color #1C93CB: hue angle of 199.2º 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 #1C93CB is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 147 | 203 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.20 |
| HSL | 199.2º | 0.76% | 0.45% | - |
| HSV(B) | 199.2º | 0.86% | 0.8% | - |
| XYZ | 21.69 | 25.43 | 60.26 | - |
| YUV | 117.8 | 176.08 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 147 | 203 | 0.86 | 0.28 | 0 | 0.20 | 199.2 | 0.76 | 0.45 |
| Hex | 1C | 93 | CB | 56 | 1C | 0 | 14 | C7 | 4C | 2D |
| Octal | 34 | 223 | 313 | 126 | 34 | 0 | 24 | 307 | 114 | 55 |
| Binary | 11100 | 10010011 | 11001011 | 1010110 | 11100 | 0 | 10100 | 11000111 | 1001100 | 101101 |
Color Harmonies of #1C93CB
Complementary color
Monochromatic Colors of #1C93CB
Black with #1C93CB
Text Example
Text Example
White with #1C93CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C93CB; }
p { color: rgb(28,147,203); }
H1.HeaderClassName
{
color: #1C93CB;
}
.AnyTagClassName
{
color: #1C93CB;
}
</style>
background-color css
<style>
a { background-color: #1C93CB; }
a { background-color: rgb(28,147,203); }
div.DivClassName
{
background-color: #1C93CB;
}
.BgClassName
{
background-color: #1C93CB;
}
</style>
border-color css
<style>
span { border-color: #1C93CB; }
span { border-color: rgb(28,147,203); }
td.TdClassName
{
border-color: #1C93CB;
}
.TagClassName
{
border-color: #1C93CB;
}
</style>