Shades of Pelorous #1C96B2
Tints of Pelorous #1C96B2
RGB
CMYK
RGB Variations
Color information
#1C96B2 (or 0x1C96B2) is known color: Pelorous. HEX triplet: 1C, 96 and B2. RGB value is (28,150,178). Sum of RGB (Red+Green+Blue) = 28+150+178=356 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.87% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 178 (69.92% from 255 or 50% from 356); Max value from RGB is 178 - color contains mainly: blue. Hex color #1C96B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C96B2 is #E3694D. Grayscale: #747474. Windows color (decimal): -14903630 or 11703836. OLE color: 11703836.
HSL color Cylindrical-coordinate representation of color #1C96B2: hue angle of 191.2º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C96B2 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 150 | 178 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.30 |
| HSL | 191.2º | 0.73% | 0.4% | - |
| HSV(B) | 191.2º | 0.84% | 0.7% | - |
| XYZ | 19.42 | 25.27 | 45.97 | - |
| YUV | 116.71 | 162.58 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 150 | 178 | 0.84 | 0.16 | 0 | 0.30 | 191.2 | 0.73 | 0.4 |
| Hex | 1C | 96 | B2 | 54 | 10 | 0 | 1E | BF | 49 | 28 |
| Octal | 34 | 226 | 262 | 124 | 20 | 0 | 36 | 277 | 111 | 50 |
| Binary | 11100 | 10010110 | 10110010 | 1010100 | 10000 | 0 | 11110 | 10111111 | 1001001 | 101000 |
Color Harmonies of #1C96B2
Complementary color
Monochromatic Colors of #1C96B2
Black with #1C96B2
Text Example
Text Example
White with #1C96B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C96B2; }
p { color: rgb(28,150,178); }
H1.HeaderClassName
{
color: #1C96B2;
}
.AnyTagClassName
{
color: #1C96B2;
}
</style>
background-color css
<style>
a { background-color: #1C96B2; }
a { background-color: rgb(28,150,178); }
div.DivClassName
{
background-color: #1C96B2;
}
.BgClassName
{
background-color: #1C96B2;
}
</style>
border-color css
<style>
span { border-color: #1C96B2; }
span { border-color: rgb(28,150,178); }
td.TdClassName
{
border-color: #1C96B2;
}
.TagClassName
{
border-color: #1C96B2;
}
</style>