#2c9cba

Color #2C9CBA Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2C9CBA

Tints of Pelorous #2C9CBA

Color information

#2C9CBA (or 0x2C9CBA) is unknown color: approx Pelorous. HEX triplet: 2C, 9C and BA. RGB value is (44,156,186). Sum of RGB (Red+Green+Blue) = 44+156+186=386 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.40% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C9CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C9CBA is #D36345. Grayscale: #7D7D7D. Windows color (decimal): -13853510 or 12229676. OLE color: 12229676.

HSL color Cylindrical-coordinate representation of color #2C9CBA: hue angle of 192.68º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C9CBA is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB44156186-
CMYK0.760.1600.27
HSL192.68º61.74%45.1%-
HSV(B)192.68º76.34%72.94%-
XYZ21.7927.8650.68-
YUV125.93161.8969.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 11.40%
GREEN value IS 156 (61.33% from 255) = 40.41%
BLUE value IS 186 (73.05% from 255) = 48.19%
R=11.40%
G=40.41%
B=48.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal441561860.760.1600.27192.6861.7445.1
Hex2C9CBA4C1001Bc13e2d
Octal54234272114200333017655
Binary101100100111001011101010011001000001101111000001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c9cba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2c9cba; }

 p { color: rgb(44,156,186); }

 H1.HeaderClassName
 {
   color: #2c9cba;
 }
 .AnyTagClassName
 {
   color: #2c9cba;
 }
</style>
background-color css

<style>
 a { background-color: #2c9cba; }

 a { background-color: rgb(44,156,186); }

 div.DivClassName
 {
   background-color: #2c9cba;
 }
 .BgClassName
 {
   background-color: #2c9cba;
 }
</style>
border-color css

<style>
 span { border-color: #2c9cba; }

 span { border-color: rgb(44,156,186); }

 td.TdClassName
 {
   border-color: #2c9cba;
 }
 .TagClassName
 {
   border-color: #2c9cba;
 }
</style>