Shades of Pelorous #1996C5
Tints of Pelorous #1996C5
RGB
CMYK
RGB Variations
Color information
#1996C5 (or 0x1996C5) is known color: Pelorous. HEX triplet: 19, 96 and C5. RGB value is (25,150,197). Sum of RGB (Red+Green+Blue) = 25+150+197=372 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.72% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 197 (77.34% from 255 or 52.96% from 372); Max value from RGB is 197 - color contains mainly: blue. Hex color #1996C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1996C5 is #E6693A. Grayscale: #757575. Windows color (decimal): -15100219 or 12949017. OLE color: 12949017.
HSL color Cylindrical-coordinate representation of color #1996C5: hue angle of 196.4º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1996C5 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 25 | 150 | 197 | - |
| CMYK | 0.87 | 0.24 | 0 | 0.23 |
| HSL | 196.4º | 0.77% | 0.44% | - |
| HSV(B) | 196.4º | 0.87% | 0.77% | - |
| XYZ | 21.39 | 26.05 | 56.72 | - |
| YUV | 117.98 | 172.59 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 150 | 197 | 0.87 | 0.24 | 0 | 0.23 | 196.4 | 0.77 | 0.44 |
| Hex | 19 | 96 | C5 | 57 | 18 | 0 | 17 | C4 | 4D | 2C |
| Octal | 31 | 226 | 305 | 127 | 30 | 0 | 27 | 304 | 115 | 54 |
| Binary | 11001 | 10010110 | 11000101 | 1010111 | 11000 | 0 | 10111 | 11000100 | 1001101 | 101100 |
Color Harmonies of #1996C5
Complementary color
Monochromatic Colors of #1996C5
Black with #1996C5
Text Example
Text Example
White with #1996C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1996C5; }
p { color: rgb(25,150,197); }
H1.HeaderClassName
{
color: #1996C5;
}
.AnyTagClassName
{
color: #1996C5;
}
</style>
background-color css
<style>
a { background-color: #1996C5; }
a { background-color: rgb(25,150,197); }
div.DivClassName
{
background-color: #1996C5;
}
.BgClassName
{
background-color: #1996C5;
}
</style>
border-color css
<style>
span { border-color: #1996C5; }
span { border-color: rgb(25,150,197); }
td.TdClassName
{
border-color: #1996C5;
}
.TagClassName
{
border-color: #1996C5;
}
</style>