Shades of Pelorous #1798BC
Tints of Pelorous #1798BC
RGB
CMYK
RGB Variations
Color information
#1798BC (or 0x1798BC) is known color: Pelorous. HEX triplet: 17, 98 and BC. RGB value is (23,152,188). Sum of RGB (Red+Green+Blue) = 23+152+188=363 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.34% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #1798BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1798BC is #E86743. Grayscale: #757575. Windows color (decimal): -15230788 or 12359703. OLE color: 12359703.
HSL color Cylindrical-coordinate representation of color #1798BC: hue angle of 193.09º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1798BC is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 152 | 188 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.26 |
| HSL | 193.09º | 0.78% | 0.41% | - |
| HSV(B) | 193.09º | 0.88% | 0.74% | - |
| XYZ | 20.66 | 26.27 | 51.56 | - |
| YUV | 117.53 | 167.76 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 152 | 188 | 0.88 | 0.19 | 0 | 0.26 | 193.09 | 0.78 | 0.41 |
| Hex | 17 | 98 | BC | 58 | 13 | 0 | 1A | C1 | 4E | 29 |
| Octal | 27 | 230 | 274 | 130 | 23 | 0 | 32 | 301 | 116 | 51 |
| Binary | 10111 | 10011000 | 10111100 | 1011000 | 10011 | 0 | 11010 | 11000001 | 1001110 | 101001 |
Color Harmonies of #1798BC
Complementary color
Monochromatic Colors of #1798BC
Black with #1798BC
Text Example
Text Example
White with #1798BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1798BC; }
p { color: rgb(23,152,188); }
H1.HeaderClassName
{
color: #1798BC;
}
.AnyTagClassName
{
color: #1798BC;
}
</style>
background-color css
<style>
a { background-color: #1798BC; }
a { background-color: rgb(23,152,188); }
div.DivClassName
{
background-color: #1798BC;
}
.BgClassName
{
background-color: #1798BC;
}
</style>
border-color css
<style>
span { border-color: #1798BC; }
span { border-color: rgb(23,152,188); }
td.TdClassName
{
border-color: #1798BC;
}
.TagClassName
{
border-color: #1798BC;
}
</style>