Shades of Pelorous #1C91AC
Tints of Pelorous #1C91AC
RGB
CMYK
RGB Variations
Color information
#1C91AC (or 0x1C91AC) is known color: Pelorous. HEX triplet: 1C, 91 and AC. RGB value is (28,145,172). Sum of RGB (Red+Green+Blue) = 28+145+172=345 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.12% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C91AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C91AC is #E36E53. Grayscale: #707070. Windows color (decimal): -14904916 or 11309340. OLE color: 11309340.
HSL color Cylindrical-coordinate representation of color #1C91AC: hue angle of 191.25º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C91AC is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 145 | 172 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.33 |
| HSL | 191.25º | 0.72% | 0.39% | - |
| HSV(B) | 191.25º | 0.84% | 0.67% | - |
| XYZ | 18.05 | 23.48 | 42.61 | - |
| YUV | 113.1 | 161.24 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 145 | 172 | 0.84 | 0.16 | 0 | 0.33 | 191.25 | 0.72 | 0.39 |
| Hex | 1C | 91 | AC | 54 | 10 | 0 | 21 | BF | 48 | 27 |
| Octal | 34 | 221 | 254 | 124 | 20 | 0 | 41 | 277 | 110 | 47 |
| Binary | 11100 | 10010001 | 10101100 | 1010100 | 10000 | 0 | 100001 | 10111111 | 1001000 | 100111 |
Color Harmonies of #1C91AC
Complementary color
Monochromatic Colors of #1C91AC
Black with #1C91AC
Text Example
Text Example
White with #1C91AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C91AC; }
p { color: rgb(28,145,172); }
H1.HeaderClassName
{
color: #1C91AC;
}
.AnyTagClassName
{
color: #1C91AC;
}
</style>
background-color css
<style>
a { background-color: #1C91AC; }
a { background-color: rgb(28,145,172); }
div.DivClassName
{
background-color: #1C91AC;
}
.BgClassName
{
background-color: #1C91AC;
}
</style>
border-color css
<style>
span { border-color: #1C91AC; }
span { border-color: rgb(28,145,172); }
td.TdClassName
{
border-color: #1C91AC;
}
.TagClassName
{
border-color: #1C91AC;
}
</style>