Shades of Pelorous #2C9BAD
Tints of Pelorous #2C9BAD
RGB
CMYK
RGB Variations
Color information
#2C9BAD (or 0x2C9BAD) is known color: Pelorous. HEX triplet: 2C, 9B and AD. RGB value is (44,155,173). Sum of RGB (Red+Green+Blue) = 44+155+173=372 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.83% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #2C9BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9BAD is #D36452. Grayscale: #7B7B7B. Windows color (decimal): -13853779 or 11377452. OLE color: 11377452.
HSL color Cylindrical-coordinate representation of color #2C9BAD: hue angle of 188.37º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C9BAD is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 155 | 173 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.32 |
| HSL | 188.37º | 0.59% | 0.43% | - |
| HSV(B) | 188.37º | 0.75% | 0.68% | - |
| XYZ | 20.3 | 27 | 43.68 | - |
| YUV | 123.86 | 155.73 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 155 | 173 | 0.75 | 0.10 | 0 | 0.32 | 188.37 | 0.59 | 0.43 |
| Hex | 2C | 9B | AD | 4B | A | 0 | 20 | BC | 3B | 2B |
| Octal | 54 | 233 | 255 | 113 | 12 | 0 | 40 | 274 | 73 | 53 |
| Binary | 101100 | 10011011 | 10101101 | 1001011 | 1010 | 0 | 100000 | 10111100 | 111011 | 101011 |
Color Harmonies of #2C9BAD
Complementary color
Monochromatic Colors of #2C9BAD
Black with #2C9BAD
Text Example
Text Example
White with #2C9BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9BAD; }
p { color: rgb(44,155,173); }
H1.HeaderClassName
{
color: #2C9BAD;
}
.AnyTagClassName
{
color: #2C9BAD;
}
</style>
background-color css
<style>
a { background-color: #2C9BAD; }
a { background-color: rgb(44,155,173); }
div.DivClassName
{
background-color: #2C9BAD;
}
.BgClassName
{
background-color: #2C9BAD;
}
</style>
border-color css
<style>
span { border-color: #2C9BAD; }
span { border-color: rgb(44,155,173); }
td.TdClassName
{
border-color: #2C9BAD;
}
.TagClassName
{
border-color: #2C9BAD;
}
</style>