Shades of Pelorous #1C83BC
Tints of Pelorous #1C83BC
RGB
CMYK
RGB Variations
Color information
#1C83BC (or 0x1C83BC) is known color: Pelorous. HEX triplet: 1C, 83 and BC. RGB value is (28,131,188). Sum of RGB (Red+Green+Blue) = 28+131+188=347 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.07% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C83BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C83BC is #E37C43. Grayscale: #6A6A6A. Windows color (decimal): -14908484 or 12354332. OLE color: 12354332.
HSL color Cylindrical-coordinate representation of color #1C83BC: hue angle of 201.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C83BC is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 131 | 188 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.26 |
| HSL | 201.38º | 0.74% | 0.42% | - |
| HSV(B) | 201.38º | 0.85% | 0.74% | - |
| XYZ | 17.67 | 20.11 | 50.53 | - |
| YUV | 106.7 | 173.88 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 131 | 188 | 0.85 | 0.30 | 0 | 0.26 | 201.38 | 0.74 | 0.42 |
| Hex | 1C | 83 | BC | 55 | 1E | 0 | 1A | C9 | 4A | 2A |
| Octal | 34 | 203 | 274 | 125 | 36 | 0 | 32 | 311 | 112 | 52 |
| Binary | 11100 | 10000011 | 10111100 | 1010101 | 11110 | 0 | 11010 | 11001001 | 1001010 | 101010 |
Color Harmonies of #1C83BC
Complementary color
Monochromatic Colors of #1C83BC
Black with #1C83BC
Text Example
Text Example
White with #1C83BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C83BC; }
p { color: rgb(28,131,188); }
H1.HeaderClassName
{
color: #1C83BC;
}
.AnyTagClassName
{
color: #1C83BC;
}
</style>
background-color css
<style>
a { background-color: #1C83BC; }
a { background-color: rgb(28,131,188); }
div.DivClassName
{
background-color: #1C83BC;
}
.BgClassName
{
background-color: #1C83BC;
}
</style>
border-color css
<style>
span { border-color: #1C83BC; }
span { border-color: rgb(28,131,188); }
td.TdClassName
{
border-color: #1C83BC;
}
.TagClassName
{
border-color: #1C83BC;
}
</style>