Shades of Pelorous #2C9EC1
Tints of Pelorous #2C9EC1
RGB
CMYK
RGB Variations
Color information
#2C9EC1 (or 0x2C9EC1) is known color: Pelorous. HEX triplet: 2C, 9E and C1. RGB value is (44,158,193). Sum of RGB (Red+Green+Blue) = 44+158+193=395 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.14% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #2C9EC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C9EC1 is #D3613E. Grayscale: #7F7F7F. Windows color (decimal): -13852991 or 12688940. OLE color: 12688940.
HSL color Cylindrical-coordinate representation of color #2C9EC1: hue angle of 194.09º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C9EC1 is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 158 | 193 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.24 |
| HSL | 194.09º | 0.63% | 0.46% | - |
| HSV(B) | 194.09º | 0.77% | 0.76% | - |
| XYZ | 22.89 | 28.84 | 54.81 | - |
| YUV | 127.9 | 164.73 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 158 | 193 | 0.77 | 0.18 | 0 | 0.24 | 194.09 | 0.63 | 0.46 |
| Hex | 2C | 9E | C1 | 4D | 12 | 0 | 18 | C2 | 3F | 2E |
| Octal | 54 | 236 | 301 | 115 | 22 | 0 | 30 | 302 | 77 | 56 |
| Binary | 101100 | 10011110 | 11000001 | 1001101 | 10010 | 0 | 11000 | 11000010 | 111111 | 101110 |
Color Harmonies of #2C9EC1
Complementary color
Monochromatic Colors of #2C9EC1
Black with #2C9EC1
Text Example
Text Example
White with #2C9EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9EC1; }
p { color: rgb(44,158,193); }
H1.HeaderClassName
{
color: #2C9EC1;
}
.AnyTagClassName
{
color: #2C9EC1;
}
</style>
background-color css
<style>
a { background-color: #2C9EC1; }
a { background-color: rgb(44,158,193); }
div.DivClassName
{
background-color: #2C9EC1;
}
.BgClassName
{
background-color: #2C9EC1;
}
</style>
border-color css
<style>
span { border-color: #2C9EC1; }
span { border-color: rgb(44,158,193); }
td.TdClassName
{
border-color: #2C9EC1;
}
.TagClassName
{
border-color: #2C9EC1;
}
</style>