Shades of Pelorous #1799BC
Tints of Pelorous #1799BC
RGB
CMYK
RGB Variations
Color information
#1799BC (or 0x1799BC) is known color: Pelorous. HEX triplet: 17, 99 and BC. RGB value is (23,153,188). Sum of RGB (Red+Green+Blue) = 23+153+188=364 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.32% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #1799BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1799BC is #E86643. Grayscale: #757575. Windows color (decimal): -15230532 or 12359959. OLE color: 12359959.
HSL color Cylindrical-coordinate representation of color #1799BC: hue angle of 192.73º 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 #1799BC is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 153 | 188 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.26 |
| HSL | 192.73º | 0.78% | 0.41% | - |
| HSV(B) | 192.73º | 0.88% | 0.74% | - |
| XYZ | 20.82 | 26.6 | 51.61 | - |
| YUV | 118.12 | 167.43 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 153 | 188 | 0.88 | 0.19 | 0 | 0.26 | 192.73 | 0.78 | 0.41 |
| Hex | 17 | 99 | BC | 58 | 13 | 0 | 1A | C1 | 4E | 29 |
| Octal | 27 | 231 | 274 | 130 | 23 | 0 | 32 | 301 | 116 | 51 |
| Binary | 10111 | 10011001 | 10111100 | 1011000 | 10011 | 0 | 11010 | 11000001 | 1001110 | 101001 |
Color Harmonies of #1799BC
Complementary color
Monochromatic Colors of #1799BC
Black with #1799BC
Text Example
Text Example
White with #1799BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1799BC; }
p { color: rgb(23,153,188); }
H1.HeaderClassName
{
color: #1799BC;
}
.AnyTagClassName
{
color: #1799BC;
}
</style>
background-color css
<style>
a { background-color: #1799BC; }
a { background-color: rgb(23,153,188); }
div.DivClassName
{
background-color: #1799BC;
}
.BgClassName
{
background-color: #1799BC;
}
</style>
border-color css
<style>
span { border-color: #1799BC; }
span { border-color: rgb(23,153,188); }
td.TdClassName
{
border-color: #1799BC;
}
.TagClassName
{
border-color: #1799BC;
}
</style>