Shades of Pelorous #2C9ABF
Tints of Pelorous #2C9ABF
RGB
CMYK
RGB Variations
Color information
#2C9ABF (or 0x2C9ABF) is known color: Pelorous. HEX triplet: 2C, 9A and BF. RGB value is (44,154,191). Sum of RGB (Red+Green+Blue) = 44+154+191=389 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.31% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C9ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C9ABF is #D36540. Grayscale: #7D7D7D. Windows color (decimal): -13854017 or 12556844. OLE color: 12556844.
HSL color Cylindrical-coordinate representation of color #2C9ABF: hue angle of 195.1º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C9ABF is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 154 | 191 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.25 |
| HSL | 195.1º | 0.63% | 0.46% | - |
| HSV(B) | 195.1º | 0.77% | 0.75% | - |
| XYZ | 22 | 27.41 | 53.42 | - |
| YUV | 125.33 | 165.06 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 154 | 191 | 0.77 | 0.19 | 0 | 0.25 | 195.1 | 0.63 | 0.46 |
| Hex | 2C | 9A | BF | 4D | 13 | 0 | 19 | C3 | 3F | 2E |
| Octal | 54 | 232 | 277 | 115 | 23 | 0 | 31 | 303 | 77 | 56 |
| Binary | 101100 | 10011010 | 10111111 | 1001101 | 10011 | 0 | 11001 | 11000011 | 111111 | 101110 |
Color Harmonies of #2C9ABF
Complementary color
Monochromatic Colors of #2C9ABF
Black with #2C9ABF
Text Example
Text Example
White with #2C9ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9ABF; }
p { color: rgb(44,154,191); }
H1.HeaderClassName
{
color: #2C9ABF;
}
.AnyTagClassName
{
color: #2C9ABF;
}
</style>
background-color css
<style>
a { background-color: #2C9ABF; }
a { background-color: rgb(44,154,191); }
div.DivClassName
{
background-color: #2C9ABF;
}
.BgClassName
{
background-color: #2C9ABF;
}
</style>
border-color css
<style>
span { border-color: #2C9ABF; }
span { border-color: rgb(44,154,191); }
td.TdClassName
{
border-color: #2C9ABF;
}
.TagClassName
{
border-color: #2C9ABF;
}
</style>