Shades of Pelorous #1CA2BE
Tints of Pelorous #1CA2BE
RGB
CMYK
RGB Variations
Color information
#1CA2BE (or 0x1CA2BE) is known color: Pelorous. HEX triplet: 1C, A2 and BE. RGB value is (28,162,190). Sum of RGB (Red+Green+Blue) = 28+162+190=380 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.37% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #1CA2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA2BE is #E35D41. Grayscale: #7C7C7C. Windows color (decimal): -14900546 or 12493340. OLE color: 12493340.
HSL color Cylindrical-coordinate representation of color #1CA2BE: hue angle of 190.37º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CA2BE is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 162 | 190 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.25 |
| HSL | 190.37º | 0.74% | 0.43% | - |
| HSV(B) | 190.37º | 0.85% | 0.75% | - |
| XYZ | 22.69 | 29.81 | 53.27 | - |
| YUV | 125.13 | 164.61 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 162 | 190 | 0.85 | 0.15 | 0 | 0.25 | 190.37 | 0.74 | 0.43 |
| Hex | 1C | A2 | BE | 55 | F | 0 | 19 | BE | 4A | 2B |
| Octal | 34 | 242 | 276 | 125 | 17 | 0 | 31 | 276 | 112 | 53 |
| Binary | 11100 | 10100010 | 10111110 | 1010101 | 1111 | 0 | 11001 | 10111110 | 1001010 | 101011 |
Color Harmonies of #1CA2BE
Complementary color
Monochromatic Colors of #1CA2BE
Black with #1CA2BE
Text Example
Text Example
White with #1CA2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA2BE; }
p { color: rgb(28,162,190); }
H1.HeaderClassName
{
color: #1CA2BE;
}
.AnyTagClassName
{
color: #1CA2BE;
}
</style>
background-color css
<style>
a { background-color: #1CA2BE; }
a { background-color: rgb(28,162,190); }
div.DivClassName
{
background-color: #1CA2BE;
}
.BgClassName
{
background-color: #1CA2BE;
}
</style>
border-color css
<style>
span { border-color: #1CA2BE; }
span { border-color: rgb(28,162,190); }
td.TdClassName
{
border-color: #1CA2BE;
}
.TagClassName
{
border-color: #1CA2BE;
}
</style>