#2EA1BC

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

Shades of Pelorous #2EA1BC

Tints of Pelorous #2EA1BC

Color information

#2EA1BC (or 0x2EA1BC) is unknown color: approx Pelorous. HEX triplet: 2E, A1 and BC. RGB value is (46,161,188). Sum of RGB (Red+Green+Blue) = 46+161+188=395 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.65% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #2EA1BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA1BC is #D15E43. Grayscale: #818181. Windows color (decimal): -13721156 or 12362030. OLE color: 12362030.

HSL color Cylindrical-coordinate representation of color #2EA1BC: hue angle of 191.41º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EA1BC is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB46161188-
CMYK0.760.1400.26
HSL191.41º60.68%45.88%-
HSV(B)191.41º75.53%73.73%-
XYZ22.9529.752.1-
YUV129.69160.968.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.65%
GREEN value IS 161 (63.28% from 255) = 40.76%
BLUE value IS 188 (73.83% from 255) = 47.59%
R=11.65%
G=40.76%
B=47.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal461611880.760.1400.26191.4160.6845.88
Hex2EA1BC4CE01Abf3d2e
Octal56241274114160322777556
Binary10111010100001101111001001100111001101010111111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,161,188); }

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

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

 a { background-color: rgb(46,161,188); }

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

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

 span { border-color: rgb(46,161,188); }

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