Shades of Pelorous #2C9ABC
Tints of Pelorous #2C9ABC
RGB
CMYK
RGB Variations
Color information
#2C9ABC (or 0x2C9ABC) is known color: Pelorous. HEX triplet: 2C, 9A and BC. RGB value is (44,154,188). Sum of RGB (Red+Green+Blue) = 44+154+188=386 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.40% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C9ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C9ABC is #D36543. Grayscale: #7C7C7C. Windows color (decimal): -13854020 or 12360236. OLE color: 12360236.
HSL color Cylindrical-coordinate representation of color #2C9ABC: hue angle of 194.17º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C9ABC is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 154 | 188 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.26 |
| HSL | 194.17º | 0.62% | 0.45% | - |
| HSV(B) | 194.17º | 0.77% | 0.74% | - |
| XYZ | 21.67 | 27.28 | 51.7 | - |
| YUV | 124.99 | 163.56 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 154 | 188 | 0.77 | 0.18 | 0 | 0.26 | 194.17 | 0.62 | 0.45 |
| Hex | 2C | 9A | BC | 4D | 12 | 0 | 1A | C2 | 3E | 2D |
| Octal | 54 | 232 | 274 | 115 | 22 | 0 | 32 | 302 | 76 | 55 |
| Binary | 101100 | 10011010 | 10111100 | 1001101 | 10010 | 0 | 11010 | 11000010 | 111110 | 101101 |
Color Harmonies of #2C9ABC
Complementary color
Monochromatic Colors of #2C9ABC
Black with #2C9ABC
Text Example
Text Example
White with #2C9ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9ABC; }
p { color: rgb(44,154,188); }
H1.HeaderClassName
{
color: #2C9ABC;
}
.AnyTagClassName
{
color: #2C9ABC;
}
</style>
background-color css
<style>
a { background-color: #2C9ABC; }
a { background-color: rgb(44,154,188); }
div.DivClassName
{
background-color: #2C9ABC;
}
.BgClassName
{
background-color: #2C9ABC;
}
</style>
border-color css
<style>
span { border-color: #2C9ABC; }
span { border-color: rgb(44,154,188); }
td.TdClassName
{
border-color: #2C9ABC;
}
.TagClassName
{
border-color: #2C9ABC;
}
</style>