Shades of Pelorous #1996B4
Tints of Pelorous #1996B4
RGB
CMYK
RGB Variations
Color information
#1996B4 (or 0x1996B4) is known color: Pelorous. HEX triplet: 19, 96 and B4. RGB value is (25,150,180). Sum of RGB (Red+Green+Blue) = 25+150+180=355 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.04% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #1996B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1996B4 is #E6694B. Grayscale: #737373. Windows color (decimal): -15100236 or 11834905. OLE color: 11834905.
HSL color Cylindrical-coordinate representation of color #1996B4: hue angle of 191.61º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1996B4 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 150 | 180 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.29 |
| HSL | 191.61º | 0.76% | 0.4% | - |
| HSV(B) | 191.61º | 0.86% | 0.71% | - |
| XYZ | 19.55 | 25.31 | 47.04 | - |
| YUV | 116.05 | 164.09 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 150 | 180 | 0.86 | 0.17 | 0 | 0.29 | 191.61 | 0.76 | 0.4 |
| Hex | 19 | 96 | B4 | 56 | 11 | 0 | 1D | C0 | 4C | 28 |
| Octal | 31 | 226 | 264 | 126 | 21 | 0 | 35 | 300 | 114 | 50 |
| Binary | 11001 | 10010110 | 10110100 | 1010110 | 10001 | 0 | 11101 | 11000000 | 1001100 | 101000 |
Color Harmonies of #1996B4
Complementary color
Monochromatic Colors of #1996B4
Black with #1996B4
Text Example
Text Example
White with #1996B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1996B4; }
p { color: rgb(25,150,180); }
H1.HeaderClassName
{
color: #1996B4;
}
.AnyTagClassName
{
color: #1996B4;
}
</style>
background-color css
<style>
a { background-color: #1996B4; }
a { background-color: rgb(25,150,180); }
div.DivClassName
{
background-color: #1996B4;
}
.BgClassName
{
background-color: #1996B4;
}
</style>
border-color css
<style>
span { border-color: #1996B4; }
span { border-color: rgb(25,150,180); }
td.TdClassName
{
border-color: #1996B4;
}
.TagClassName
{
border-color: #1996B4;
}
</style>