Shades of Pelorous #1CA7BA
Tints of Pelorous #1CA7BA
RGB
CMYK
RGB Variations
Color information
#1CA7BA (or 0x1CA7BA) is known color: Pelorous. HEX triplet: 1C, A7 and BA. RGB value is (28,167,186). Sum of RGB (Red+Green+Blue) = 28+167+186=381 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.35% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #1CA7BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA7BA is #E35845. Grayscale: #7F7F7F. Windows color (decimal): -14899270 or 12232476. OLE color: 12232476.
HSL color Cylindrical-coordinate representation of color #1CA7BA: hue angle of 187.22º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CA7BA is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 167 | 186 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.27 |
| HSL | 187.22º | 0.74% | 0.42% | - |
| HSV(B) | 187.22º | 0.85% | 0.73% | - |
| XYZ | 23.16 | 31.43 | 51.3 | - |
| YUV | 127.61 | 160.95 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 167 | 186 | 0.85 | 0.10 | 0 | 0.27 | 187.22 | 0.74 | 0.42 |
| Hex | 1C | A7 | BA | 55 | A | 0 | 1B | BB | 4A | 2A |
| Octal | 34 | 247 | 272 | 125 | 12 | 0 | 33 | 273 | 112 | 52 |
| Binary | 11100 | 10100111 | 10111010 | 1010101 | 1010 | 0 | 11011 | 10111011 | 1001010 | 101010 |
Color Harmonies of #1CA7BA
Complementary color
Monochromatic Colors of #1CA7BA
Black with #1CA7BA
Text Example
Text Example
White with #1CA7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA7BA; }
p { color: rgb(28,167,186); }
H1.HeaderClassName
{
color: #1CA7BA;
}
.AnyTagClassName
{
color: #1CA7BA;
}
</style>
background-color css
<style>
a { background-color: #1CA7BA; }
a { background-color: rgb(28,167,186); }
div.DivClassName
{
background-color: #1CA7BA;
}
.BgClassName
{
background-color: #1CA7BA;
}
</style>
border-color css
<style>
span { border-color: #1CA7BA; }
span { border-color: rgb(28,167,186); }
td.TdClassName
{
border-color: #1CA7BA;
}
.TagClassName
{
border-color: #1CA7BA;
}
</style>