Shades of Pelorous #1C97A6
Tints of Pelorous #1C97A6
RGB
CMYK
RGB Variations
Color information
#1C97A6 (or 0x1C97A6) is known color: Pelorous. HEX triplet: 1C, 97 and A6. RGB value is (28,151,166). Sum of RGB (Red+Green+Blue) = 28+151+166=345 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.12% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 166 - color contains mainly: blue. Hex color #1C97A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C97A6 is #E36859. Grayscale: #737373. Windows color (decimal): -14903386 or 10917660. OLE color: 10917660.
HSL color Cylindrical-coordinate representation of color #1C97A6: hue angle of 186.52º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C97A6 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 28 | 151 | 166 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.35 |
| HSL | 186.52º | 0.71% | 0.38% | - |
| HSV(B) | 186.52º | 0.83% | 0.65% | - |
| XYZ | 18.43 | 25.13 | 39.96 | - |
| YUV | 115.93 | 156.25 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 151 | 166 | 0.83 | 0.09 | 0 | 0.35 | 186.52 | 0.71 | 0.38 |
| Hex | 1C | 97 | A6 | 53 | 9 | 0 | 23 | BB | 47 | 26 |
| Octal | 34 | 227 | 246 | 123 | 11 | 0 | 43 | 273 | 107 | 46 |
| Binary | 11100 | 10010111 | 10100110 | 1010011 | 1001 | 0 | 100011 | 10111011 | 1000111 | 100110 |
Color Harmonies of #1C97A6
Complementary color
Monochromatic Colors of #1C97A6
Black with #1C97A6
Text Example
Text Example
White with #1C97A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C97A6; }
p { color: rgb(28,151,166); }
H1.HeaderClassName
{
color: #1C97A6;
}
.AnyTagClassName
{
color: #1C97A6;
}
</style>
background-color css
<style>
a { background-color: #1C97A6; }
a { background-color: rgb(28,151,166); }
div.DivClassName
{
background-color: #1C97A6;
}
.BgClassName
{
background-color: #1C97A6;
}
</style>
border-color css
<style>
span { border-color: #1C97A6; }
span { border-color: rgb(28,151,166); }
td.TdClassName
{
border-color: #1C97A6;
}
.TagClassName
{
border-color: #1C97A6;
}
</style>