Shades of Pelorous #1CA2B6
Tints of Pelorous #1CA2B6
RGB
CMYK
RGB Variations
Color information
#1CA2B6 (or 0x1CA2B6) is known color: Pelorous. HEX triplet: 1C, A2 and B6. RGB value is (28,162,182). Sum of RGB (Red+Green+Blue) = 28+162+182=372 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.53% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 182 (71.48% from 255 or 48.92% from 372); Max value from RGB is 182 - color contains mainly: blue. Hex color #1CA2B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA2B6 is #E35D49. Grayscale: #7C7C7C. Windows color (decimal): -14900554 or 11969052. OLE color: 11969052.
HSL color Cylindrical-coordinate representation of color #1CA2B6: hue angle of 187.79º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CA2B6 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 162 | 182 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.29 |
| HSL | 187.79º | 0.73% | 0.41% | - |
| HSV(B) | 187.79º | 0.85% | 0.71% | - |
| XYZ | 21.84 | 29.46 | 48.79 | - |
| YUV | 124.21 | 160.61 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 162 | 182 | 0.85 | 0.11 | 0 | 0.29 | 187.79 | 0.73 | 0.41 |
| Hex | 1C | A2 | B6 | 55 | B | 0 | 1D | BC | 49 | 29 |
| Octal | 34 | 242 | 266 | 125 | 13 | 0 | 35 | 274 | 111 | 51 |
| Binary | 11100 | 10100010 | 10110110 | 1010101 | 1011 | 0 | 11101 | 10111100 | 1001001 | 101001 |
Color Harmonies of #1CA2B6
Complementary color
Monochromatic Colors of #1CA2B6
Black with #1CA2B6
Text Example
Text Example
White with #1CA2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA2B6; }
p { color: rgb(28,162,182); }
H1.HeaderClassName
{
color: #1CA2B6;
}
.AnyTagClassName
{
color: #1CA2B6;
}
</style>
background-color css
<style>
a { background-color: #1CA2B6; }
a { background-color: rgb(28,162,182); }
div.DivClassName
{
background-color: #1CA2B6;
}
.BgClassName
{
background-color: #1CA2B6;
}
</style>
border-color css
<style>
span { border-color: #1CA2B6; }
span { border-color: rgb(28,162,182); }
td.TdClassName
{
border-color: #1CA2B6;
}
.TagClassName
{
border-color: #1CA2B6;
}
</style>